commit: 205183c0361ea1e886729af1e354c6e58d2966dc
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 21:49:43 2016 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 21:51:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205183c0
media-plugins/gst-plugins-pulse: add missing gst-plugins-base dependency, bug
#563470
Package-Manager: portage-2.2.26
.../gst-plugins-pulse-0.10.31-r2.ebuild | 18 ++++++++++++++++++
.../gst-plugins-pulse-1.6.2-r1.ebuild | 18 ++++++++++++++++++
2 files changed, 36 insertions(+)
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
new file mode 100644
index 0000000..7f8a389
--- /dev/null
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+GST_ORG_MODULE=gst-plugins-good
+inherit gstreamer
+
+DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=media-libs/gst-plugins-good-0.10:${SLOT}[${MULTILIB_USEDEP}]
+ >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"
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
new file mode 100644
index 0000000..64eaa6d
--- /dev/null
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.2-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+GST_ORG_MODULE=gst-plugins-good
+inherit gstreamer
+
+DESCRIPTION="GStreamer plugin for the PulseAudio sound server"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]
+ >=media-sound/pulseaudio-2.1-r1[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"