diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-10 19:15:00 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-10 19:15:00 +0000 |
commit | 2a3d1757fefb6cab79c4e448dc2ba44622c8b161 (patch) | |
tree | 40c03b490fb0d9c52ef8e3e6781cc65819f4adb7 /media-plugins/gst-plugins-pulse | |
parent | Enable multilib support, bug #493176. (diff) | |
download | gentoo-2-2a3d1757fefb6cab79c4e448dc2ba44622c8b161.tar.gz gentoo-2-2a3d1757fefb6cab79c4e448dc2ba44622c8b161.tar.bz2 gentoo-2-2a3d1757fefb6cab79c4e448dc2ba44622c8b161.zip |
Enable multilib support, bug #493176.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-plugins/gst-plugins-pulse')
3 files changed, 38 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-pulse/ChangeLog b/media-plugins/gst-plugins-pulse/ChangeLog index 0b65a5499d71..3d117855602d 100644 --- a/media-plugins/gst-plugins-pulse/ChangeLog +++ b/media-plugins/gst-plugins-pulse/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/gst-plugins-pulse # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.121 2014/05/31 15:01:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/ChangeLog,v 1.122 2014/06/10 19:15:00 mgorny Exp $ + +*gst-plugins-pulse-0.10.31-r1 (10 Jun 2014) +*gst-plugins-pulse-1.2.4-r1 (10 Jun 2014) + + 10 Jun 2014; Michał Górny <mgorny@gentoo.org> + +gst-plugins-pulse-0.10.31-r1.ebuild, +gst-plugins-pulse-1.2.4-r1.ebuild: + Enable multilib support, bug #493176. *gst-plugins-pulse-1.2.4 (31 May 2014) diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r1.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r1.ebuild new file mode 100644 index 000000000000..1eaeb83401ed --- /dev/null +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-0.10.31-r1.ebuild,v 1.1 2014/06/10 19:15:00 mgorny Exp $ + +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-sound/pulseaudio-0.98[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.2.4-r1.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.2.4-r1.ebuild new file mode 100644 index 000000000000..1390b13b785b --- /dev/null +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.2.4-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.2.4-r1.ebuild,v 1.1 2014/06/10 19:15:00 mgorny Exp $ + +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-sound/pulseaudio-2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |