Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/vlc: vlc-9999.ebuild vlc-2.1.9999.ebuild vlc-2.1.0.ebuild ChangeLog
Date: Sat, 26 Oct 2013 20:38:30
Message-Id: 20131026203822.932F620047@flycatcher.gentoo.org
1 tomwij 13/10/26 20:38:22
2
3 Modified: vlc-9999.ebuild vlc-2.1.9999.ebuild
4 vlc-2.1.0.ebuild ChangeLog
5 Log:
6 Corrected name of freerdp configure flag; reported by Jouni Kosonen, fixes bug #489504. Since it was automatically enabled and a rather minor feature in terms of size, not worth the compile time of a revision bump.
7
8 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.199 media-video/vlc/vlc-9999.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.199&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.199&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.198&r2=1.199
16
17 Index: vlc-9999.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
20 retrieving revision 1.198
21 retrieving revision 1.199
22 diff -u -r1.198 -r1.199
23 --- vlc-9999.ebuild 26 Oct 2013 17:16:29 -0000 1.198
24 +++ vlc-9999.ebuild 26 Oct 2013 20:38:22 -0000 1.199
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.198 2013/10/26 17:16:29 tomwij Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.199 2013/10/26 20:38:22 tomwij Exp $
30
31 EAPI="5"
32
33 @@ -357,7 +357,7 @@
34 $(use_enable projectm) \
35 $(use_enable pulseaudio pulse) \
36 ${qt_flag} \
37 - $(use_enable rdp freerdp) \
38 + $(use_enable rdp libfreerdp) \
39 $(use_enable rtsp realrtsp) \
40 $(use_enable run-as-root) \
41 $(use_enable samba smbclient) \
42
43
44
45 1.6 media-video/vlc/vlc-2.1.9999.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?r1=1.5&r2=1.6
50
51 Index: vlc-2.1.9999.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- vlc-2.1.9999.ebuild 26 Oct 2013 17:16:29 -0000 1.5
58 +++ vlc-2.1.9999.ebuild 26 Oct 2013 20:38:22 -0000 1.6
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2013 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v 1.5 2013/10/26 17:16:29 tomwij Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v 1.6 2013/10/26 20:38:22 tomwij Exp $
64
65 EAPI="5"
66
67 @@ -352,7 +352,7 @@
68 $(use_enable projectm) \
69 $(use_enable pulseaudio pulse) \
70 ${qt_flag} \
71 - $(use_enable rdp freerdp) \
72 + $(use_enable rdp libfreerdp) \
73 $(use_enable rtsp realrtsp) \
74 $(use_enable run-as-root) \
75 $(use_enable samba smbclient) \
76
77
78
79 1.2 media-video/vlc/vlc-2.1.0.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild?r1=1.1&r2=1.2
84
85 Index: vlc-2.1.0.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- vlc-2.1.0.ebuild 26 Oct 2013 17:16:29 -0000 1.1
92 +++ vlc-2.1.0.ebuild 26 Oct 2013 20:38:22 -0000 1.2
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2013 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild,v 1.1 2013/10/26 17:16:29 tomwij Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild,v 1.2 2013/10/26 20:38:22 tomwij Exp $
98
99 EAPI="5"
100
101 @@ -354,7 +354,7 @@
102 $(use_enable projectm) \
103 $(use_enable pulseaudio pulse) \
104 ${qt_flag} \
105 - $(use_enable rdp freerdp) \
106 + $(use_enable rdp libfreerdp) \
107 $(use_enable rtsp realrtsp) \
108 $(use_enable run-as-root) \
109 $(use_enable samba smbclient) \
110
111
112
113 1.867 media-video/vlc/ChangeLog
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.867&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.867&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.866&r2=1.867
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
122 retrieving revision 1.866
123 retrieving revision 1.867
124 diff -u -r1.866 -r1.867
125 --- ChangeLog 26 Oct 2013 17:16:29 -0000 1.866
126 +++ ChangeLog 26 Oct 2013 20:38:22 -0000 1.867
127 @@ -1,6 +1,12 @@
128 # ChangeLog for media-video/vlc
129 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.866 2013/10/26 17:16:29 tomwij Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.867 2013/10/26 20:38:22 tomwij Exp $
132 +
133 + 26 Oct 2013; Tom Wijsman <TomWij@g.o> vlc-2.1.0.ebuild,
134 + vlc-2.1.9999.ebuild, vlc-9999.ebuild:
135 + Corrected name of freerdp configure flag; reported by Jouni Kosonen, fixes bug
136 + #489504. Since it was automatically enabled and a rather minor feature in
137 + terms of size, not worth the compile time of a revision bump.
138
139 *vlc-2.1.0 (26 Oct 2013)