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 ChangeLog vlc-2.1.9999.ebuild vlc-2.1.0.ebuild
Date: Sun, 27 Oct 2013 13:24:44
Message-Id: 20131027132441.60E0020047@flycatcher.gentoo.org
1 tomwij 13/10/27 13:24:41
2
3 Modified: vlc-9999.ebuild ChangeLog vlc-2.1.9999.ebuild
4 vlc-2.1.0.ebuild
5 Log:
6 Restrict libav to version >=9.11 when using vdpau USE flag, see bug #489534 comment #4 for details; reported by Alexandre, Guillame Castagnino and Dark W te Bokkel.
7
8 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.203 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.203&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?rev=1.203&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-9999.ebuild?r1=1.202&r2=1.203
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.202
21 retrieving revision 1.203
22 diff -u -r1.202 -r1.203
23 --- vlc-9999.ebuild 27 Oct 2013 07:04:09 -0000 1.202
24 +++ vlc-9999.ebuild 27 Oct 2013 13:24:41 -0000 1.203
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.202 2013/10/27 07:04:09 tomwij Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.203 2013/10/27 13:24:41 tomwij Exp $
30
31 EAPI="5"
32
33 @@ -143,7 +143,7 @@
34 v4l? ( media-libs/libv4l:0 )
35 vaapi? ( x11-libs/libva:0 )
36 vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 )
37 - vdpau? ( >=x11-libs/libvdpau-0.6:0 )
38 + vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-9.11 )
39 vnc? ( >=net-libs/libvncserver-0.9.9:0 )
40 vorbis? ( media-libs/libvorbis:0 )
41 vpx? ( media-libs/libvpx:0 )
42
43
44
45 1.871 media-video/vlc/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.871&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?rev=1.871&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/ChangeLog?r1=1.870&r2=1.871
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v
54 retrieving revision 1.870
55 retrieving revision 1.871
56 diff -u -r1.870 -r1.871
57 --- ChangeLog 27 Oct 2013 07:04:09 -0000 1.870
58 +++ ChangeLog 27 Oct 2013 13:24:41 -0000 1.871
59 @@ -1,6 +1,12 @@
60 # ChangeLog for media-video/vlc
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.870 2013/10/27 07:04:09 tomwij Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.871 2013/10/27 13:24:41 tomwij Exp $
64 +
65 + 27 Oct 2013; Tom Wijsman <TomWij@g.o> vlc-2.1.0.ebuild,
66 + vlc-2.1.9999.ebuild, vlc-9999.ebuild:
67 + Restrict libav to version >=9.11 when using vdpau USE flag, see bug #489534
68 + comment #4 for details; reported by Alexandre, Guillame Castagnino and Dark W
69 + te Bokkel.
70
71 27 Oct 2013; Tom Wijsman <TomWij@g.o> vlc-2.1.0.ebuild,
72 vlc-2.1.9999.ebuild, vlc-9999.ebuild:
73
74
75
76 1.9 media-video/vlc/vlc-2.1.9999.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?rev=1.9&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?rev=1.9&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild?r1=1.8&r2=1.9
81
82 Index: vlc-2.1.9999.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v
85 retrieving revision 1.8
86 retrieving revision 1.9
87 diff -u -r1.8 -r1.9
88 --- vlc-2.1.9999.ebuild 27 Oct 2013 07:04:09 -0000 1.8
89 +++ vlc-2.1.9999.ebuild 27 Oct 2013 13:24:41 -0000 1.9
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2013 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v 1.8 2013/10/27 07:04:09 tomwij Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.9999.ebuild,v 1.9 2013/10/27 13:24:41 tomwij Exp $
95
96 EAPI="5"
97
98 @@ -143,7 +143,7 @@
99 v4l? ( media-libs/libv4l:0 )
100 vaapi? ( x11-libs/libva:0 )
101 vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 )
102 - vdpau? ( >=x11-libs/libvdpau-0.6:0 )
103 + vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-9.11 )
104 vorbis? ( media-libs/libvorbis:0 )
105 X? ( x11-libs/libX11:0 )
106 x264? ( >=media-libs/x264-0.0.20090923:0= )
107
108
109
110 1.5 media-video/vlc/vlc-2.1.0.ebuild
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild?rev=1.5&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild?rev=1.5&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild?r1=1.4&r2=1.5
115
116 Index: vlc-2.1.0.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild,v
119 retrieving revision 1.4
120 retrieving revision 1.5
121 diff -u -r1.4 -r1.5
122 --- vlc-2.1.0.ebuild 27 Oct 2013 07:04:09 -0000 1.4
123 +++ vlc-2.1.0.ebuild 27 Oct 2013 13:24:41 -0000 1.5
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2013 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild,v 1.4 2013/10/27 07:04:09 tomwij Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-2.1.0.ebuild,v 1.5 2013/10/27 13:24:41 tomwij Exp $
129
130 EAPI="5"
131
132 @@ -143,7 +143,7 @@
133 v4l? ( media-libs/libv4l:0 )
134 vaapi? ( x11-libs/libva:0 )
135 vcdx? ( >=dev-libs/libcdio-0.78.2:0 >=media-video/vcdimager-0.7.22:0 )
136 - vdpau? ( >=x11-libs/libvdpau-0.6:0 )
137 + vdpau? ( >=x11-libs/libvdpau-0.6:0 !<media-video/libav-9.11 )
138 vorbis? ( media-libs/libvorbis:0 )
139 X? ( x11-libs/libX11:0 )
140 x264? ( >=media-libs/x264-0.0.20090923:0= )