diff options
author | Mart Raudsepp <leio@gentoo.org> | 2009-11-17 04:37:41 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2009-11-17 04:37:41 +0000 |
commit | cf0b8de5686b18bac393d39a2f0755276a41ccc1 (patch) | |
tree | d83ca2e6111e7523980b4383132771778afbccde /media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.17.ebuild | |
parent | Version bump to be in sync with the rest; no code changes (diff) | |
download | gentoo-2-cf0b8de5686b18bac393d39a2f0755276a41ccc1.tar.gz gentoo-2-cf0b8de5686b18bac393d39a2f0755276a41ccc1.tar.bz2 gentoo-2-cf0b8de5686b18bac393d39a2f0755276a41ccc1.zip |
Version bump. Various improvements
(Portage version: 2.2_rc22/cvs/Linux 2.6.31-gentoo-r6 x86_64)
Diffstat (limited to 'media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.17.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.17.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.17.ebuild b/media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.17.ebuild new file mode 100644 index 000000000000..621f34c19a19 --- /dev/null +++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-0.10.17.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 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.17.ebuild,v 1.1 2009/11/17 04:37:41 leio Exp $ + +inherit gst-plugins-good + +DESCRIPTION="GStreamer plugin to allow encoding and decoding of speex" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=media-libs/speex-1.1.6 + >=media-libs/gstreamer-0.10.24 + >=media-libs/gst-plugins-base-0.10.24" +DEPEND="${RDEPEND} + dev-util/pkgconfig" |