Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild vlc-1.0.0_rc4.ebuild ChangeLog vlc-1.0.9999.ebuild metadata.xml
Date: Thu, 02 Jul 2009 18:50:22
Message-Id: E1MMRMQ-0003L9-5U@stork.gentoo.org
1 aballier 09/07/02 18:50:18
2
3 Modified: vlc-9999.ebuild vlc-1.0.0_rc4.ebuild ChangeLog
4 vlc-1.0.9999.ebuild metadata.xml
5 Log:
6 add libtiger useflag
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 media-video/vlc/vlc-9999.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.16&r2=1.17
15
16 Index: vlc-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- vlc-9999.ebuild 28 Jun 2009 19:33:36 -0000 1.16
23 +++ vlc-9999.ebuild 2 Jul 2009 18:50:17 -0000 1.17
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.16 2009/06/28 19:33:36 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.17 2009/07/02 18:50:17 aballier Exp $
29
30 EAPI="1"
31
32 @@ -48,7 +48,7 @@
33 KEYWORDS=""
34 IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddax cddb cdio dbus dc1394
35 debug dirac directfb dts dvb dvd fbcon fluidsynth +ffmpeg flac fontconfig +gcrypt ggi gnome gnutls hal httpd
36 - id3tag jack kate libass libcaca libnotify libproxy libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
37 + id3tag jack kate libass libcaca libnotify libproxy libsysfs libtiger libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
38 musepack ncurses nsplugin ogg opengl optimisememory oss pda png pulseaudio pvr +qt4
39 remoteosd rtsp run-as-root samba schroedinger sdl sdl-image seamonkey shine shout skins speex sse stream svg svga taglib
40 theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs wma-fixed
41 @@ -95,6 +95,7 @@
42 libnotify? ( x11-libs/libnotify )
43 libproxy? ( net-libs/libproxy )
44 libsysfs? ( sys-fs/sysfsutils )
45 + libtiger? ( media-libs/libtiger )
46 lirc? ( app-misc/lirc )
47 live? ( >=media-plugins/live-2008.07.06 )
48 lua? ( >=dev-lang/lua-5.1 )
49 @@ -201,6 +202,7 @@
50 vlc_use_force remoteosd gcrypt
51 vlc_use_needs fontconfig truetype
52 vlc_use_needs libv4l2 v4l2
53 + vlc_use_needs libtiger kate
54 use cddb && use !cdda && use !cddax && ewarn "USE=cddb requires either cdda or cddax, cddb will be disabled."
55 if use qt4 || use skins ; then
56 qt4_pkg_setup
57 @@ -286,6 +288,7 @@
58 $(use_enable libnotify notify) \
59 $(use_enable libproxy) \
60 --disable-libtar \
61 + $(use_enable libtiger tiger) \
62 $(use_enable libsysfs) \
63 $(use_enable libv4l2) \
64 $(use_enable lirc) \
65
66
67
68 1.9 media-video/vlc/vlc-1.0.0_rc4.ebuild
69
70 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild?rev=1.9&view=markup
71 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild?rev=1.9&content-type=text/plain
72 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild?r1=1.8&r2=1.9
73
74 Index: vlc-1.0.0_rc4.ebuild
75 ===================================================================
76 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild,v
77 retrieving revision 1.8
78 retrieving revision 1.9
79 diff -u -r1.8 -r1.9
80 --- vlc-1.0.0_rc4.ebuild 28 Jun 2009 19:33:36 -0000 1.8
81 +++ vlc-1.0.0_rc4.ebuild 2 Jul 2009 18:50:18 -0000 1.9
82 @@ -1,6 +1,6 @@
83 # Copyright 1999-2009 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild,v 1.8 2009/06/28 19:33:36 pva Exp $
86 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild,v 1.9 2009/07/02 18:50:18 aballier Exp $
87
88 EAPI="1"
89
90 @@ -48,7 +48,7 @@
91 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
92 IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddax cddb cdio dbus dc1394
93 debug dirac directfb dts dvb dvd fbcon fluidsynth +ffmpeg flac fontconfig +gcrypt ggi gnome gnutls hal httpd
94 - id3tag jack kate libass libcaca libnotify libproxy libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
95 + id3tag jack kate libass libcaca libnotify libproxy libsysfs libtiger libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
96 musepack ncurses nsplugin ogg opengl optimisememory oss pda png pulseaudio pvr +qt4
97 remoteosd rtsp run-as-root samba schroedinger sdl sdl-image seamonkey shine shout skins speex sse stream svg svga taglib
98 theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs wma-fixed
99 @@ -95,6 +95,7 @@
100 libnotify? ( x11-libs/libnotify )
101 libproxy? ( net-libs/libproxy )
102 libsysfs? ( sys-fs/sysfsutils )
103 + libtiger? ( media-libs/libtiger )
104 lirc? ( app-misc/lirc )
105 live? ( >=media-plugins/live-2008.07.06 )
106 lua? ( >=dev-lang/lua-5.1 )
107 @@ -201,6 +202,7 @@
108 vlc_use_force remoteosd gcrypt
109 vlc_use_needs fontconfig truetype
110 vlc_use_needs libv4l2 v4l2
111 + vlc_use_needs libtiger kate
112 use cddb && use !cdda && use !cddax && ewarn "USE=cddb requires either cdda or cddax, cddb will be disabled."
113 if use qt4 || use skins ; then
114 qt4_pkg_setup
115 @@ -286,6 +288,7 @@
116 $(use_enable libnotify notify) \
117 $(use_enable libproxy) \
118 --disable-libtar \
119 + $(use_enable libtiger tiger) \
120 $(use_enable libsysfs) \
121 $(use_enable libv4l2) \
122 $(use_enable lirc) \
123
124
125
126 1.454 media-video/vlc/ChangeLog
127
128 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.454&view=markup
129 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.454&content-type=text/plain
130 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.453&r2=1.454
131
132 Index: ChangeLog
133 ===================================================================
134 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
135 retrieving revision 1.453
136 retrieving revision 1.454
137 diff -u -r1.453 -r1.454
138 --- ChangeLog 28 Jun 2009 19:33:36 -0000 1.453
139 +++ ChangeLog 2 Jul 2009 18:50:18 -0000 1.454
140 @@ -1,6 +1,10 @@
141 # ChangeLog for media-video/vlc
142 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
143 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.453 2009/06/28 19:33:36 pva Exp $
144 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.454 2009/07/02 18:50:18 aballier Exp $
145 +
146 + 02 Jul 2009; Alexis Ballier <aballier@g.o> vlc-1.0.0_rc4.ebuild,
147 + vlc-1.0.9999.ebuild, vlc-9999.ebuild, metadata.xml:
148 + add libtiger useflag
149
150 28 Jun 2009; Peter Volkov <pva@g.o> vlc-0.9.8a.ebuild,
151 vlc-0.9.9a-r1.ebuild, vlc-0.9.9999.ebuild, vlc-1.0.0_rc4.ebuild,
152
153
154
155 1.11 media-video/vlc/vlc-1.0.9999.ebuild
156
157 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?rev=1.11&view=markup
158 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?rev=1.11&content-type=text/plain
159 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?r1=1.10&r2=1.11
160
161 Index: vlc-1.0.9999.ebuild
162 ===================================================================
163 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v
164 retrieving revision 1.10
165 retrieving revision 1.11
166 diff -u -r1.10 -r1.11
167 --- vlc-1.0.9999.ebuild 28 Jun 2009 19:33:36 -0000 1.10
168 +++ vlc-1.0.9999.ebuild 2 Jul 2009 18:50:18 -0000 1.11
169 @@ -1,6 +1,6 @@
170 # Copyright 1999-2009 Gentoo Foundation
171 # Distributed under the terms of the GNU General Public License v2
172 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.10 2009/06/28 19:33:36 pva Exp $
173 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.11 2009/07/02 18:50:18 aballier Exp $
174
175 EAPI="1"
176
177 @@ -48,7 +48,7 @@
178 KEYWORDS=""
179 IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddax cddb cdio dbus dc1394
180 debug dirac directfb dts dvb dvd fbcon fluidsynth +ffmpeg flac fontconfig +gcrypt ggi gnome gnutls hal httpd
181 - id3tag jack kate libass libcaca libnotify libproxy libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
182 + id3tag jack kate libass libcaca libnotify libproxy libsysfs libtiger libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
183 musepack ncurses nsplugin ogg opengl optimisememory oss pda png pulseaudio pvr +qt4
184 remoteosd rtsp run-as-root samba schroedinger sdl sdl-image seamonkey shine shout skins speex sse stream svg svga taglib
185 theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs wma-fixed
186 @@ -95,6 +95,7 @@
187 libnotify? ( x11-libs/libnotify )
188 libproxy? ( net-libs/libproxy )
189 libsysfs? ( sys-fs/sysfsutils )
190 + libtiger? ( media-libs/libtiger )
191 lirc? ( app-misc/lirc )
192 live? ( >=media-plugins/live-2008.07.06 )
193 lua? ( >=dev-lang/lua-5.1 )
194 @@ -201,6 +202,7 @@
195 vlc_use_force remoteosd gcrypt
196 vlc_use_needs fontconfig truetype
197 vlc_use_needs libv4l2 v4l2
198 + vlc_use_needs libtiger kate
199 use cddb && use !cdda && use !cddax && ewarn "USE=cddb requires either cdda or cddax, cddb will be disabled."
200 if use qt4 || use skins ; then
201 qt4_pkg_setup
202 @@ -286,6 +288,7 @@
203 $(use_enable libnotify notify) \
204 $(use_enable libproxy) \
205 --disable-libtar \
206 + $(use_enable libtiger tiger) \
207 $(use_enable libsysfs) \
208 $(use_enable libv4l2) \
209 $(use_enable lirc) \
210
211
212
213 1.27 media-video/vlc/metadata.xml
214
215 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/metadata.xml?rev=1.27&view=markup
216 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/metadata.xml?rev=1.27&content-type=text/plain
217 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/metadata.xml?r1=1.26&r2=1.27
218
219 Index: metadata.xml
220 ===================================================================
221 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/metadata.xml,v
222 retrieving revision 1.26
223 retrieving revision 1.27
224 diff -u -r1.26 -r1.27
225 --- metadata.xml 26 Jun 2009 11:16:04 -0000 1.26
226 +++ metadata.xml 2 Jul 2009 18:50:18 -0000 1.27
227 @@ -14,17 +14,18 @@
228 <flag name="dc1394">Enables IIDC cameras support.</flag>
229 <flag name="dirac">Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac.</flag>
230 <flag name="fluidsynth">Enables Fluidsynth MIDI software synthesis (with external sound fonts).</flag>
231 + <flag name="gcrypt">Enables cryptography support via libgcrypt.</flag>
232 <flag name="gnome">Adds support for GNOME's filesystem abstraction layer, <pkg>gnome-base/gnome-vfs</pkg>. This flag is not GUI-related.</flag>
233 <flag name="httpd">Enables a web based interface for vlc.</flag>
234 <flag name="id3tag">Enables id3tag metadata reader plugin.</flag>
235 <flag name="kate">Adds support for Ogg Kate subtitles via libkate.</flag>
236 <flag name="libass">Enables subtitles support using libass.</flag>
237 - <flag name="gcrypt">Enables cryptography support via libgcrypt.</flag>
238 <flag name="libproxy">Enables support for proxy settings in the HTTP access module.</flag>
239 <flag name="libsysfs">Get user key from firewire connected iPod via libsysfs.</flag>
240 <flag name="libv4l2">Enables Libv4l2 Video4Linux2 support (for conversion
241 from various video formats to standard ones, needed to use v4l2 devices
242 with strange formats).</flag>
243 + <flag name="libtiger">Enables Ogg Kate subtitles rendering using libtiger.</flag>
244 <flag name="live">Enables LIVE.com support.</flag>
245 <flag name="optimisememory">Enable optimisation for memory rather than performance.</flag>
246 <flag name="pda">Builds a GTK+ interface suitable for PDA devices.</flag>