Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gst-plugins-bad.eclass
Date: Mon, 05 Apr 2010 02:03:56
Message-Id: E1Nybf7-0005eH-6v@stork.gentoo.org
1 leio 10/04/05 02:03:37
2
3 Modified: gst-plugins-bad.eclass
4 Log:
5 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.
6
7 Revision Changes Path
8 1.27 eclass/gst-plugins-bad.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-bad.eclass?rev=1.27&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-bad.eclass?rev=1.27&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gst-plugins-bad.eclass?r1=1.26&r2=1.27
13
14 Index: gst-plugins-bad.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v
17 retrieving revision 1.26
18 retrieving revision 1.27
19 diff -u -r1.26 -r1.27
20 --- gst-plugins-bad.eclass 5 Apr 2010 01:57:41 -0000 1.26
21 +++ gst-plugins-bad.eclass 5 Apr 2010 02:03:37 -0000 1.27
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.26 2010/04/05 01:57:41 leio Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.27 2010/04/05 02:03:37 leio Exp $
27
28 #
29 # Original Author: Saleem Abdulrasool <compnerd@g.o>
30 @@ -9,13 +9,6 @@
31 # plugin rather than in a single package.
32 #
33
34 -# This list is current to gst-plugins-bad-0.10.4 except for:
35 -# gst_v4l2 - moved to gst-plugins-bad-0.10.5 (not in >=gst-plugins-bad-0.10.4)
36 -# But it must stay in this list until all <gst-plugins-bad-0.10.4
37 -# are removed
38 -# drac at gentoo.org:
39 -# This list is current to gst-plugins-bad-0.10.5 except for:
40 -# Not present in 0.10.5 - wavpack
41 # This list is current for gst-plugins-bad-0.10.18.
42 my_gst_plugins_bad="directsound directdraw osx_video quicktime vcd
43 alsa assrender amrwb apexsink bz2 cdaudio celt cog directfb dirac dts divx
44 @@ -23,16 +16,10 @@
45 modplug mimic mpeg2enc mplex musepack musicbrainz mythtv nas neon ofa rsvg
46 timidity wildmidi sdl sdltest sndfile soundtouch spc gme swfdec theoradec xvid
47 dvb oss4 wininet acm vdpau schro zbar
48 -gst_v4l2 wavpack soup twolame x264 ivorbis opengl x"
49 -# gst_v4l2 gone since 0.10.4 (moved to -good-0.10.5)
50 -# wavpack gone since 0.10.5 (moved to -good-0.10.6)
51 -# soup gone since 0.10.7 (moved to -good-0.10.8)
52 -# twolame gone since 0.10.11 (moved to -ugly-0.10.11)
53 -# x264 gone since 0.10.13 (moved to -ugly-0.10.12)
54 +ivorbis opengl x"
55 # ivorbis gone since 0.10.18 (moved to -base-0.10.27 as part of vorbis plugin)
56 -
57 -
58 -#qtdemux spped tta
59 +# opengl gone since ???
60 +# x gone since ???
61
62 inherit eutils gst-plugins10