Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-pulse/
Date: Sat, 02 Jan 2016 21:51:51
Message-Id: 1451771496.205183c0361ea1e886729af1e354c6e58d2966dc.eva@gentoo
1 commit: 205183c0361ea1e886729af1e354c6e58d2966dc
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 21:49:43 2016 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 21:51:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205183c0
7
8 media-plugins/gst-plugins-pulse: add missing gst-plugins-base dependency, bug #563470
9
10 Package-Manager: portage-2.2.26
11
12 .../gst-plugins-pulse-0.10.31-r2.ebuild | 18 ++++++++++++++++++
13 .../gst-plugins-pulse-1.6.2-r1.ebuild | 18 ++++++++++++++++++
14 2 files changed, 36 insertions(+)
15
16 diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r2.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r2.ebuild
17 new file mode 100644
18 index 0000000..7f8a389
19 --- /dev/null
20 +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r2.ebuild
21 @@ -0,0 +1,18 @@
22 +# Copyright 1999-2016 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI="5"
27 +
28 +GST_ORG_MODULE=gst-plugins-good
29 +inherit gstreamer
30 +
31 +DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
32 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
33 +IUSE=""
34 +
35 +RDEPEND="
36 + >=media-libs/gst-plugins-good-0.10:${SLOT}[${MULTILIB_USEDEP}]
37 + >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}]
38 +"
39 +DEPEND="${RDEPEND}"
40
41 diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.2-r1.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.2-r1.ebuild
42 new file mode 100644
43 index 0000000..64eaa6d
44 --- /dev/null
45 +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.2-r1.ebuild
46 @@ -0,0 +1,18 @@
47 +# Copyright 1999-2016 Gentoo Foundation
48 +# Distributed under the terms of the GNU General Public License v2
49 +# $Id$
50 +
51 +EAPI="5"
52 +
53 +GST_ORG_MODULE=gst-plugins-good
54 +inherit gstreamer
55 +
56 +DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
57 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
58 +IUSE=""
59 +
60 +RDEPEND="
61 + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
62 + >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}]
63 +"
64 +DEPEND="${RDEPEND}"