diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-03-19 01:20:40 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-03-19 01:20:40 +0000 |
commit | 28c7fc463421223da50f43675736ef9eb61954f8 (patch) | |
tree | d1b73714c82be73c1b02ff801c7ac66a82e2bc6d /eclass | |
parent | Fix broken Manifest entry for ChangeLog. (diff) | |
download | gentoo-2-28c7fc463421223da50f43675736ef9eb61954f8.tar.gz gentoo-2-28c7fc463421223da50f43675736ef9eb61954f8.tar.bz2 gentoo-2-28c7fc463421223da50f43675736ef9eb61954f8.zip |
Prepare for gst-plugins-base-0.10.27+ - tremor ivorbis decoder from -bad was included in vorbis as a choice
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gst-plugins-base.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass index 956e5b929d8b..a4f9331c2a74 100644 --- a/eclass/gst-plugins-base.eclass +++ b/eclass/gst-plugins-base.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-base.eclass,v 1.15 2009/11/16 00:38:24 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.16 2010/03/19 01:20:40 leio Exp $ # Author : foser <foser@gentoo.org> @@ -27,7 +27,8 @@ MY_P=${MY_PN}-${PV} # need a better way to extract these # gst-plugins-base 0.9 my_gst_plugins_base="x xvideo xshm gst_v4l alsa cdparanoia gnome_vfs -gio libvisual ogg oggtest theora vorbis vorbistest examples freetypetest pango" +gio libvisual ogg oggtest theora ivorbis vorbis vorbistest examples +freetypetest pango" #SRC_URI="mirror://gnome/sources/gst-plugins/${PV_MAJ_MIN}/${MY_P}.tar.bz2" SRC_URI="http://gstreamer.freedesktop.org/src/gst-plugins-base/${MY_P}.tar.bz2" |