diff options
author | Mart Raudsepp <leio@gentoo.org> | 2009-11-16 00:38:24 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2009-11-16 00:38:24 +0000 |
commit | acf34037b0b9ac568bea698789f35183328f56e0 (patch) | |
tree | ac86300c2ba55610dee24c4060e5cb71c93d00de /eclass/gst-plugins-base.eclass | |
parent | Version bump. Per-stream volume control support; interlaced content support i... (diff) | |
download | gentoo-2-acf34037b0b9ac568bea698789f35183328f56e0.tar.gz gentoo-2-acf34037b0b9ac568bea698789f35183328f56e0.tar.bz2 gentoo-2-acf34037b0b9ac568bea698789f35183328f56e0.zip |
Remove gst_v4l2 and tests from plugins list, as they are gone long ago and safe to remove. Removes all QA warnings from gst-plugins-base splits as an interim solution for -base for bug 285539
Diffstat (limited to 'eclass/gst-plugins-base.eclass')
-rw-r--r-- | eclass/gst-plugins-base.eclass | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass index f8bc0b8ecd8e..956e5b929d8b 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.14 2009/11/06 16:05:06 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.15 2009/11/16 00:38:24 leio Exp $ # Author : foser <foser@gentoo.org> @@ -26,12 +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 -# update: gst_v4l2 is part of -good, not -base, remove when 0.10.15 is only -# version in tree. -drac -# 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 -gio libvisual ogg oggtest theora vorbis vorbistest tests examples freetypetest pango" +my_gst_plugins_base="x xvideo xshm gst_v4l alsa cdparanoia gnome_vfs +gio libvisual ogg oggtest theora 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" |