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/ffmpeg: ffmpeg-1.0.10.ebuild ffmpeg-9999.ebuild ffmpeg-1.2.11.ebuild ffmpeg-0.10.15.ebuild ffmpeg-1.2.6-r1.ebuild ffmpeg-2.5.3.ebuild ffmpeg-2.2.12.ebuild ChangeLog
Date: Fri, 30 Jan 2015 16:40:53
Message-Id: 20150130164048.9353510B2C@oystercatcher.gentoo.org
1 mgorny 15/01/30 16:40:48
2
3 Modified: ffmpeg-1.0.10.ebuild ffmpeg-9999.ebuild
4 ffmpeg-1.2.11.ebuild ffmpeg-0.10.15.ebuild
5 ffmpeg-1.2.6-r1.ebuild ffmpeg-2.5.3.ebuild
6 ffmpeg-2.2.12.ebuild ChangeLog
7 Log:
8 Convert to CPU_FLAGS_X86.
9
10 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
11
12 Revision Changes Path
13 1.3 media-video/ffmpeg/ffmpeg-1.0.10.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.10.ebuild?rev=1.3&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.10.ebuild?rev=1.3&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.10.ebuild?r1=1.2&r2=1.3
18
19 Index: ffmpeg-1.0.10.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.10.ebuild,v
22 retrieving revision 1.2
23 retrieving revision 1.3
24 diff -u -r1.2 -r1.3
25 --- ffmpeg-1.0.10.ebuild 10 Aug 2014 20:58:53 -0000 1.2
26 +++ ffmpeg-1.0.10.ebuild 30 Jan 2015 16:40:48 -0000 1.3
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2014 Gentoo Foundation
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/ffmpeg/ffmpeg-1.0.10.ebuild,v 1.2 2014/08/10 20:58:53 slyfox Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.0.10.ebuild,v 1.3 2015/01/30 16:40:48 mgorny Exp $
33
34 EAPI="4"
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 ssse3 vis neon"
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 cpu_flags_x86_ssse3:ssse3 vis neon"
42
43 for i in ${CPU_FEATURES}; do
44 IUSE="${IUSE} ${i%:*}"
45 @@ -109,7 +109,7 @@
46 gnutls? ( virtual/pkgconfig )
47 ieee1394? ( virtual/pkgconfig )
48 libv4l? ( virtual/pkgconfig )
49 - mmx? ( dev-lang/yasm )
50 + cpu_flags_x86_mmx? ( dev-lang/yasm )
51 rtmp? ( virtual/pkgconfig )
52 schroedinger? ( virtual/pkgconfig )
53 test? ( net-misc/wget )
54
55
56
57 1.177 media-video/ffmpeg/ffmpeg-9999.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.177&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?rev=1.177&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild?r1=1.176&r2=1.177
62
63 Index: ffmpeg-9999.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v
66 retrieving revision 1.176
67 retrieving revision 1.177
68 diff -u -r1.176 -r1.177
69 --- ffmpeg-9999.ebuild 4 Nov 2014 09:48:43 -0000 1.176
70 +++ ffmpeg-9999.ebuild 30 Jan 2015 16:40:48 -0000 1.177
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/ffmpeg/ffmpeg-9999.ebuild,v 1.176 2014/11/04 09:48:43 aballier Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-9999.ebuild,v 1.177 2015/01/30 16:40:48 mgorny Exp $
77
78 EAPI="5"
79
80 @@ -52,7 +52,7 @@
81 ARM_CPU_FEATURES="armv5te armv6 armv6t2 neon armvfp:vfp"
82 MIPS_CPU_FEATURES="mips32r2 mipsdspr1 mipsdspr2 mipsfpu"
83 PPC_CPU_FEATURES="altivec"
84 -X86_CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext avx avx2 fma3 fma4 mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_2:sse42 xop"
85 +X86_CPU_FEATURES=( 3dnow:amd3dnow 3dnowext:amd3dnowext avx:avx avx2:avx2 fma3:fma3 fma4:fma4 mmx:mmx mmxext:mmxext sse:sse sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4 sse4_2:sse42 xop:xop )
86
87 # String for CPU features in the useflag[:configure_option] form
88 # if :configure_option isn't set, it will use 'useflag' as configure option
89 @@ -60,7 +60,7 @@
90 ${ARM_CPU_FEATURES}
91 ${MIPS_CPU_FEATURES}
92 ${PPC_CPU_FEATURES}
93 - ${X86_CPU_FEATURES}
94 + ${X86_CPU_FEATURES[@]/#/cpu_flags_x86_}
95 "
96
97 for i in ${CPU_FEATURES}; do
98 @@ -165,7 +165,7 @@
99 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
100 ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] )
101 libv4l? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
102 - mmx? ( >=dev-lang/yasm-1.2 )
103 + cpu_flags_x86_mmx? ( >=dev-lang/yasm-1.2 )
104 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
105 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
106 test? ( net-misc/wget sys-devel/bc )
107
108
109
110 1.2 media-video/ffmpeg/ffmpeg-1.2.11.ebuild
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.11.ebuild?rev=1.2&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.11.ebuild?rev=1.2&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.11.ebuild?r1=1.1&r2=1.2
115
116 Index: ffmpeg-1.2.11.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.11.ebuild,v
119 retrieving revision 1.1
120 retrieving revision 1.2
121 diff -u -r1.1 -r1.2
122 --- ffmpeg-1.2.11.ebuild 19 Dec 2014 08:53:13 -0000 1.1
123 +++ ffmpeg-1.2.11.ebuild 30 Jan 2015 16:40:48 -0000 1.2
124 @@ -1,6 +1,6 @@
125 -# Copyright 1999-2014 Gentoo Foundation
126 +# Copyright 1999-2015 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.11.ebuild,v 1.1 2014/12/19 08:53:13 aballier Exp $
129 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.11.ebuild,v 1.2 2015/01/30 16:40:48 mgorny Exp $
130
131 EAPI="4"
132
133 @@ -39,7 +39,7 @@
134
135 # String for CPU features in the useflag[:configure_option] form
136 # if :configure_option isn't set, it will use 'useflag' as configure option
137 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext ssse3 vis neon"
138 +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 cpu_flags_x86_ssse3:ssse3 vis neon"
139
140 for i in ${CPU_FEATURES}; do
141 IUSE="${IUSE} ${i%:*}"
142 @@ -133,7 +133,7 @@
143 gnutls? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
144 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
145 libv4l? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
146 - mmx? ( dev-lang/yasm )
147 + cpu_flags_x86_mmx? ( dev-lang/yasm )
148 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
149 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
150 test? ( net-misc/wget )
151
152
153
154 1.2 media-video/ffmpeg/ffmpeg-0.10.15.ebuild
155
156 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.15.ebuild?rev=1.2&view=markup
157 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.15.ebuild?rev=1.2&content-type=text/plain
158 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.15.ebuild?r1=1.1&r2=1.2
159
160 Index: ffmpeg-0.10.15.ebuild
161 ===================================================================
162 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.15.ebuild,v
163 retrieving revision 1.1
164 retrieving revision 1.2
165 diff -u -r1.1 -r1.2
166 --- ffmpeg-0.10.15.ebuild 13 Aug 2014 18:37:16 -0000 1.1
167 +++ ffmpeg-0.10.15.ebuild 30 Jan 2015 16:40:48 -0000 1.2
168 @@ -1,6 +1,6 @@
169 -# Copyright 1999-2014 Gentoo Foundation
170 +# Copyright 1999-2015 Gentoo Foundation
171 # Distributed under the terms of the GNU General Public License v2
172 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.15.ebuild,v 1.1 2014/08/13 18:37:16 aballier Exp $
173 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.15.ebuild,v 1.2 2015/01/30 16:40:48 mgorny Exp $
174
175 EAPI="5"
176
177 @@ -38,7 +38,7 @@
178
179 # String for CPU features in the useflag[:configure_option] form
180 # if :configure_option isn't set, it will use 'useflag' as configure option
181 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext:mmx2 ssse3 vis neon"
182 +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:mmx2 cpu_flags_x86_ssse3:ssse3 vis neon"
183
184 for i in ${CPU_FEATURES}; do
185 IUSE="${IUSE} ${i%:*}"
186 @@ -99,7 +99,7 @@
187 gnutls? ( virtual/pkgconfig )
188 ieee1394? ( virtual/pkgconfig )
189 libv4l? ( virtual/pkgconfig )
190 - mmx? ( dev-lang/yasm )
191 + cpu_flags_x86_mmx? ( dev-lang/yasm )
192 rtmp? ( virtual/pkgconfig )
193 schroedinger? ( virtual/pkgconfig )
194 test? ( net-misc/wget )
195
196
197
198 1.15 media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild
199
200 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild?rev=1.15&view=markup
201 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild?rev=1.15&content-type=text/plain
202 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild?r1=1.14&r2=1.15
203
204 Index: ffmpeg-1.2.6-r1.ebuild
205 ===================================================================
206 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild,v
207 retrieving revision 1.14
208 retrieving revision 1.15
209 diff -u -r1.14 -r1.15
210 --- ffmpeg-1.2.6-r1.ebuild 11 Oct 2014 13:09:41 -0000 1.14
211 +++ ffmpeg-1.2.6-r1.ebuild 30 Jan 2015 16:40:48 -0000 1.15
212 @@ -1,6 +1,6 @@
213 -# Copyright 1999-2014 Gentoo Foundation
214 +# Copyright 1999-2015 Gentoo Foundation
215 # Distributed under the terms of the GNU General Public License v2
216 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild,v 1.14 2014/10/11 13:09:41 maekke Exp $
217 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-1.2.6-r1.ebuild,v 1.15 2015/01/30 16:40:48 mgorny Exp $
218
219 EAPI="4"
220
221 @@ -39,7 +39,7 @@
222
223 # String for CPU features in the useflag[:configure_option] form
224 # if :configure_option isn't set, it will use 'useflag' as configure option
225 -CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext ssse3 vis neon"
226 +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 cpu_flags_x86_ssse3:ssse3 vis neon"
227
228 for i in ${CPU_FEATURES}; do
229 IUSE="${IUSE} ${i%:*}"
230 @@ -133,7 +133,7 @@
231 gnutls? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
232 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
233 libv4l? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
234 - mmx? ( dev-lang/yasm )
235 + cpu_flags_x86_mmx? ( dev-lang/yasm )
236 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
237 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
238 test? ( net-misc/wget )
239
240
241
242 1.2 media-video/ffmpeg/ffmpeg-2.5.3.ebuild
243
244 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.5.3.ebuild?rev=1.2&view=markup
245 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.5.3.ebuild?rev=1.2&content-type=text/plain
246 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.5.3.ebuild?r1=1.1&r2=1.2
247
248 Index: ffmpeg-2.5.3.ebuild
249 ===================================================================
250 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.5.3.ebuild,v
251 retrieving revision 1.1
252 retrieving revision 1.2
253 diff -u -r1.1 -r1.2
254 --- ffmpeg-2.5.3.ebuild 10 Jan 2015 11:24:50 -0000 1.1
255 +++ ffmpeg-2.5.3.ebuild 30 Jan 2015 16:40:48 -0000 1.2
256 @@ -1,6 +1,6 @@
257 # Copyright 1999-2015 Gentoo Foundation
258 # Distributed under the terms of the GNU General Public License v2
259 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.5.3.ebuild,v 1.1 2015/01/10 11:24:50 aballier Exp $
260 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.5.3.ebuild,v 1.2 2015/01/30 16:40:48 mgorny Exp $
261
262 EAPI="5"
263
264 @@ -52,7 +52,7 @@
265 ARM_CPU_FEATURES="armv5te armv6 armv6t2 neon armvfp:vfp"
266 MIPS_CPU_FEATURES="mips32r2 mipsdspr1 mipsdspr2 mipsfpu"
267 PPC_CPU_FEATURES="altivec"
268 -X86_CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext avx avx2 fma3 fma4 mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_2:sse42 xop"
269 +X86_CPU_FEATURES=( 3dnow:amd3dnow 3dnowext:amd3dnowext avx:avx avx2:avx2 fma3:fma3 fma4:fma4 mmx:mmx mmxext:mmxext sse:sse sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4 sse4_2:sse42 xop:xop )
270
271 # String for CPU features in the useflag[:configure_option] form
272 # if :configure_option isn't set, it will use 'useflag' as configure option
273 @@ -60,7 +60,7 @@
274 ${ARM_CPU_FEATURES}
275 ${MIPS_CPU_FEATURES}
276 ${PPC_CPU_FEATURES}
277 - ${X86_CPU_FEATURES}
278 + ${X86_CPU_FEATURES[@]/#/cpu_flags_x86_}
279 "
280
281 for i in ${CPU_FEATURES}; do
282 @@ -165,7 +165,7 @@
283 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
284 ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] )
285 libv4l? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
286 - mmx? ( >=dev-lang/yasm-1.2 )
287 + cpu_flags_x86_mmx? ( >=dev-lang/yasm-1.2 )
288 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
289 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
290 test? ( net-misc/wget sys-devel/bc )
291
292
293
294 1.2 media-video/ffmpeg/ffmpeg-2.2.12.ebuild
295
296 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.12.ebuild?rev=1.2&view=markup
297 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.12.ebuild?rev=1.2&content-type=text/plain
298 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.12.ebuild?r1=1.1&r2=1.2
299
300 Index: ffmpeg-2.2.12.ebuild
301 ===================================================================
302 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.12.ebuild,v
303 retrieving revision 1.1
304 retrieving revision 1.2
305 diff -u -r1.1 -r1.2
306 --- ffmpeg-2.2.12.ebuild 22 Jan 2015 07:44:51 -0000 1.1
307 +++ ffmpeg-2.2.12.ebuild 30 Jan 2015 16:40:48 -0000 1.2
308 @@ -1,6 +1,6 @@
309 # Copyright 1999-2015 Gentoo Foundation
310 # Distributed under the terms of the GNU General Public License v2
311 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.12.ebuild,v 1.1 2015/01/22 07:44:51 aballier Exp $
312 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-2.2.12.ebuild,v 1.2 2015/01/30 16:40:48 mgorny Exp $
313
314 EAPI="5"
315
316 @@ -52,7 +52,7 @@
317 ARM_CPU_FEATURES="armv5te armv6 armv6t2 neon armvfp:vfp"
318 MIPS_CPU_FEATURES="mips32r2 mipsdspr1 mipsdspr2 mipsfpu"
319 PPC_CPU_FEATURES="altivec"
320 -X86_CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext avx avx2 fma3 fma4 mmx mmxext sse sse2 sse3 ssse3 sse4 sse4_2:sse42"
321 +X86_CPU_FEATURES=( 3dnow:amd3dnow 3dnowext:amd3dnowext avx:avx avx2:avx2 fma3:fma3 fma4:fma4 mmx:mmx mmxext:mmxext sse:sse sse2:sse2 sse3:sse3 ssse3:ssse3 sse4_1:sse4 sse4_2:sse42 )
322
323 # String for CPU features in the useflag[:configure_option] form
324 # if :configure_option isn't set, it will use 'useflag' as configure option
325 @@ -60,7 +60,7 @@
326 ${ARM_CPU_FEATURES}
327 ${MIPS_CPU_FEATURES}
328 ${PPC_CPU_FEATURES}
329 - ${X86_CPU_FEATURES}
330 + ${X86_CPU_FEATURES[@]/#/cpu_flags_x86_}
331 "
332
333 for i in ${CPU_FEATURES}; do
334 @@ -165,7 +165,7 @@
335 ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
336 ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] )
337 libv4l? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
338 - mmx? ( >=dev-lang/yasm-1.2 )
339 + cpu_flags_x86_mmx? ( >=dev-lang/yasm-1.2 )
340 rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
341 schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
342 test? ( net-misc/wget sys-devel/bc )
343
344
345
346 1.823 media-video/ffmpeg/ChangeLog
347
348 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.823&view=markup
349 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?rev=1.823&content-type=text/plain
350 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/ffmpeg/ChangeLog?r1=1.822&r2=1.823
351
352 Index: ChangeLog
353 ===================================================================
354 RCS file: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v
355 retrieving revision 1.822
356 retrieving revision 1.823
357 diff -u -r1.822 -r1.823
358 --- ChangeLog 29 Jan 2015 08:47:16 -0000 1.822
359 +++ ChangeLog 30 Jan 2015 16:40:48 -0000 1.823
360 @@ -1,6 +1,11 @@
361 # ChangeLog for media-video/ffmpeg
362 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
363 -# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.822 2015/01/29 08:47:16 aballier Exp $
364 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.823 2015/01/30 16:40:48 mgorny Exp $
365 +
366 + 30 Jan 2015; Michał Górny <mgorny@g.o> ffmpeg-0.10.15.ebuild,
367 + ffmpeg-1.0.10.ebuild, ffmpeg-1.2.11.ebuild, ffmpeg-1.2.6-r1.ebuild,
368 + ffmpeg-2.2.12.ebuild, ffmpeg-2.5.3.ebuild, ffmpeg-9999.ebuild:
369 + Convert to CPU_FLAGS_X86.
370
371 29 Jan 2015; Alexis Ballier <aballier@g.o> -ffmpeg-1.2.10.ebuild,
372 -ffmpeg-2.2.11.ebuild, -ffmpeg-2.5.1.ebuild, -ffmpeg-2.5.2.ebuild: