Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-1.0.9999.ebuild vlc-0.9.8a.ebuild vlc-9999.ebuild vlc-0.9.9999.ebuild vlc-1.0.0_rc4.ebuild ChangeLog vlc-0.9.9a-r1.ebuild metadata.xml
Date: Fri, 26 Jun 2009 11:16:07
Message-Id: E1MK9PY-00077J-9t@stork.gentoo.org
1 pva 09/06/26 11:16:04
2
3 Modified: vlc-1.0.9999.ebuild vlc-0.9.8a.ebuild
4 vlc-9999.ebuild vlc-0.9.9999.ebuild
5 vlc-1.0.0_rc4.ebuild ChangeLog vlc-0.9.9a-r1.ebuild
6 metadata.xml
7 Log:
8 Renamed libgcrypt USE flag into gcrypt, bug #274555, thank Tristan Heaven for report.
9 (Portage version: 2.2_rc33/cvs/Linux i686)
10
11 Revision Changes Path
12 1.8 media-video/vlc/vlc-1.0.9999.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?rev=1.8&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?rev=1.8&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild?r1=1.7&r2=1.8
17
18 Index: vlc-1.0.9999.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v
21 retrieving revision 1.7
22 retrieving revision 1.8
23 diff -u -r1.7 -r1.8
24 --- vlc-1.0.9999.ebuild 25 Jun 2009 16:35:32 -0000 1.7
25 +++ vlc-1.0.9999.ebuild 26 Jun 2009 11:16:04 -0000 1.8
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2009 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.7 2009/06/25 16:35:32 aballier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.9999.ebuild,v 1.8 2009/06/26 11:16:04 pva Exp $
31
32 EAPI="1"
33
34 @@ -48,7 +48,7 @@
35 KEYWORDS=""
36 IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddax cddb cdio dbus dc1394
37 debug dirac directfb dts dvb dvd fbcon fluidsynth +ffmpeg flac fontconfig ggi gnome gnutls hal httpd
38 - id3tag jack kate libass libcaca +libgcrypt libnotify libproxy libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
39 + id3tag jack kate libass libcaca +gcrypt libnotify libproxy libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
40 musepack ncurses nsplugin ogg opengl optimisememory oss pda png pulseaudio pvr +qt4
41 remoteosd rtsp run-as-root samba schroedinger sdl sdl-image seamonkey shine shout skins speex sse stream svg svga taglib
42 theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs wma-fixed
43 @@ -91,7 +91,7 @@
44 kate? ( >=media-libs/libkate-0.1.1 )
45 libass? ( >=media-libs/libass-0.9.5 media-libs/fontconfig )
46 libcaca? ( media-libs/libcaca )
47 - libgcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
48 + gcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
49 libnotify? ( x11-libs/libnotify )
50 libproxy? ( net-libs/libproxy )
51 libsysfs? ( sys-fs/sysfsutils )
52 @@ -198,7 +198,7 @@
53 vlc_use_needs vcdx vcdinfo
54 vlc_use_needs vcdinfo cdio
55 vlc_use_needs bidi truetype
56 - vlc_use_force remoteosd libgcrypt
57 + vlc_use_force remoteosd gcrypt
58 vlc_use_needs fontconfig truetype
59 vlc_use_needs libv4l2 v4l2
60 use cddb && use !cdda && use !cddax && ewarn "USE=cddb requires either cdda or cddax, cddb will be disabled."
61 @@ -282,7 +282,7 @@
62 $(use_enable kate) \
63 $(use_enable libass) \
64 $(use_enable libcaca caca) \
65 - $(use_enable libgcrypt) \
66 + $(use_enable gcrypt libgcrypt) \
67 $(use_enable libnotify notify) \
68 $(use_enable libproxy) \
69 --disable-libtar \
70 @@ -351,7 +351,7 @@
71 --enable-fast-install \
72 $(vlc_use_enable_force vlm vlm sout) \
73 $(vlc_use_enable_force skins skins2 qt4) \
74 - $(vlc_use_enable_force remoteosd remoteosd libgcrypt)
75 + $(vlc_use_enable_force remoteosd remoteosd gcrypt)
76
77 emake || die "make of VLC failed"
78 }
79
80
81
82 1.13 media-video/vlc/vlc-0.9.8a.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.8a.ebuild?rev=1.13&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.8a.ebuild?rev=1.13&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.8a.ebuild?r1=1.12&r2=1.13
87
88 Index: vlc-0.9.8a.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.8a.ebuild,v
91 retrieving revision 1.12
92 retrieving revision 1.13
93 diff -u -r1.12 -r1.13
94 --- vlc-0.9.8a.ebuild 4 May 2009 21:02:50 -0000 1.12
95 +++ vlc-0.9.8a.ebuild 26 Jun 2009 11:16:04 -0000 1.13
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2009 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.8a.ebuild,v 1.12 2009/05/04 21:02:50 loki_val Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.8a.ebuild,v 1.13 2009/06/26 11:16:04 pva Exp $
101
102 EAPI="1"
103
104 @@ -37,7 +37,7 @@
105 KEYWORDS="~arm alpha amd64 ppc ~ppc64 sparc x86 ~x86-fbsd"
106 IUSE="a52 aac aalib alsa altivec arts atmo avahi bidi cdda cddax cddb cdio dbus dc1394
107 debug dirac directfb dts dvb dvd esd fbcon fluidsynth +ffmpeg flac fontconfig ggi gnome gnutls hal httpd
108 - id3tag jack kate libass libcaca +libgcrypt libnotify libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg
109 + id3tag jack kate libass libcaca +gcrypt libnotify libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg
110 musepack ncurses nsplugin ogg opengl optimisememory oss pda png pulseaudio pvr +qt4
111 remoteosd rtsp run-as-root samba schroedinger sdl sdl-image seamonkey shout skins speex sse stream svg svga taglib
112 theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs
113 @@ -82,7 +82,7 @@
114 kate? ( >=media-libs/libkate-0.1.1 )
115 libass? ( >=media-libs/libass-0.9.5 media-libs/fontconfig )
116 libcaca? ( media-libs/libcaca )
117 - libgcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
118 + gcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
119 libnotify? ( x11-libs/libnotify )
120 libsysfs? ( sys-fs/sysfsutils )
121 lirc? ( app-misc/lirc )
122 @@ -192,7 +192,7 @@
123 vlc_use_needs vcdx vcdinfo
124 vlc_use_needs vcdinfo cdio
125 vlc_use_needs bidi truetype
126 - vlc_use_force remoteosd libgcrypt
127 + vlc_use_force remoteosd gcrypt
128 vlc_use_needs fontconfig truetype
129 vlc_use_needs libv4l2 v4l2
130 use cddb && use !cdda && use !cddax && ewarn "USE=cddb requires either cdda or cddax, cddb will be disabled."
131 @@ -275,7 +275,7 @@
132 $(use_enable kate) \
133 $(use_enable libass) \
134 $(use_enable libcaca caca) \
135 - $(use_enable libgcrypt) \
136 + $(use_enable gcrypt libgcrypt) \
137 $(use_enable libnotify notify) \
138 --disable-libproxy \
139 --disable-libtar \
140 @@ -340,7 +340,7 @@
141 --enable-fast-install \
142 $(vlc_use_enable_force vlm vlm sout) \
143 $(vlc_use_enable_force skins skins2 qt4) \
144 - $(vlc_use_enable_force remoteosd remoteosd libgcrypt)
145 + $(vlc_use_enable_force remoteosd remoteosd gcrypt)
146
147 emake || die "make of VLC failed"
148 }
149
150
151
152 1.14 media-video/vlc/vlc-9999.ebuild
153
154 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.14&view=markup
155 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.14&content-type=text/plain
156 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.13&r2=1.14
157
158 Index: vlc-9999.ebuild
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
161 retrieving revision 1.13
162 retrieving revision 1.14
163 diff -u -r1.13 -r1.14
164 --- vlc-9999.ebuild 25 Jun 2009 16:35:32 -0000 1.13
165 +++ vlc-9999.ebuild 26 Jun 2009 11:16:04 -0000 1.14
166 @@ -1,6 +1,6 @@
167 # Copyright 1999-2009 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.13 2009/06/25 16:35:32 aballier Exp $
170 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.14 2009/06/26 11:16:04 pva Exp $
171
172 EAPI="1"
173
174 @@ -48,7 +48,7 @@
175 KEYWORDS=""
176 IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddax cddb cdio dbus dc1394
177 debug dirac directfb dts dvb dvd fbcon fluidsynth +ffmpeg flac fontconfig ggi gnome gnutls hal httpd
178 - id3tag jack kate libass libcaca +libgcrypt libnotify libproxy libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
179 + id3tag jack kate libass libcaca +gcrypt libnotify libproxy libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
180 musepack ncurses nsplugin ogg opengl optimisememory oss pda png pulseaudio pvr +qt4
181 remoteosd rtsp run-as-root samba schroedinger sdl sdl-image seamonkey shine shout skins speex sse stream svg svga taglib
182 theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs wma-fixed
183 @@ -91,7 +91,7 @@
184 kate? ( >=media-libs/libkate-0.1.1 )
185 libass? ( >=media-libs/libass-0.9.5 media-libs/fontconfig )
186 libcaca? ( media-libs/libcaca )
187 - libgcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
188 + gcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
189 libnotify? ( x11-libs/libnotify )
190 libproxy? ( net-libs/libproxy )
191 libsysfs? ( sys-fs/sysfsutils )
192 @@ -198,7 +198,7 @@
193 vlc_use_needs vcdx vcdinfo
194 vlc_use_needs vcdinfo cdio
195 vlc_use_needs bidi truetype
196 - vlc_use_force remoteosd libgcrypt
197 + vlc_use_force remoteosd gcrypt
198 vlc_use_needs fontconfig truetype
199 vlc_use_needs libv4l2 v4l2
200 use cddb && use !cdda && use !cddax && ewarn "USE=cddb requires either cdda or cddax, cddb will be disabled."
201 @@ -282,7 +282,7 @@
202 $(use_enable kate) \
203 $(use_enable libass) \
204 $(use_enable libcaca caca) \
205 - $(use_enable libgcrypt) \
206 + $(use_enable gcrypt libgcrypt) \
207 $(use_enable libnotify notify) \
208 $(use_enable libproxy) \
209 --disable-libtar \
210 @@ -351,7 +351,7 @@
211 --enable-fast-install \
212 $(vlc_use_enable_force vlm vlm sout) \
213 $(vlc_use_enable_force skins skins2 qt4) \
214 - $(vlc_use_enable_force remoteosd remoteosd libgcrypt)
215 + $(vlc_use_enable_force remoteosd remoteosd gcrypt)
216
217 emake || die "make of VLC failed"
218 }
219
220
221
222 1.6 media-video/vlc/vlc-0.9.9999.ebuild
223
224 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.9999.ebuild?rev=1.6&view=markup
225 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.9999.ebuild?rev=1.6&content-type=text/plain
226 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.9999.ebuild?r1=1.5&r2=1.6
227
228 Index: vlc-0.9.9999.ebuild
229 ===================================================================
230 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.9999.ebuild,v
231 retrieving revision 1.5
232 retrieving revision 1.6
233 diff -u -r1.5 -r1.6
234 --- vlc-0.9.9999.ebuild 16 Apr 2009 17:25:23 -0000 1.5
235 +++ vlc-0.9.9999.ebuild 26 Jun 2009 11:16:04 -0000 1.6
236 @@ -1,6 +1,6 @@
237 # Copyright 1999-2009 Gentoo Foundation
238 # Distributed under the terms of the GNU General Public License v2
239 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.9999.ebuild,v 1.5 2009/04/16 17:25:23 aballier Exp $
240 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.9999.ebuild,v 1.6 2009/06/26 11:16:04 pva Exp $
241
242 EAPI="1"
243
244 @@ -48,7 +48,7 @@
245 KEYWORDS=""
246 IUSE="a52 aac aalib alsa altivec arts atmo avahi bidi cdda cddax cddb cdio dbus dc1394
247 debug dirac directfb dts dvb dvd esd fbcon fluidsynth +ffmpeg flac fontconfig ggi gnome gnutls hal httpd
248 - id3tag jack kate libass libcaca +libgcrypt libnotify libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg
249 + id3tag jack kate libass libcaca +gcrypt libnotify libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg
250 musepack ncurses nsplugin ogg opengl optimisememory oss pda png pulseaudio pvr +qt4
251 remoteosd rtsp run-as-root samba schroedinger sdl sdl-image seamonkey shout skins speex sse stream svg svga taglib
252 theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs
253 @@ -93,7 +93,7 @@
254 kate? ( >=media-libs/libkate-0.1.1 )
255 libass? ( >=media-libs/libass-0.9.5 media-libs/fontconfig )
256 libcaca? ( media-libs/libcaca )
257 - libgcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
258 + gcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
259 libnotify? ( x11-libs/libnotify )
260 libsysfs? ( sys-fs/sysfsutils )
261 lirc? ( app-misc/lirc )
262 @@ -190,7 +190,7 @@
263 vlc_use_needs vcdx vcdinfo
264 vlc_use_needs vcdinfo cdio
265 vlc_use_needs bidi truetype
266 - vlc_use_force remoteosd libgcrypt
267 + vlc_use_force remoteosd gcrypt
268 vlc_use_needs fontconfig truetype
269 vlc_use_needs libv4l2 v4l2
270 use cddb && use !cdda && use !cddax && ewarn "USE=cddb requires either cdda or cddax, cddb will be disabled."
271 @@ -276,7 +276,7 @@
272 $(use_enable kate) \
273 $(use_enable libass) \
274 $(use_enable libcaca caca) \
275 - $(use_enable libgcrypt) \
276 + $(use_enable gcrypt libgcrypt) \
277 $(use_enable libnotify notify) \
278 --disable-libproxy \
279 --disable-libtar \
280 @@ -341,7 +341,7 @@
281 --enable-fast-install \
282 $(vlc_use_enable_force vlm vlm sout) \
283 $(vlc_use_enable_force skins skins2 qt4) \
284 - $(vlc_use_enable_force remoteosd remoteosd libgcrypt)
285 + $(vlc_use_enable_force remoteosd remoteosd gcrypt)
286
287 emake || die "make of VLC failed"
288 }
289
290
291
292 1.6 media-video/vlc/vlc-1.0.0_rc4.ebuild
293
294 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild?rev=1.6&view=markup
295 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild?rev=1.6&content-type=text/plain
296 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild?r1=1.5&r2=1.6
297
298 Index: vlc-1.0.0_rc4.ebuild
299 ===================================================================
300 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild,v
301 retrieving revision 1.5
302 retrieving revision 1.6
303 diff -u -r1.5 -r1.6
304 --- vlc-1.0.0_rc4.ebuild 25 Jun 2009 16:35:32 -0000 1.5
305 +++ vlc-1.0.0_rc4.ebuild 26 Jun 2009 11:16:04 -0000 1.6
306 @@ -1,6 +1,6 @@
307 # Copyright 1999-2009 Gentoo Foundation
308 # Distributed under the terms of the GNU General Public License v2
309 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild,v 1.5 2009/06/25 16:35:32 aballier Exp $
310 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-1.0.0_rc4.ebuild,v 1.6 2009/06/26 11:16:04 pva Exp $
311
312 EAPI="1"
313
314 @@ -48,7 +48,7 @@
315 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
316 IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddax cddb cdio dbus dc1394
317 debug dirac directfb dts dvb dvd fbcon fluidsynth +ffmpeg flac fontconfig ggi gnome gnutls hal httpd
318 - id3tag jack kate libass libcaca +libgcrypt libnotify libproxy libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
319 + id3tag jack kate libass libcaca +gcrypt libnotify libproxy libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg mtp
320 musepack ncurses nsplugin ogg opengl optimisememory oss pda png pulseaudio pvr +qt4
321 remoteosd rtsp run-as-root samba schroedinger sdl sdl-image seamonkey shine shout skins speex sse stream svg svga taglib
322 theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs wma-fixed
323 @@ -91,7 +91,7 @@
324 kate? ( >=media-libs/libkate-0.1.1 )
325 libass? ( >=media-libs/libass-0.9.5 media-libs/fontconfig )
326 libcaca? ( media-libs/libcaca )
327 - libgcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
328 + gcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
329 libnotify? ( x11-libs/libnotify )
330 libproxy? ( net-libs/libproxy )
331 libsysfs? ( sys-fs/sysfsutils )
332 @@ -198,7 +198,7 @@
333 vlc_use_needs vcdx vcdinfo
334 vlc_use_needs vcdinfo cdio
335 vlc_use_needs bidi truetype
336 - vlc_use_force remoteosd libgcrypt
337 + vlc_use_force remoteosd gcrypt
338 vlc_use_needs fontconfig truetype
339 vlc_use_needs libv4l2 v4l2
340 use cddb && use !cdda && use !cddax && ewarn "USE=cddb requires either cdda or cddax, cddb will be disabled."
341 @@ -282,7 +282,7 @@
342 $(use_enable kate) \
343 $(use_enable libass) \
344 $(use_enable libcaca caca) \
345 - $(use_enable libgcrypt) \
346 + $(use_enable gcrypt libgcrypt) \
347 $(use_enable libnotify notify) \
348 $(use_enable libproxy) \
349 --disable-libtar \
350 @@ -351,7 +351,7 @@
351 --enable-fast-install \
352 $(vlc_use_enable_force vlm vlm sout) \
353 $(vlc_use_enable_force skins skins2 qt4) \
354 - $(vlc_use_enable_force remoteosd remoteosd libgcrypt)
355 + $(vlc_use_enable_force remoteosd remoteosd gcrypt)
356
357 emake || die "make of VLC failed"
358 }
359
360
361
362 1.450 media-video/vlc/ChangeLog
363
364 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.450&view=markup
365 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.450&content-type=text/plain
366 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.449&r2=1.450
367
368 Index: ChangeLog
369 ===================================================================
370 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
371 retrieving revision 1.449
372 retrieving revision 1.450
373 diff -u -r1.449 -r1.450
374 --- ChangeLog 25 Jun 2009 16:35:32 -0000 1.449
375 +++ ChangeLog 26 Jun 2009 11:16:04 -0000 1.450
376 @@ -1,6 +1,12 @@
377 # ChangeLog for media-video/vlc
378 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
379 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.449 2009/06/25 16:35:32 aballier Exp $
380 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.450 2009/06/26 11:16:04 pva Exp $
381 +
382 + 26 Jun 2009; Peter Volkov <pva@g.o> vlc-0.9.8a.ebuild,
383 + vlc-0.9.9a-r1.ebuild, vlc-0.9.9999.ebuild, vlc-1.0.0_rc4.ebuild,
384 + vlc-1.0.9999.ebuild, vlc-9999.ebuild, metadata.xml:
385 + Renamed libgcrypt USE flag into gcrypt, bug #274555, thank Tristan Heaven
386 + for report.
387
388 25 Jun 2009; Alexis Ballier <aballier@g.o> vlc-1.0.0_rc4.ebuild,
389 vlc-1.0.9999.ebuild, vlc-9999.ebuild, metadata.xml:
390
391
392
393 1.2 media-video/vlc/vlc-0.9.9a-r1.ebuild
394
395 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.9a-r1.ebuild?rev=1.2&view=markup
396 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.9a-r1.ebuild?rev=1.2&content-type=text/plain
397 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.9a-r1.ebuild?r1=1.1&r2=1.2
398
399 Index: vlc-0.9.9a-r1.ebuild
400 ===================================================================
401 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.9a-r1.ebuild,v
402 retrieving revision 1.1
403 retrieving revision 1.2
404 diff -u -r1.1 -r1.2
405 --- vlc-0.9.9a-r1.ebuild 10 May 2009 13:55:06 -0000 1.1
406 +++ vlc-0.9.9a-r1.ebuild 26 Jun 2009 11:16:04 -0000 1.2
407 @@ -1,6 +1,6 @@
408 # Copyright 1999-2009 Gentoo Foundation
409 # Distributed under the terms of the GNU General Public License v2
410 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.9a-r1.ebuild,v 1.1 2009/05/10 13:55:06 aballier Exp $
411 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.9a-r1.ebuild,v 1.2 2009/06/26 11:16:04 pva Exp $
412
413 EAPI="1"
414
415 @@ -48,7 +48,7 @@
416 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
417 IUSE="a52 aac aalib alsa altivec arts atmo avahi bidi cdda cddax cddb cdio dbus dc1394
418 debug dirac directfb dts dvb dvd esd fbcon fluidsynth +ffmpeg flac fontconfig ggi gnome gnutls hal httpd
419 - id3tag jack kate libass libcaca +libgcrypt libnotify libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg
420 + id3tag jack kate libass libcaca +gcrypt libnotify libsysfs libv4l2 lirc live lua matroska mmx modplug mp3 mpeg
421 musepack ncurses nsplugin ogg opengl optimisememory oss pda png pulseaudio pvr +qt4
422 remoteosd rtsp run-as-root samba schroedinger sdl sdl-image seamonkey shout skins speex sse stream svg svga taglib
423 theora truetype twolame upnp v4l v4l2 vcdinfo vcdx vlm vorbis win32codecs
424 @@ -93,7 +93,7 @@
425 kate? ( >=media-libs/libkate-0.1.1 )
426 libass? ( >=media-libs/libass-0.9.5 media-libs/fontconfig )
427 libcaca? ( media-libs/libcaca )
428 - libgcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
429 + gcrypt? ( >=dev-libs/libgcrypt-1.2.0 )
430 libnotify? ( x11-libs/libnotify )
431 libsysfs? ( sys-fs/sysfsutils )
432 lirc? ( app-misc/lirc )
433 @@ -190,7 +190,7 @@
434 vlc_use_needs vcdx vcdinfo
435 vlc_use_needs vcdinfo cdio
436 vlc_use_needs bidi truetype
437 - vlc_use_force remoteosd libgcrypt
438 + vlc_use_force remoteosd gcrypt
439 vlc_use_needs fontconfig truetype
440 vlc_use_needs libv4l2 v4l2
441 use cddb && use !cdda && use !cddax && ewarn "USE=cddb requires either cdda or cddax, cddb will be disabled."
442 @@ -277,7 +277,7 @@
443 $(use_enable kate) \
444 $(use_enable libass) \
445 $(use_enable libcaca caca) \
446 - $(use_enable libgcrypt) \
447 + $(use_enable gcrypt libgcrypt) \
448 $(use_enable libnotify notify) \
449 --disable-libproxy \
450 --disable-libtar \
451 @@ -342,7 +342,7 @@
452 --enable-fast-install \
453 $(vlc_use_enable_force vlm vlm sout) \
454 $(vlc_use_enable_force skins skins2 qt4) \
455 - $(vlc_use_enable_force remoteosd remoteosd libgcrypt)
456 + $(vlc_use_enable_force remoteosd remoteosd gcrypt)
457
458 emake || die "make of VLC failed"
459 }
460
461
462
463 1.26 media-video/vlc/metadata.xml
464
465 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/metadata.xml?rev=1.26&view=markup
466 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/metadata.xml?rev=1.26&content-type=text/plain
467 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/metadata.xml?r1=1.25&r2=1.26
468
469 Index: metadata.xml
470 ===================================================================
471 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/metadata.xml,v
472 retrieving revision 1.25
473 retrieving revision 1.26
474 diff -u -r1.25 -r1.26
475 --- metadata.xml 25 Jun 2009 16:35:32 -0000 1.25
476 +++ metadata.xml 26 Jun 2009 11:16:04 -0000 1.26
477 @@ -19,7 +19,7 @@
478 <flag name="id3tag">Enables id3tag metadata reader plugin.</flag>
479 <flag name="kate">Adds support for Ogg Kate subtitles via libkate.</flag>
480 <flag name="libass">Enables subtitles support using libass.</flag>
481 - <flag name="libgcrypt">Enables cryptography support via libgcrypt.</flag>
482 + <flag name="gcrypt">Enables cryptography support via libgcrypt.</flag>
483 <flag name="libproxy">Enables support for proxy settings in the HTTP access module.</flag>
484 <flag name="libsysfs">Get user key from firewire connected iPod via libsysfs.</flag>
485 <flag name="libv4l2">Enables Libv4l2 Video4Linux2 support (for conversion