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: ChangeLog vlc-0.9.0_alpha20080625.ebuild
Date: Sun, 29 Jun 2008 14:15:50
Message-Id: E1KCxgu-0001KX-C4@stork.gentoo.org
1 aballier 08/06/29 14:15:44
2
3 Modified: ChangeLog vlc-0.9.0_alpha20080625.ebuild
4 Log:
5 add remoteosd useflag
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64)
7
8 Revision Changes Path
9 1.350 media-video/vlc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.350&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?rev=1.350&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/ChangeLog?r1=1.349&r2=1.350
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
18 retrieving revision 1.349
19 retrieving revision 1.350
20 diff -u -r1.349 -r1.350
21 --- ChangeLog 29 Jun 2008 11:07:06 -0000 1.349
22 +++ ChangeLog 29 Jun 2008 14:15:43 -0000 1.350
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-video/vlc
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.349 2008/06/29 11:07:06 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.350 2008/06/29 14:15:43 aballier Exp $
28 +
29 + 29 Jun 2008; Alexis Ballier <aballier@g.o>
30 + vlc-0.9.0_alpha20080625.ebuild:
31 + add remoteosd useflag
32
33 29 Jun 2008; Alexis Ballier <aballier@g.o>
34 -files/0001-Include-altivec.h-before-any-other-vlc-header-as-inc.patch,
35
36
37
38 1.9 media-video/vlc/vlc-0.9.0_alpha20080625.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild?r1=1.8&r2=1.9
43
44 Index: vlc-0.9.0_alpha20080625.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- vlc-0.9.0_alpha20080625.ebuild 28 Jun 2008 14:20:05 -0000 1.8
51 +++ vlc-0.9.0_alpha20080625.ebuild 29 Jun 2008 14:15:43 -0000 1.9
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild,v 1.8 2008/06/28 14:20:05 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-0.9.0_alpha20080625.ebuild,v 1.9 2008/06/29 14:15:43 aballier Exp $
57
58 EAPI="1"
59
60 @@ -44,7 +44,7 @@
61 debug directfb dts dvb dvd esd fbcon fluidsynth +ffmpeg flac ggi gnome gnutls hal httpd
62 id3tag jack libcaca libnotify lirc live lua matroska mmx modplug mp3 mpeg
63 musepack musicbrainz ncurses nsplugin ogg opengl optimisememory oss png pulseaudio pvr +qt4
64 - rtsp samba sdl sdl-image seamonkey shout skins speex sse stream svg svga taglib
65 + remoteosd rtsp samba sdl sdl-image seamonkey shout skins speex sse stream svg svga taglib
66 theora truetype twolame upnp v4l v4l2 vcd vcdx vlm vorbis win32codecs
67 X x264 xinerama xml xosd xulrunner xv"
68
69 @@ -107,6 +107,7 @@
70 png? ( media-libs/libpng )
71 pulseaudio? ( >=media-sound/pulseaudio-0.9.8 )
72 qt4? ( || ( ( x11-libs/qt-gui x11-libs/qt-core ) >=x11-libs/qt-4.2.0:4 ) )
73 + remoteosd? ( >=dev-libs/libgcrypt-1.2.0 )
74 samba? ( net-fs/samba )
75 sdl? ( >=media-libs/libsdl-1.2.8
76 sdl-image? ( media-libs/sdl-image ) )
77 @@ -275,7 +276,7 @@
78 $(use_enable pulseaudio pulse) \
79 $(use_enable pvr) \
80 $(use_enable qt4) \
81 - $(use_enable gnutls remoteosd) \
82 + $(use_enable remoteosd) \
83 $(use_enable rtsp realrtsp) \
84 $(use_enable samba smb) \
85 $(use_enable sdl) \
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list