diff options
author | 2014-06-10 19:18:52 +0000 | |
---|---|---|
committer | 2014-06-10 19:18:52 +0000 | |
commit | 6276eee272d0cf159770c95ebb12eeb8755b5dd2 (patch) | |
tree | 433ce6d295078de9e60afde1e4bb9fbb6c23535f /media-plugins | |
parent | Enable multilib support, bug #493176. (diff) | |
download | gentoo-2-6276eee272d0cf159770c95ebb12eeb8755b5dd2.tar.gz gentoo-2-6276eee272d0cf159770c95ebb12eeb8755b5dd2.tar.bz2 gentoo-2-6276eee272d0cf159770c95ebb12eeb8755b5dd2.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')
3 files changed, 38 insertions, 1 deletions
diff --git a/media-plugins/gst-plugins-speex/ChangeLog b/media-plugins/gst-plugins-speex/ChangeLog index 9b50ac5eda91..87ab4520c4fd 100644 --- a/media-plugins/gst-plugins-speex/ChangeLog +++ b/media-plugins/gst-plugins-speex/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/gst-plugins-speex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/ChangeLog,v 1.156 2014/05/31 15:13:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-speex/ChangeLog,v 1.157 2014/06/10 19:18:52 mgorny Exp $ + +*gst-plugins-speex-0.10.31-r1 (10 Jun 2014) +*gst-plugins-speex-1.2.4-r1 (10 Jun 2014) + + 10 Jun 2014; Michał Górny <mgorny@gentoo.org> + +gst-plugins-speex-0.10.31-r1.ebuild, +gst-plugins-speex-1.2.4-r1.ebuild: + Enable multilib support, bug #493176. *gst-plugins-speex-1.2.4 (31 May 2014) diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.31-r1.ebuild b/media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.31-r1.ebuild new file mode 100644 index 000000000000..022f494f41ee --- /dev/null +++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-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-speex/gst-plugins-speex-0.10.31-r1.ebuild,v 1.1 2014/06/10 19:18:52 mgorny Exp $ + +EAPI="5" + +GST_ORG_MODULE=gst-plugins-good +inherit gstreamer + +DESCRIPTION="GStreamer plugin to allow encoding and decoding of speex" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/speex-1.1.6[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.2.4-r1.ebuild b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.2.4-r1.ebuild new file mode 100644 index 000000000000..cd9ef2615f61 --- /dev/null +++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-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-speex/gst-plugins-speex-1.2.4-r1.ebuild,v 1.1 2014/06/10 19:18:52 mgorny Exp $ + +EAPI="5" + +GST_ORG_MODULE=gst-plugins-good +inherit gstreamer + +DESCRIPTION="GStreamer plugin to allow encoding and decoding of speex" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/speex-1.1.6[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" |