diff options
author | Mart Raudsepp <leio@gentoo.org> | 2009-11-16 04:51:02 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2009-11-16 04:51:02 +0000 |
commit | 71e644be7a347dddf9e038058b6376901a032c80 (patch) | |
tree | 04455b287acca027584937087a911d8d1ffe2810 /eclass | |
parent | Drop unused files (diff) | |
download | gentoo-2-71e644be7a347dddf9e038058b6376901a032c80.tar.gz gentoo-2-71e644be7a347dddf9e038058b6376901a032c80.tar.bz2 gentoo-2-71e644be7a347dddf9e038058b6376901a032c80.zip |
Add new plugin (amrwb) in gst-plugins-ugly-0.10.13
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gst-plugins-ugly.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/gst-plugins-ugly.eclass b/eclass/gst-plugins-ugly.eclass index e544269f8d42..88f308be69fe 100644 --- a/eclass/gst-plugins-ugly.eclass +++ b/eclass/gst-plugins-ugly.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.15 2009/09/07 04:58:22 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.16 2009/11/16 04:51:02 leio Exp $ # Author : foser <foser@gentoo.org> @@ -26,7 +26,8 @@ MY_P=${MY_PN}-${PV} # All relevant configure options for gst-plugins # need a better way to extract these # gst-plugins-base 0.9 -my_gst_plugins_ugly="a52dec amrnb cdio dvdread dvdnav lame id3tag mad mpeg2dec sidplay twolame x264" +my_gst_plugins_ugly="a52dec amrnb amrwb cdio dvdread dvdnav lame id3tag mad +mpeg2dec sidplay twolame x264" #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2" SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/${MY_P}.tar.bz2" |