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: Fri, 30 Jul 2010 09:42:18
Message-Id: 20100730094215.169D82CE15@corvid.gentoo.org
1 leio 10/07/30 09:42:14
2
3 Modified: gst-plugins-bad.eclass
4 Log:
5 More preparation for gst-plugins-bad-0.10.19 - oss4 moved away, dvdnav configure option renamed to resindvd
6
7 Revision Changes Path
8 1.32 eclass/gst-plugins-bad.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-bad.eclass?rev=1.32&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-bad.eclass?rev=1.32&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gst-plugins-bad.eclass?r1=1.31&r2=1.32
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.31
18 retrieving revision 1.32
19 diff -u -r1.31 -r1.32
20 --- gst-plugins-bad.eclass 28 Jul 2010 05:40:25 -0000 1.31
21 +++ gst-plugins-bad.eclass 30 Jul 2010 09:42:14 -0000 1.32
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.31 2010/07/28 05:40:25 leio Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.32 2010/07/30 09:42:14 leio Exp $
27
28 #
29 # Original Author: Saleem Abdulrasool <compnerd@g.o>
30 @@ -14,17 +14,27 @@
31 # This list is current for gst-plugins-bad-0.10.18.
32 my_gst_plugins_bad="directsound directdraw osx_video quicktime vcd
33 alsa assrender amrwb apexsink bz2 cdaudio celt cog directfb dirac dts divx
34 -dvdnav metadata faac faad fbdev flite gsm jack jp2k kate ladspa lv2 libmms
35 +metadata faac faad fbdev flite gsm jack jp2k kate ladspa lv2 libmms
36 modplug mimic mpeg2enc mplex musepack musicbrainz mythtv nas neon ofa rsvg
37 timidity wildmidi sdl sdltest sndfile soundtouch spc gme swfdec theoradec xvid
38 -dvb oss4 wininet acm vdpau schro zbar"
39 +dvb wininet acm vdpau schro zbar"
40
41 -# When adding conditionals like this, be careful about having leading spaces
42 +# When adding conditionals like below, be careful about having leading spaces
43 +
44 +# Changes in 0.10.19:
45 +# dvdnav configure option changed from --enable-dvdnav to --enable-resindvd
46 if version_is_at_least "0.10.19"; then
47 - my_gst_plugins_bad+=" vp8"
48 + my_gst_plugins_bad+=" resindvd vp8"
49 +fi
50 +
51 +# dvdnav configure option changed from --enable-dvdnav to --enable-resindvd
52 +# oss4 moved to -good
53 +if ! version_is_at_least "0.10.19"; then
54 + my_gst_plugins_bad+=" dvdnav oss4"
55 fi
56
57 -# ivorbis gone since 0.10.18 (moved to -base-0.10.27 as part of vorbis plugin)
58 +# Changes in 0.10.18:
59 +# ivorbis gone (moved to -base-0.10.27 as part of vorbis plugin)
60 if ! version_is_at_least "0.10.18"; then
61 my_gst_plugins_bad+=" ivorbis"
62 fi