diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2007-11-17 12:17:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2007-11-17 12:17:50 +0000 |
commit | 09857940df39f83a67f6add68d45f7f409b280e6 (patch) | |
tree | fb9aa92f6e15f32ca14355366cbc2c8e578a02bd /eclass/gst-plugins-base.eclass | |
parent | Version bump. (diff) | |
download | historical-09857940df39f83a67f6add68d45f7f409b280e6.tar.gz historical-09857940df39f83a67f6add68d45f7f409b280e6.tar.bz2 historical-09857940df39f83a67f6add68d45f7f409b280e6.zip |
Add comment about v4l2 and tests to gst-plugins-base eclass, gone in 0.10.15 or sooner but unnoticed.
Diffstat (limited to 'eclass/gst-plugins-base.eclass')
-rw-r--r-- | eclass/gst-plugins-base.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass index 90ee91835763..43318f914b69 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.7 2007/09/13 15:38:54 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.8 2007/11/17 12:17:50 drac Exp $ # Author : foser <foser@gentoo.org> @@ -26,6 +26,10 @@ 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 libvisual ogg oggtest theora vorbis vorbistest tests examples freetypetest pango" |