diff options
author | Mart Raudsepp <leio@gentoo.org> | 2010-04-05 02:06:59 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2010-04-05 02:06:59 +0000 |
commit | 82bb08843e8e4ce476f32505d95a016e071497aa (patch) | |
tree | 77940b513874af2472525a85935bb68e3cd7988c /eclass/gst-plugins-bad.eclass | |
parent | Remove old plugin entries that are not present in any -bad packages remaining... (diff) | |
download | gentoo-2-82bb08843e8e4ce476f32505d95a016e071497aa.tar.gz gentoo-2-82bb08843e8e4ce476f32505d95a016e071497aa.tar.bz2 gentoo-2-82bb08843e8e4ce476f32505d95a016e071497aa.zip |
Also remove x and opengl from the plugin list. None of the in-tree -bad package versions have these either. There are X plugins in -base and -good, and a separate opengl related tarball in existence for these things by now.
Diffstat (limited to 'eclass/gst-plugins-bad.eclass')
-rw-r--r-- | eclass/gst-plugins-bad.eclass | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass index 4b8017c02901..3414f1787e88 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.27 2010/04/05 02:03:37 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.28 2010/04/05 02:06:59 leio Exp $ # # Original Author: Saleem Abdulrasool <compnerd@gentoo.org> @@ -16,10 +16,8 @@ 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 -ivorbis opengl x" +ivorbis" # ivorbis gone since 0.10.18 (moved to -base-0.10.27 as part of vorbis plugin) -# opengl gone since ??? -# x gone since ??? inherit eutils gst-plugins10 |