diff options
author | 2010-03-19 01:20:40 +0000 | |
---|---|---|
committer | 2010-03-19 01:20:40 +0000 | |
commit | 8e88ace5dda48ccf407d7db7232f6ada4e9b31a2 (patch) | |
tree | 5572077c09b399a8b2c7497d2f45f5d6f7cf64c9 /eclass/gst-plugins-base.eclass | |
parent | Fix broken Manifest entry for ChangeLog. (diff) | |
download | historical-8e88ace5dda48ccf407d7db7232f6ada4e9b31a2.tar.gz historical-8e88ace5dda48ccf407d7db7232f6ada4e9b31a2.tar.bz2 historical-8e88ace5dda48ccf407d7db7232f6ada4e9b31a2.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/gst-plugins-base.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" |