Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseeffects/
Date: Mon, 05 Feb 2018 02:04:04
Message-Id: 1517796231.4d823c13082a1b2cc8a00759fb16c7086939f874.prometheanfire@gentoo
1 commit: 4d823c13082a1b2cc8a00759fb16c7086939f874
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 5 02:03:33 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 5 02:03:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d823c13
7
8 media-sound/pulseeffects: fix dep on gst-plugins-bs2b
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-sound/pulseeffects/pulseeffects-3.2.0.ebuild | 2 +-
13 media-sound/pulseeffects/pulseeffects-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/media-sound/pulseeffects/pulseeffects-3.2.0.ebuild b/media-sound/pulseeffects/pulseeffects-3.2.0.ebuild
17 index 10a53622027..5913eede3e2 100644
18 --- a/media-sound/pulseeffects/pulseeffects-3.2.0.ebuild
19 +++ b/media-sound/pulseeffects/pulseeffects-3.2.0.ebuild
20 @@ -40,7 +40,7 @@ DEPEND="
21 >=media-libs/gst-plugins-good-1.12.0:1.0
22 >=media-libs/gst-plugins-bad-1.12.0:1.0
23 >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
24 - media-plugins/ladspa-bs2b
25 + >=media-plugins/gst-plugins-bs2b-1.12.0:1.0
26 >=media-plugins/gst-plugins-lv2-1.12.0:1.0
27 >=media-plugins/gst-plugins-pulse-1.12.0:1.0
28 "
29
30 diff --git a/media-sound/pulseeffects/pulseeffects-9999.ebuild b/media-sound/pulseeffects/pulseeffects-9999.ebuild
31 index a339c9081fb..58b637a0b4d 100644
32 --- a/media-sound/pulseeffects/pulseeffects-9999.ebuild
33 +++ b/media-sound/pulseeffects/pulseeffects-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=6
40 @@ -40,6 +40,7 @@ DEPEND="
41 >=media-libs/gstreamer-1.12.0:1.0
42 >=media-libs/gst-plugins-good-1.12.0:1.0
43 >=media-libs/gst-plugins-bad-1.12.0:1.0
44 + >=media-plugins/gst-plugins-bs2b-1.12.0:1.0
45 >=media-plugins/gst-plugins-ladspa-1.12.0:1.0
46 >=media-plugins/gst-plugins-lv2-1.12.0:1.0
47 >=media-plugins/gst-plugins-pulse-1.12.0:1.0