diff options
author | 2014-03-01 19:16:35 +0000 | |
---|---|---|
committer | 2014-03-01 19:16:35 +0000 | |
commit | 2e1ad520df1ef87679cc87f13ccc711dbc7bbacd (patch) | |
tree | 5ef43f51b14eee42a2833908656e3b9f25654291 /media-plugins/gst-plugins-amr/gst-plugins-amr-1.2.3.ebuild | |
parent | Fix date. (diff) | |
download | gentoo-2-2e1ad520df1ef87679cc87f13ccc711dbc7bbacd.tar.gz gentoo-2-2e1ad520df1ef87679cc87f13ccc711dbc7bbacd.tar.bz2 gentoo-2-2e1ad520df1ef87679cc87f13ccc711dbc7bbacd.zip |
Version bump, drop old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-plugins/gst-plugins-amr/gst-plugins-amr-1.2.3.ebuild')
-rw-r--r-- | media-plugins/gst-plugins-amr/gst-plugins-amr-1.2.3.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.2.3.ebuild b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.2.3.ebuild new file mode 100644 index 000000000000..192a045da9ce --- /dev/null +++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.2.3.ebuild @@ -0,0 +1,20 @@ +# 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-amr/gst-plugins-amr-1.2.3.ebuild,v 1.1 2014/03/01 19:16:35 pacho Exp $ + +EAPI="5" + +inherit gst-plugins-ugly + +DESCRIPTION="GStreamer plugin for AMRNB/AMRWB codec" +HOMEPAGE="http://gstreamer.freedesktop.org/" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="media-libs/opencore-amr" +DEPEND="${RDEPEND}" + +GST_PLUGINS_BUILD="amrnb amrwb" +GST_PLUGINS_BUILD_DIR="amrnb amrwbdec" |