Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/xine-lib: ChangeLog xine-lib-1.2.9999.ebuild
Date: Sun, 30 Oct 2011 15:58:01
Message-Id: 20111030155751.A10A82004B@flycatcher.gentoo.org
1 ssuominen 11/10/30 15:57:51
2
3 Modified: ChangeLog xine-lib-1.2.9999.ebuild
4 Log:
5 Rename obsolete USE="v4l2" to USE="v4l" wrt #385241
6
7 (Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.647 media-libs/xine-lib/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.647&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?rev=1.647&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/ChangeLog?r1=1.646&r2=1.647
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v
19 retrieving revision 1.646
20 retrieving revision 1.647
21 diff -u -r1.646 -r1.647
22 --- ChangeLog 15 Oct 2011 21:59:42 -0000 1.646
23 +++ ChangeLog 30 Oct 2011 15:57:51 -0000 1.647
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/xine-lib
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.646 2011/10/15 21:59:42 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/ChangeLog,v 1.647 2011/10/30 15:57:51 ssuominen Exp $
29 +
30 + 30 Oct 2011; Samuli Suominen <ssuominen@g.o> xine-lib-1.2.9999.ebuild:
31 + Rename obsolete USE="v4l2" to USE="v4l" wrt #385241
32
33 *xine-lib-1.2.9999 (15 Oct 2011)
34
35
36
37
38 1.2 media-libs/xine-lib/xine-lib-1.2.9999.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild?r1=1.1&r2=1.2
43
44 Index: xine-lib-1.2.9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- xine-lib-1.2.9999.ebuild 15 Oct 2011 21:59:42 -0000 1.1
51 +++ xine-lib-1.2.9999.ebuild 30 Oct 2011 15:57:51 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.1 2011/10/15 21:59:42 idl0r Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1.2.9999.ebuild,v 1.2 2011/10/30 15:57:51 ssuominen Exp $
57
58 EAPI=4
59
60 @@ -19,7 +19,7 @@
61 IUSE="a52 aac aalib alsa altivec antialiasing asf directfb dts debug dvb dxr3
62 esd fbcon flac fontconfig fusion gdk-pixbuf glu gnome imagemagick ipv6 jack
63 real libcaca libv4l mad mmap mng modplug musepack nls nosefart opengl oss pulseaudio
64 -samba sdl speex static-libs theora truetype v4l v4l2 vcd vdpau vdr vidix vis vorbis
65 +samba sdl speex static-libs theora truetype v4l vcd vdpau vdr vidix vis vorbis
66 wavpack win32codecs X xcb xinerama xv xvmc"
67
68 REQUIRED_USE="fontconfig? ( truetype )
69 @@ -85,7 +85,6 @@
70 dev-util/pkgconfig
71 nls? ( virtual/libintl )
72 v4l? ( virtual/os-headers )
73 - v4l2? ( virtual/os-headers )
74 oss? ( virtual/os-headers )
75
76 X? ( x11-proto/xproto
77 @@ -150,8 +149,8 @@
78 $(use_enable dvb) \
79 $(use_enable gnome gnomevfs) \
80 $(use_enable samba) \
81 - $(use_enable v4l) \
82 - $(use_enable v4l2) \
83 + --disable-v4l \
84 + $(use_enable v4l v4l2) \
85 $(use_enable libv4l) \
86 $(use_enable vcd) \
87 $(use_enable vdr) \