Gentoo Archives: gentoo-commits

From: "Luca Barbato (lu_zero)" <lu_zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/libav: libav-0.8.ebuild ChangeLog libav-9999.ebuild libav-0.8.9999.ebuild
Date: Wed, 29 Feb 2012 10:18:22
Message-Id: 20120229101812.AE2452004B@flycatcher.gentoo.org
1 lu_zero 12/02/29 10:18:12
2
3 Modified: libav-0.8.ebuild ChangeLog libav-9999.ebuild
4 libav-0.8.9999.ebuild
5 Log:
6 vdpau is not nvidia only now, thanks to Nikoli for testing and the patch provided in bug #406269
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 media-video/libav/libav-0.8.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.ebuild?r1=1.5&r2=1.6
16
17 Index: libav-0.8.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- libav-0.8.ebuild 9 Feb 2012 22:28:49 -0000 1.5
24 +++ libav-0.8.ebuild 29 Feb 2012 10:18:12 -0000 1.6
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.ebuild,v 1.5 2012/02/09 22:28:49 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.ebuild,v 1.6 2012/02/29 10:18:12 lu_zero Exp $
30
31 EAPI=4
32
33 @@ -34,11 +34,6 @@
34 static-libs test theora threads v4l vaapi vdpau vorbis vpx X x264 xvid
35 +zlib"
36
37 -VIDEO_CARDS="nvidia"
38 -for x in ${VIDEO_CARDS}; do
39 - IUSE="${IUSE} video_cards_${x}"
40 -done
41 -
42 CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext:mmx2 ssse3 vis neon iwmmxt"
43
44 for i in ${CPU_FEATURES}; do
45 @@ -75,7 +70,7 @@
46 schroedinger? ( media-libs/schroedinger )
47 speex? ( >=media-libs/speex-1.2_beta3 )
48 vaapi? ( x11-libs/libva )
49 - video_cards_nvidia? ( vdpau? ( x11-libs/libvdpau ) )
50 + vdpau? ( x11-libs/libvdpau )
51 vpx? ( >=media-libs/libvpx-0.9.6 )
52 X? ( x11-libs/libX11 x11-libs/libXext )
53 zlib? ( sys-libs/zlib )
54 @@ -140,7 +135,7 @@
55 # use video_cards_nvidia || myconf="${myconf} --disable-decoder=${i}"
56 # use vdpau || myconf="${myconf} --disable-decoder=${i}"
57 #done
58 - use video_cards_nvidia && use vdpau || myconf+=" --disable-vdpau"
59 + use vdpau || myconf+=" --disable-vdpau"
60
61 use vaapi && myconf+=" --enable-vaapi"
62
63
64
65
66 1.56 media-video/libav/ChangeLog
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.56&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.56&content-type=text/plain
70 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?r1=1.55&r2=1.56
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v
75 retrieving revision 1.55
76 retrieving revision 1.56
77 diff -u -r1.55 -r1.56
78 --- ChangeLog 9 Feb 2012 22:28:49 -0000 1.55
79 +++ ChangeLog 29 Feb 2012 10:18:12 -0000 1.56
80 @@ -1,6 +1,11 @@
81 # ChangeLog for media-video/libav
82 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.55 2012/02/09 22:28:49 flameeyes Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.56 2012/02/29 10:18:12 lu_zero Exp $
85 +
86 + 29 Feb 2012; Luca Barbato <lu_zero@g.o> libav-0.8.ebuild,
87 + libav-0.8.9999.ebuild, libav-9999.ebuild:
88 + vdpau is not nvidia only now, thanks to Nikoli for testing and the patch
89 + provided in bug #406269
90
91 09 Feb 2012; Diego E. Pettenò <flameeyes@g.o> libav-0.8.9999.ebuild,
92 libav-0.8.ebuild, libav-9999.ebuild:
93
94
95
96 1.30 media-video/libav/libav-9999.ebuild
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9999.ebuild?rev=1.30&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9999.ebuild?rev=1.30&content-type=text/plain
100 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9999.ebuild?r1=1.29&r2=1.30
101
102 Index: libav-9999.ebuild
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v
105 retrieving revision 1.29
106 retrieving revision 1.30
107 diff -u -r1.29 -r1.30
108 --- libav-9999.ebuild 9 Feb 2012 22:28:49 -0000 1.29
109 +++ libav-9999.ebuild 29 Feb 2012 10:18:12 -0000 1.30
110 @@ -1,6 +1,6 @@
111 # Copyright 1999-2012 Gentoo Foundation
112 # Distributed under the terms of the GNU General Public License v2
113 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.29 2012/02/09 22:28:49 flameeyes Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.30 2012/02/29 10:18:12 lu_zero Exp $
115
116 EAPI=4
117
118 @@ -34,11 +34,6 @@
119 static-libs test theora threads v4l vaapi vdpau vorbis vpx X x264 xvid
120 +zlib"
121
122 -VIDEO_CARDS="nvidia"
123 -for x in ${VIDEO_CARDS}; do
124 - IUSE="${IUSE} video_cards_${x}"
125 -done
126 -
127 CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext:mmx2 ssse3 vis neon iwmmxt"
128
129 for i in ${CPU_FEATURES}; do
130 @@ -75,7 +70,7 @@
131 schroedinger? ( media-libs/schroedinger )
132 speex? ( >=media-libs/speex-1.2_beta3 )
133 vaapi? ( x11-libs/libva )
134 - video_cards_nvidia? ( vdpau? ( x11-libs/libvdpau ) )
135 + vdpau? ( x11-libs/libvdpau )
136 vpx? ( >=media-libs/libvpx-0.9.6 )
137 X? ( x11-libs/libX11 x11-libs/libXext )
138 zlib? ( sys-libs/zlib )
139 @@ -140,7 +135,7 @@
140 # use video_cards_nvidia || myconf="${myconf} --disable-decoder=${i}"
141 # use vdpau || myconf="${myconf} --disable-decoder=${i}"
142 #done
143 - use video_cards_nvidia && use vdpau || myconf+=" --disable-vdpau"
144 + use vdpau || myconf+=" --disable-vdpau"
145
146 use vaapi && myconf+=" --enable-vaapi"
147
148
149
150
151 1.4 media-video/libav/libav-0.8.9999.ebuild
152
153 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.9999.ebuild?rev=1.4&view=markup
154 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.9999.ebuild?rev=1.4&content-type=text/plain
155 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-0.8.9999.ebuild?r1=1.3&r2=1.4
156
157 Index: libav-0.8.9999.ebuild
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.9999.ebuild,v
160 retrieving revision 1.3
161 retrieving revision 1.4
162 diff -u -r1.3 -r1.4
163 --- libav-0.8.9999.ebuild 9 Feb 2012 22:28:49 -0000 1.3
164 +++ libav-0.8.9999.ebuild 29 Feb 2012 10:18:12 -0000 1.4
165 @@ -1,6 +1,6 @@
166 # Copyright 1999-2012 Gentoo Foundation
167 # Distributed under the terms of the GNU General Public License v2
168 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.9999.ebuild,v 1.3 2012/02/09 22:28:49 flameeyes Exp $
169 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-0.8.9999.ebuild,v 1.4 2012/02/29 10:18:12 lu_zero Exp $
170
171 EAPI=4
172
173 @@ -34,11 +34,6 @@
174 static-libs test theora threads v4l vaapi vdpau vorbis vpx X x264 xvid
175 +zlib"
176
177 -VIDEO_CARDS="nvidia"
178 -for x in ${VIDEO_CARDS}; do
179 - IUSE="${IUSE} video_cards_${x}"
180 -done
181 -
182 CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext:mmx2 ssse3 vis neon iwmmxt"
183
184 for i in ${CPU_FEATURES}; do
185 @@ -75,7 +70,7 @@
186 schroedinger? ( media-libs/schroedinger )
187 speex? ( >=media-libs/speex-1.2_beta3 )
188 vaapi? ( x11-libs/libva )
189 - video_cards_nvidia? ( vdpau? ( x11-libs/libvdpau ) )
190 + vdpau? ( x11-libs/libvdpau )
191 vpx? ( >=media-libs/libvpx-0.9.6 )
192 X? ( x11-libs/libX11 x11-libs/libXext )
193 zlib? ( sys-libs/zlib )
194 @@ -140,7 +135,7 @@
195 # use video_cards_nvidia || myconf="${myconf} --disable-decoder=${i}"
196 # use vdpau || myconf="${myconf} --disable-decoder=${i}"
197 #done
198 - use video_cards_nvidia && use vdpau || myconf+=" --disable-vdpau"
199 + use vdpau || myconf+=" --disable-vdpau"
200
201 use vaapi && myconf+=" --enable-vaapi"