diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-02 22:49:43 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2016-01-02 22:51:36 +0100 |
commit | 205183c0361ea1e886729af1e354c6e58d2966dc (patch) | |
tree | 7b639b99d312232161fe60003a67d89c208f6c20 /media-plugins | |
parent | media-plugins/gst-plugins-dvb: simplify build, bug #556608 (diff) | |
download | gentoo-205183c0361ea1e886729af1e354c6e58d2966dc.tar.gz gentoo-205183c0361ea1e886729af1e354c6e58d2966dc.tar.bz2 gentoo-205183c0361ea1e886729af1e354c6e58d2966dc.zip |
media-plugins/gst-plugins-pulse: add missing gst-plugins-base dependency, bug #563470
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r2.ebuild | 18 | ||||
-rw-r--r-- | media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.6.2-r1.ebuild | 18 |
2 files changed, 36 insertions, 0 deletions
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 000000000000..7f8a389bfc62 --- /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 000000000000..64eaa6d0ec3b --- /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}" |