summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-23 07:57:45 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-10-23 07:57:45 +0000
commit4f1e44f0214280bcbbf200c7ad8816474a6f03cf (patch)
tree4e3f2cc4b740ceabde07d7aab38c78124a4a8f29 /media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.31.ebuild
parentBump, adds the souphttpclientsink element. (diff)
downloadgentoo-2-4f1e44f0214280bcbbf200c7ad8816474a6f03cf.tar.gz
gentoo-2-4f1e44f0214280bcbbf200c7ad8816474a6f03cf.tar.bz2
gentoo-2-4f1e44f0214280bcbbf200c7ad8816474a6f03cf.zip
Bump, the code has been refactored and various bugs fixed.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.31.ebuild')
-rw-r--r--media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.31.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.31.ebuild b/media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.31.ebuild
new file mode 100644
index 000000000000..24b46e49012a
--- /dev/null
+++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.31.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2012 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.ebuild,v 1.1 2012/10/23 07:57:45 tetromino Exp $
+
+EAPI=4
+
+inherit gst-plugins-good
+
+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
+ >=media-libs/gst-plugins-base-0.10.36"
+DEPEND="${RDEPEND}"