diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-06-29 14:49:31 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-06-29 14:49:31 +0000 |
commit | 320c06c5311ae0148f23f9f4c7bbf81f2b115680 (patch) | |
tree | 65ebbb2c22b4b17841de59036d12f29e02476fe3 /eclass | |
parent | Fix deps for ffmpeg wrt bug #228833. (diff) | |
download | gentoo-2-320c06c5311ae0148f23f9f4c7bbf81f2b115680.tar.gz gentoo-2-320c06c5311ae0148f23f9f4c7bbf81f2b115680.tar.bz2 gentoo-2-320c06c5311ae0148f23f9f4c7bbf81f2b115680.zip |
Insert gio into plugins list of gst-plugins-base.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gst-plugins-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass index 43318f914b69..0112fb5bff7a 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.8 2007/11/17 12:17:50 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.9 2008/06/29 14:49:31 drac Exp $ # Author : foser <foser@gentoo.org> @@ -31,7 +31,7 @@ MY_P=${MY_PN}-${PV} # update: no configure option tests, remove when 0.10.15 is only version in # tree. -drac my_gst_plugins_base="x xvideo xshm gst_v4l gst_v4l2 alsa cdparanoia gnome_vfs -libvisual ogg oggtest theora vorbis vorbistest tests examples freetypetest pango" +gio libvisual ogg oggtest theora vorbis vorbistest tests 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" |