summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-06-10 19:18:52 +0000
committerMichał Górny <mgorny@gentoo.org>2014-06-10 19:18:52 +0000
commit6276eee272d0cf159770c95ebb12eeb8755b5dd2 (patch)
tree433ce6d295078de9e60afde1e4bb9fbb6c23535f /media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.31-r1.ebuild
parentEnable multilib support, bug #493176. (diff)
downloadgentoo-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/gst-plugins-speex/gst-plugins-speex-0.10.31-r1.ebuild')
-rw-r--r--media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.31-r1.ebuild15
1 files changed, 15 insertions, 0 deletions
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}"