diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-04-05 02:03:37 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-04-05 02:03:37 +0000 |
commit | cd23b1a3e91a1e81174e2401f3a829b7b235d1fb (patch) | |
tree | 75c49d9c74135df7a01876dacdc374f3f4038836 /eclass | |
parent | Prepare for gst-plugins-bad-0.10.18 - has new flite split plugin and ivorbis ... (diff) | |
download | historical-cd23b1a3e91a1e81174e2401f3a829b7b235d1fb.tar.gz historical-cd23b1a3e91a1e81174e2401f3a829b7b235d1fb.tar.bz2 historical-cd23b1a3e91a1e81174e2401f3a829b7b235d1fb.zip |
Remove old plugin entries that are not present in any -bad packages remaining in tree anymore. These are safe to remove, as this list is only used during package compilation, never during unmerge. This reduces the amount of QA warnings from unrecognized configure options and just cleans up the list for maintainability. Update comments accordingly.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gst-plugins-bad.eclass | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass index 3138a4379d97..4b8017c02901 100644 --- a/eclass/gst-plugins-bad.eclass +++ b/eclass/gst-plugins-bad.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.26 2010/04/05 01:57:41 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.27 2010/04/05 02:03:37 leio Exp $ # # Original Author: Saleem Abdulrasool <compnerd@gentoo.org> @@ -9,13 +9,6 @@ # plugin rather than in a single package. # -# This list is current to gst-plugins-bad-0.10.4 except for: -# gst_v4l2 - moved to gst-plugins-bad-0.10.5 (not in >=gst-plugins-bad-0.10.4) -# But it must stay in this list until all <gst-plugins-bad-0.10.4 -# are removed -# drac at gentoo.org: -# This list is current to gst-plugins-bad-0.10.5 except for: -# Not present in 0.10.5 - wavpack # This list is current for gst-plugins-bad-0.10.18. my_gst_plugins_bad="directsound directdraw osx_video quicktime vcd alsa assrender amrwb apexsink bz2 cdaudio celt cog directfb dirac dts divx @@ -23,16 +16,10 @@ dvdnav metadata faac faad fbdev flite gsm jack jp2k kate ladspa lv2 libmms modplug mimic mpeg2enc mplex musepack musicbrainz mythtv nas neon ofa rsvg timidity wildmidi sdl sdltest sndfile soundtouch spc gme swfdec theoradec xvid dvb oss4 wininet acm vdpau schro zbar -gst_v4l2 wavpack soup twolame x264 ivorbis opengl x" -# gst_v4l2 gone since 0.10.4 (moved to -good-0.10.5) -# wavpack gone since 0.10.5 (moved to -good-0.10.6) -# soup gone since 0.10.7 (moved to -good-0.10.8) -# twolame gone since 0.10.11 (moved to -ugly-0.10.11) -# x264 gone since 0.10.13 (moved to -ugly-0.10.12) +ivorbis opengl x" # ivorbis gone since 0.10.18 (moved to -base-0.10.27 as part of vorbis plugin) - - -#qtdemux spped tta +# opengl gone since ??? +# x gone since ??? inherit eutils gst-plugins10 |