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-2.1.2.ebuild vlc-2.1.4.ebuild vlc-2.1.9999.ebuild vlc-2.1.0.ebuild vlc-2.1.1.ebuild vlc-9999.ebuild ChangeLog
Date: Sun, 23 Feb 2014 08:44:26
Message-Id: 20140223084423.8BBBE2004C@flycatcher.gentoo.org
1 tomwij 14/02/23 08:44:23
2
3 Modified: vlc-2.1.2.ebuild vlc-2.1.4.ebuild
4 vlc-2.1.9999.ebuild vlc-2.1.0.ebuild
5 vlc-2.1.1.ebuild vlc-9999.ebuild ChangeLog
6 Log:
7 Adjust vdpau USE flag libav blocker to match libavcodec requirement in configure script; fixes bug #489606, reported by Nikolaj Sjujskij.
8
9 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
10
11 Revision Changes Path
12 1.4 media-video/vlc/vlc-2.1.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild?r1=1.3&r2=1.4
17
18 Index: vlc-2.1.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- vlc-2.1.2.ebuild 30 Jan 2014 18:13:24 -0000 1.3
25 +++ vlc-2.1.2.ebuild 23 Feb 2014 08:44:23 -0000 1.4
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild,v 1.3 2014/01/30 18:13:24 tomwij Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.2.ebuild,v 1.4 2014/02/23 08:44:23 tomwij Exp $
31
32 EAPI="5"
33
34 @@ -143,7 +143,7 @@
35 v4l? ( media-libs/libv4l:0 )
36 vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] )
37 vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 )
38 - vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-9.11 )
39 + vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-10_beta1 )
40 vorbis? ( media-libs/libvorbis:0 )
41 X? ( x11-libs/libX11:0 )
42 x264? ( >=media-libs/x264-0.0.20090923:0= )
43
44
45
46 1.2 media-video/vlc/vlc-2.1.4.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild?r1=1.1&r2=1.2
51
52 Index: vlc-2.1.4.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -u -r1.1 -r1.2
58 --- vlc-2.1.4.ebuild 22 Feb 2014 16:30:52 -0000 1.1
59 +++ vlc-2.1.4.ebuild 23 Feb 2014 08:44:23 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2014 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild,v 1.1 2014/02/22 16:30:52 tomwij Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.4.ebuild,v 1.2 2014/02/23 08:44:23 tomwij Exp $
65
66 EAPI="5"
67
68 @@ -143,7 +143,7 @@
69 v4l? ( media-libs/libv4l:0 )
70 vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] )
71 vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 )
72 - vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-9.11 )
73 + vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-10_beta1 )
74 vnc? ( >=net-libs/libvncserver-0.9.9:0 )
75 vorbis? ( media-libs/libvorbis:0 )
76 X? ( x11-libs/libX11:0 )
77
78
79
80 1.17 media-video/vlc/vlc-2.1.9999.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?rev=1.17&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?rev=1.17&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?r1=1.16&r2=1.17
85
86 Index: vlc-2.1.9999.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v
89 retrieving revision 1.16
90 retrieving revision 1.17
91 diff -u -r1.16 -r1.17
92 --- vlc-2.1.9999.ebuild 22 Feb 2014 16:30:52 -0000 1.16
93 +++ vlc-2.1.9999.ebuild 23 Feb 2014 08:44:23 -0000 1.17
94 @@ -1,6 +1,6 @@
95 # Copyright 1999-2014 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v 1.16 2014/02/22 16:30:52 tomwij Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v 1.17 2014/02/23 08:44:23 tomwij Exp $
99
100 EAPI="5"
101
102 @@ -143,7 +143,7 @@
103 v4l? ( media-libs/libv4l:0 )
104 vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] )
105 vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 )
106 - vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-9.11 )
107 + vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-10_beta1 )
108 vnc? ( >=net-libs/libvncserver-0.9.9:0 )
109 vorbis? ( media-libs/libvorbis:0 )
110 X? ( x11-libs/libX11:0 )
111
112
113
114 1.13 media-video/vlc/vlc-2.1.0.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild?rev=1.13&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild?rev=1.13&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild?r1=1.12&r2=1.13
119
120 Index: vlc-2.1.0.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild,v
123 retrieving revision 1.12
124 retrieving revision 1.13
125 diff -u -r1.12 -r1.13
126 --- vlc-2.1.0.ebuild 30 Jan 2014 18:13:24 -0000 1.12
127 +++ vlc-2.1.0.ebuild 23 Feb 2014 08:44:23 -0000 1.13
128 @@ -1,6 +1,6 @@
129 # Copyright 1999-2014 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild,v 1.12 2014/01/30 18:13:24 tomwij Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild,v 1.13 2014/02/23 08:44:23 tomwij Exp $
133
134 EAPI="5"
135
136 @@ -143,7 +143,7 @@
137 v4l? ( media-libs/libv4l:0 )
138 vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] )
139 vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 )
140 - vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-9.11 )
141 + vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-10_beta1 )
142 vorbis? ( media-libs/libvorbis:0 )
143 X? ( x11-libs/libX11:0 )
144 x264? ( >=media-libs/x264-0.0.20090923:0= )
145
146
147
148 1.6 media-video/vlc/vlc-2.1.1.ebuild
149
150 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.1.ebuild?rev=1.6&view=markup
151 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.1.ebuild?rev=1.6&content-type=text/plain
152 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.1.ebuild?r1=1.5&r2=1.6
153
154 Index: vlc-2.1.1.ebuild
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.1.ebuild,v
157 retrieving revision 1.5
158 retrieving revision 1.6
159 diff -u -r1.5 -r1.6
160 --- vlc-2.1.1.ebuild 30 Jan 2014 18:13:24 -0000 1.5
161 +++ vlc-2.1.1.ebuild 23 Feb 2014 08:44:23 -0000 1.6
162 @@ -1,6 +1,6 @@
163 # Copyright 1999-2014 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.1.ebuild,v 1.5 2014/01/30 18:13:24 tomwij Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.1.ebuild,v 1.6 2014/02/23 08:44:23 tomwij Exp $
167
168 EAPI="5"
169
170 @@ -143,7 +143,7 @@
171 v4l? ( media-libs/libv4l:0 )
172 vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] )
173 vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 )
174 - vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-9.11 )
175 + vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-10_beta1 )
176 vorbis? ( media-libs/libvorbis:0 )
177 X? ( x11-libs/libX11:0 )
178 x264? ( >=media-libs/x264-0.0.20090923:0= )
179
180
181
182 1.212 media-video/vlc/vlc-9999.ebuild
183
184 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.212&view=markup
185 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.212&content-type=text/plain
186 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.211&r2=1.212
187
188 Index: vlc-9999.ebuild
189 ===================================================================
190 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v
191 retrieving revision 1.211
192 retrieving revision 1.212
193 diff -u -r1.211 -r1.212
194 --- vlc-9999.ebuild 22 Feb 2014 16:30:52 -0000 1.211
195 +++ vlc-9999.ebuild 23 Feb 2014 08:44:23 -0000 1.212
196 @@ -1,6 +1,6 @@
197 # Copyright 1999-2014 Gentoo Foundation
198 # Distributed under the terms of the GNU General Public License v2
199 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.211 2014/02/22 16:30:52 tomwij Exp $
200 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.212 2014/02/23 08:44:23 tomwij Exp $
201
202 EAPI="5"
203
204 @@ -143,7 +143,7 @@
205 v4l? ( media-libs/libv4l:0 )
206 vaapi? ( x11-libs/libva:0 virtual/ffmpeg[vaapi] )
207 vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 )
208 - vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-9.11 )
209 + vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-10_beta1 )
210 vnc? ( >=net-libs/libvncserver-0.9.9:0 )
211 vorbis? ( media-libs/libvorbis:0 )
212 vpx? ( media-libs/libvpx:0 )
213
214
215
216 1.891 media-video/vlc/ChangeLog
217
218 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.891&view=markup
219 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.891&content-type=text/plain
220 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.890&r2=1.891
221
222 Index: ChangeLog
223 ===================================================================
224 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
225 retrieving revision 1.890
226 retrieving revision 1.891
227 diff -u -r1.890 -r1.891
228 --- ChangeLog 22 Feb 2014 16:30:52 -0000 1.890
229 +++ ChangeLog 23 Feb 2014 08:44:23 -0000 1.891
230 @@ -1,6 +1,12 @@
231 # ChangeLog for media-video/vlc
232 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
233 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.890 2014/02/22 16:30:52 tomwij Exp $
234 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.891 2014/02/23 08:44:23 tomwij Exp $
235 +
236 + 23 Feb 2014; Tom Wijsman <TomWij@g.o> vlc-2.1.0.ebuild,
237 + vlc-2.1.1.ebuild, vlc-2.1.2.ebuild, vlc-2.1.4.ebuild, vlc-2.1.9999.ebuild,
238 + vlc-9999.ebuild:
239 + Adjust vdpau USE flag libav blocker to match libavcodec requirement in
240 + configure script; fixes bug #489606, reported by Nikolaj Sjujskij.
241
242 *vlc-2.1.4 (22 Feb 2014)