Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/libav: libav-9.17.ebuild libav-11.1.ebuild libav-11.2.ebuild libav-11.ebuild libav-10.5.ebuild libav-10.9999.ebuild libav-9999.ebuild libav-9.14.ebuild libav-11.9999.ebuild metadata.xml ChangeLog
Date: Fri, 30 Jan 2015 16:57:36
Message-Id: 20150130165731.DBEFA10B31@oystercatcher.gentoo.org
1 mgorny 15/01/30 16:57:31
2
3 Modified: libav-9.17.ebuild libav-11.1.ebuild
4 libav-11.2.ebuild libav-11.ebuild libav-10.5.ebuild
5 libav-10.9999.ebuild libav-9999.ebuild
6 libav-9.14.ebuild libav-11.9999.ebuild metadata.xml
7 ChangeLog
8 Log:
9 Convert to CPU_FLAGS_X86.
10
11 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
12
13 Revision Changes Path
14 1.11 media-video/libav/libav-9.17.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.17.ebuild?rev=1.11&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.17.ebuild?rev=1.11&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.17.ebuild?r1=1.10&r2=1.11
19
20 Index: libav-9.17.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.17.ebuild,v
23 retrieving revision 1.10
24 retrieving revision 1.11
25 diff -u -r1.10 -r1.11
26 --- libav-9.17.ebuild 8 Jan 2015 08:48:34 -0000 1.10
27 +++ libav-9.17.ebuild 30 Jan 2015 16:57:31 -0000 1.11
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2015 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.17.ebuild,v 1.10 2015/01/08 08:48:34 nativemad Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.17.ebuild,v 1.11 2015/01/30 16:57:31 mgorny Exp $
33
34 EAPI=5
35
36 @@ -39,7 +39,7 @@
37
38 # String for CPU features in the useflag[:configure_option] form
39 # if :configure_option isn't set, it will use 'useflag' as configure option
40 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext neon ssse3 vis"
41 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow cpu_flags_x86_3dnowext:amd3dnowext altivec cpu_flags_x86_avx:avx cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext neon cpu_flags_x86_ssse3:ssse3 vis"
42 for i in ${CPU_FEATURES} ; do
43 IUSE+=" ${i%:*}"
44 done
45 @@ -106,7 +106,7 @@
46 >=sys-devel/make-3.81
47 doc? ( app-text/texi2html )
48 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
49 - mmx? ( dev-lang/yasm )
50 + cpu_flags_x86_mmx? ( dev-lang/yasm )
51 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
52 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
53 ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
54
55
56
57 1.2 media-video/libav/libav-11.1.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.1.ebuild?rev=1.2&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.1.ebuild?rev=1.2&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.1.ebuild?r1=1.1&r2=1.2
62
63 Index: libav-11.1.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.1.ebuild,v
66 retrieving revision 1.1
67 retrieving revision 1.2
68 diff -u -r1.1 -r1.2
69 --- libav-11.1.ebuild 2 Dec 2014 13:36:00 -0000 1.1
70 +++ libav-11.1.ebuild 30 Jan 2015 16:57:31 -0000 1.2
71 @@ -1,6 +1,6 @@
72 -# Copyright 1999-2014 Gentoo Foundation
73 +# Copyright 1999-2015 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.1.ebuild,v 1.1 2014/12/02 13:36:00 lu_zero Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.1.ebuild,v 1.2 2015/01/30 16:57:31 mgorny Exp $
77
78 EAPI=5
79
80 @@ -37,7 +37,7 @@
81
82 # String for CPU features in the useflag[:configure_option] form
83 # if :configure_option isn't set, it will use 'useflag' as configure option
84 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext neon ssse3 vis avx2"
85 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow cpu_flags_x86_3dnowext:amd3dnowext altivec cpu_flags_x86_avx:avx cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext neon cpu_flags_x86_ssse3:ssse3 vis cpu_flags_x86_avx2:avx2"
86 for i in ${CPU_FEATURES} ; do
87 IUSE+=" ${i%:*}"
88 done
89 @@ -108,7 +108,7 @@
90 >=sys-devel/make-3.81
91 doc? ( app-text/texi2html )
92 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
93 - mmx? ( dev-lang/yasm )
94 + cpu_flags_x86_mmx? ( dev-lang/yasm )
95 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
96 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
97 ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
98
99
100
101 1.2 media-video/libav/libav-11.2.ebuild
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.2.ebuild?rev=1.2&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.2.ebuild?rev=1.2&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.2.ebuild?r1=1.1&r2=1.2
106
107 Index: libav-11.2.ebuild
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.2.ebuild,v
110 retrieving revision 1.1
111 retrieving revision 1.2
112 diff -u -r1.1 -r1.2
113 --- libav-11.2.ebuild 20 Jan 2015 23:10:49 -0000 1.1
114 +++ libav-11.2.ebuild 30 Jan 2015 16:57:31 -0000 1.2
115 @@ -1,6 +1,6 @@
116 # Copyright 1999-2015 Gentoo Foundation
117 # Distributed under the terms of the GNU General Public License v2
118 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.2.ebuild,v 1.1 2015/01/20 23:10:49 lu_zero Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.2.ebuild,v 1.2 2015/01/30 16:57:31 mgorny Exp $
120
121 EAPI=5
122
123 @@ -37,7 +37,7 @@
124
125 # String for CPU features in the useflag[:configure_option] form
126 # if :configure_option isn't set, it will use 'useflag' as configure option
127 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext neon ssse3 vis avx2"
128 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow cpu_flags_x86_3dnowext:amd3dnowext altivec cpu_flags_x86_avx:avx cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext neon cpu_flags_x86_ssse3:ssse3 vis cpu_flags_x86_avx2:avx2"
129 for i in ${CPU_FEATURES} ; do
130 IUSE+=" ${i%:*}"
131 done
132 @@ -108,7 +108,7 @@
133 >=sys-devel/make-3.81
134 doc? ( app-text/texi2html )
135 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
136 - mmx? ( dev-lang/yasm )
137 + cpu_flags_x86_mmx? ( dev-lang/yasm )
138 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
139 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
140 ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
141
142
143
144 1.2 media-video/libav/libav-11.ebuild
145
146 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.ebuild?rev=1.2&view=markup
147 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.ebuild?rev=1.2&content-type=text/plain
148 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.ebuild?r1=1.1&r2=1.2
149
150 Index: libav-11.ebuild
151 ===================================================================
152 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.ebuild,v
153 retrieving revision 1.1
154 retrieving revision 1.2
155 diff -u -r1.1 -r1.2
156 --- libav-11.ebuild 17 Sep 2014 00:19:13 -0000 1.1
157 +++ libav-11.ebuild 30 Jan 2015 16:57:31 -0000 1.2
158 @@ -1,6 +1,6 @@
159 -# Copyright 1999-2014 Gentoo Foundation
160 +# Copyright 1999-2015 Gentoo Foundation
161 # Distributed under the terms of the GNU General Public License v2
162 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.ebuild,v 1.1 2014/09/17 00:19:13 lu_zero Exp $
163 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.ebuild,v 1.2 2015/01/30 16:57:31 mgorny Exp $
164
165 EAPI=5
166
167 @@ -37,7 +37,7 @@
168
169 # String for CPU features in the useflag[:configure_option] form
170 # if :configure_option isn't set, it will use 'useflag' as configure option
171 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext neon ssse3 vis avx2"
172 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow cpu_flags_x86_3dnowext:amd3dnowext altivec cpu_flags_x86_avx:avx cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext neon cpu_flags_x86_ssse3:ssse3 vis cpu_flags_x86_avx2:avx2"
173 for i in ${CPU_FEATURES} ; do
174 IUSE+=" ${i%:*}"
175 done
176 @@ -108,7 +108,7 @@
177 >=sys-devel/make-3.81
178 doc? ( app-text/texi2html )
179 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
180 - mmx? ( dev-lang/yasm )
181 + cpu_flags_x86_mmx? ( dev-lang/yasm )
182 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
183 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
184 ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
185
186
187
188 1.3 media-video/libav/libav-10.5.ebuild
189
190 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.5.ebuild?rev=1.3&view=markup
191 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.5.ebuild?rev=1.3&content-type=text/plain
192 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.5.ebuild?r1=1.2&r2=1.3
193
194 Index: libav-10.5.ebuild
195 ===================================================================
196 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.5.ebuild,v
197 retrieving revision 1.2
198 retrieving revision 1.3
199 diff -u -r1.2 -r1.3
200 --- libav-10.5.ebuild 27 Oct 2014 12:34:05 -0000 1.2
201 +++ libav-10.5.ebuild 30 Jan 2015 16:57:31 -0000 1.3
202 @@ -1,6 +1,6 @@
203 -# Copyright 1999-2014 Gentoo Foundation
204 +# Copyright 1999-2015 Gentoo Foundation
205 # Distributed under the terms of the GNU General Public License v2
206 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.5.ebuild,v 1.2 2014/10/27 12:34:05 lu_zero Exp $
207 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.5.ebuild,v 1.3 2015/01/30 16:57:31 mgorny Exp $
208
209 EAPI=5
210
211 @@ -37,7 +37,7 @@
212
213 # String for CPU features in the useflag[:configure_option] form
214 # if :configure_option isn't set, it will use 'useflag' as configure option
215 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext neon ssse3 vis avx2"
216 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow cpu_flags_x86_3dnowext:amd3dnowext altivec cpu_flags_x86_avx:avx cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext neon cpu_flags_x86_ssse3:ssse3 vis cpu_flags_x86_avx2:avx2"
217 for i in ${CPU_FEATURES} ; do
218 IUSE+=" ${i%:*}"
219 done
220 @@ -106,7 +106,7 @@
221 >=sys-devel/make-3.81
222 doc? ( app-text/texi2html )
223 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
224 - mmx? ( dev-lang/yasm )
225 + cpu_flags_x86_mmx? ( dev-lang/yasm )
226 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
227 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
228 ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
229
230
231
232 1.10 media-video/libav/libav-10.9999.ebuild
233
234 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.9999.ebuild?rev=1.10&view=markup
235 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.9999.ebuild?rev=1.10&content-type=text/plain
236 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-10.9999.ebuild?r1=1.9&r2=1.10
237
238 Index: libav-10.9999.ebuild
239 ===================================================================
240 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.9999.ebuild,v
241 retrieving revision 1.9
242 retrieving revision 1.10
243 diff -u -r1.9 -r1.10
244 --- libav-10.9999.ebuild 13 Sep 2014 09:34:20 -0000 1.9
245 +++ libav-10.9999.ebuild 30 Jan 2015 16:57:31 -0000 1.10
246 @@ -1,6 +1,6 @@
247 -# Copyright 1999-2014 Gentoo Foundation
248 +# Copyright 1999-2015 Gentoo Foundation
249 # Distributed under the terms of the GNU General Public License v2
250 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.9999.ebuild,v 1.9 2014/09/13 09:34:20 mgorny Exp $
251 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-10.9999.ebuild,v 1.10 2015/01/30 16:57:31 mgorny Exp $
252
253 EAPI=5
254
255 @@ -37,7 +37,7 @@
256
257 # String for CPU features in the useflag[:configure_option] form
258 # if :configure_option isn't set, it will use 'useflag' as configure option
259 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext neon ssse3 vis avx2"
260 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow cpu_flags_x86_3dnowext:amd3dnowext altivec cpu_flags_x86_avx:avx cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext neon cpu_flags_x86_ssse3:ssse3 vis cpu_flags_x86_avx2:avx2"
261 for i in ${CPU_FEATURES} ; do
262 IUSE+=" ${i%:*}"
263 done
264 @@ -106,7 +106,7 @@
265 >=sys-devel/make-3.81
266 doc? ( app-text/texi2html )
267 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
268 - mmx? ( dev-lang/yasm )
269 + cpu_flags_x86_mmx? ( dev-lang/yasm )
270 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
271 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
272 ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
273
274
275
276 1.77 media-video/libav/libav-9999.ebuild
277
278 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9999.ebuild?rev=1.77&view=markup
279 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9999.ebuild?rev=1.77&content-type=text/plain
280 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9999.ebuild?r1=1.76&r2=1.77
281
282 Index: libav-9999.ebuild
283 ===================================================================
284 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v
285 retrieving revision 1.76
286 retrieving revision 1.77
287 diff -u -r1.76 -r1.77
288 --- libav-9999.ebuild 2 Jan 2015 19:07:38 -0000 1.76
289 +++ libav-9999.ebuild 30 Jan 2015 16:57:31 -0000 1.77
290 @@ -1,6 +1,6 @@
291 # Copyright 1999-2015 Gentoo Foundation
292 # Distributed under the terms of the GNU General Public License v2
293 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.76 2015/01/02 19:07:38 lu_zero Exp $
294 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9999.ebuild,v 1.77 2015/01/30 16:57:31 mgorny Exp $
295
296 EAPI=5
297
298 @@ -37,7 +37,7 @@
299
300 # String for CPU features in the useflag[:configure_option] form
301 # if :configure_option isn't set, it will use 'useflag' as configure option
302 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext neon ssse3 vis avx2"
303 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow cpu_flags_x86_3dnowext:amd3dnowext altivec cpu_flags_x86_avx:avx cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext neon cpu_flags_x86_ssse3:ssse3 vis cpu_flags_x86_avx2:avx2"
304 for i in ${CPU_FEATURES} ; do
305 IUSE+=" ${i%:*}"
306 done
307 @@ -105,7 +105,7 @@
308 >=sys-devel/make-3.81
309 doc? ( app-text/texi2html )
310 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
311 - mmx? ( dev-lang/yasm )
312 + cpu_flags_x86_mmx? ( dev-lang/yasm )
313 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
314 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
315 ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
316
317
318
319 1.13 media-video/libav/libav-9.14.ebuild
320
321 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.14.ebuild?rev=1.13&view=markup
322 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.14.ebuild?rev=1.13&content-type=text/plain
323 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-9.14.ebuild?r1=1.12&r2=1.13
324
325 Index: libav-9.14.ebuild
326 ===================================================================
327 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.14.ebuild,v
328 retrieving revision 1.12
329 retrieving revision 1.13
330 diff -u -r1.12 -r1.13
331 --- libav-9.14.ebuild 10 Aug 2014 21:00:35 -0000 1.12
332 +++ libav-9.14.ebuild 30 Jan 2015 16:57:31 -0000 1.13
333 @@ -1,6 +1,6 @@
334 -# Copyright 1999-2014 Gentoo Foundation
335 +# Copyright 1999-2015 Gentoo Foundation
336 # Distributed under the terms of the GNU General Public License v2
337 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.14.ebuild,v 1.12 2014/08/10 21:00:35 slyfox Exp $
338 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-9.14.ebuild,v 1.13 2015/01/30 16:57:31 mgorny Exp $
339
340 EAPI=5
341
342 @@ -39,7 +39,7 @@
343
344 # String for CPU features in the useflag[:configure_option] form
345 # if :configure_option isn't set, it will use 'useflag' as configure option
346 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext neon ssse3 vis"
347 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow cpu_flags_x86_3dnowext:amd3dnowext altivec cpu_flags_x86_avx:avx cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext neon cpu_flags_x86_ssse3:ssse3 vis"
348 for i in ${CPU_FEATURES} ; do
349 IUSE+=" ${i%:*}"
350 done
351 @@ -106,7 +106,7 @@
352 >=sys-devel/make-3.81
353 doc? ( app-text/texi2html )
354 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
355 - mmx? ( dev-lang/yasm )
356 + cpu_flags_x86_mmx? ( dev-lang/yasm )
357 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
358 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
359 ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
360
361
362
363 1.2 media-video/libav/libav-11.9999.ebuild
364
365 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.9999.ebuild?rev=1.2&view=markup
366 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.9999.ebuild?rev=1.2&content-type=text/plain
367 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/libav-11.9999.ebuild?r1=1.1&r2=1.2
368
369 Index: libav-11.9999.ebuild
370 ===================================================================
371 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.9999.ebuild,v
372 retrieving revision 1.1
373 retrieving revision 1.2
374 diff -u -r1.1 -r1.2
375 --- libav-11.9999.ebuild 12 Oct 2014 09:13:48 -0000 1.1
376 +++ libav-11.9999.ebuild 30 Jan 2015 16:57:31 -0000 1.2
377 @@ -1,6 +1,6 @@
378 -# Copyright 1999-2014 Gentoo Foundation
379 +# Copyright 1999-2015 Gentoo Foundation
380 # Distributed under the terms of the GNU General Public License v2
381 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.9999.ebuild,v 1.1 2014/10/12 09:13:48 scarabeus Exp $
382 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/libav-11.9999.ebuild,v 1.2 2015/01/30 16:57:31 mgorny Exp $
383
384 EAPI=5
385
386 @@ -37,7 +37,7 @@
387
388 # String for CPU features in the useflag[:configure_option] form
389 # if :configure_option isn't set, it will use 'useflag' as configure option
390 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext neon ssse3 vis avx2"
391 +CPU_FEATURES="cpu_flags_x86_3dnow:amd3dnow cpu_flags_x86_3dnowext:amd3dnowext altivec cpu_flags_x86_avx:avx cpu_flags_x86_mmx:mmx cpu_flags_x86_mmxext:mmxext neon cpu_flags_x86_ssse3:ssse3 vis cpu_flags_x86_avx2:avx2"
392 for i in ${CPU_FEATURES} ; do
393 IUSE+=" ${i%:*}"
394 done
395 @@ -108,7 +108,7 @@
396 >=sys-devel/make-3.81
397 doc? ( app-text/texi2html )
398 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
399 - mmx? ( dev-lang/yasm )
400 + cpu_flags_x86_mmx? ( dev-lang/yasm )
401 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
402 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
403 ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
404
405
406
407 1.18 media-video/libav/metadata.xml
408
409 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/metadata.xml?rev=1.18&view=markup
410 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/metadata.xml?rev=1.18&content-type=text/plain
411 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/metadata.xml?r1=1.17&r2=1.18
412
413 Index: metadata.xml
414 ===================================================================
415 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/metadata.xml,v
416 retrieving revision 1.17
417 retrieving revision 1.18
418 diff -u -r1.17 -r1.18
419 --- metadata.xml 12 Dec 2014 10:36:34 -0000 1.17
420 +++ metadata.xml 30 Jan 2015 16:57:31 -0000 1.18
421 @@ -6,14 +6,8 @@
422 <email>media-video@g.o</email>
423 </maintainer>
424 <use>
425 - <flag name="3dnowext">
426 - Enable manually-optimised routines using the AMD 3DNow!Ex SIMD
427 - instruction set, present in modern AMD CPUs. (Check for
428 - 3dnowext in /proc/cpuinfo to know whether your CPU supports it).
429 - </flag>
430 <flag name="aac">Use external vo-aacenc library for AAC encoding</flag>
431 <flag name="amr">Enable Adaptive Multi-Rate Audio support</flag>
432 - <flag name="avx">Adds support for Advanced Vector Extensions instructions (Intel Sandy Bridge, AMD Bulldozer and later chips)</flag>
433 <flag name="bindist">Build binary redistributable version without including nonfree decoders and encoders.</flag>
434 <flag name="cdio">Enable audio CD grabbing with <pkg>dev-libs/libcdio</pkg>.</flag>
435 <flag name="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs).</flag>
436 @@ -22,7 +16,6 @@
437 <flag name="frei0r">Enable frei0r wrapping in libavfilter</flag>
438 <flag name="gpl">Build all GPL licensed code. Without this flag set the package is build under LGPL license.</flag>
439 <flag name="hardcoded-tables">Use pre-calculated tables rather than calculating them on the fly.</flag>
440 - <flag name="mmxext">Enable mmx2 support.</flag>
441 <flag name="network">Enable network streaming support.</flag>
442 <flag name="openssl">Prefer <pkg>dev-libs/openssl</pkg> over <pkg>net-libs/gnutls</pkg> to provide SSL/TLS support (notice: the resulting binaries are unredistributable).</flag>
443 <flag name="opus">Use the external opus library for encoding and decoding.</flag>
444 @@ -31,7 +24,6 @@
445 <flag name="rtmp">Enable Real Time Messaging Protocol using librtmp instead the native implementation.</flag>
446 <flag name="schroedinger">Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).</flag>
447 <flag name="ssl">Enable SSL/TLS support using <pkg>dev-libs/openssl</pkg> or <pkg>dev-libs/gnutls</pkg>.</flag>
448 - <flag name="ssse3">faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips).</flag>
449 <flag name="tools">Build and install small tools like aviocat, cws2fws, graph2dot, ismindex, qt-faststart.</flag>
450 <flag name="vis"> Adds support for SIMD optimizations for UltraSPARC processors.</flag>
451 <flag name="vpx">Enable vp8 encoding support using <pkg>libvpx.</pkg></flag>
452
453
454
455 1.239 media-video/libav/ChangeLog
456
457 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.239&view=markup
458 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?rev=1.239&content-type=text/plain
459 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/libav/ChangeLog?r1=1.238&r2=1.239
460
461 Index: ChangeLog
462 ===================================================================
463 RCS file: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v
464 retrieving revision 1.238
465 retrieving revision 1.239
466 diff -u -r1.238 -r1.239
467 --- ChangeLog 20 Jan 2015 23:10:49 -0000 1.238
468 +++ ChangeLog 30 Jan 2015 16:57:31 -0000 1.239
469 @@ -1,6 +1,12 @@
470 # ChangeLog for media-video/libav
471 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
472 -# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.238 2015/01/20 23:10:49 lu_zero Exp $
473 +# $Header: /var/cvsroot/gentoo-x86/media-video/libav/ChangeLog,v 1.239 2015/01/30 16:57:31 mgorny Exp $
474 +
475 + 30 Jan 2015; Michał Górny <mgorny@g.o> libav-10.5.ebuild,
476 + libav-10.9999.ebuild, libav-11.1.ebuild, libav-11.2.ebuild,
477 + libav-11.9999.ebuild, libav-11.ebuild, libav-9.14.ebuild, libav-9.17.ebuild,
478 + libav-9999.ebuild, metadata.xml:
479 + Convert to CPU_FLAGS_X86.
480
481 *libav-11.2 (20 Jan 2015)