Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/blueness:master commit in: media-video/ffmpeg/files/, media-video/ffmpeg/
Date: Thu, 30 May 2013 00:08:50
Message-Id: 1369872463.92a6cb4fa88d67c46e92033dee6df592d47eb373.blueness@gentoo
1 commit: 92a6cb4fa88d67c46e92033dee6df592d47eb373
2 Author: layman <layman <AT> localhost>
3 AuthorDate: Thu May 30 00:07:43 2013 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 00:07:43 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/blueness.git;a=commit;h=92a6cb4f
7
8 media-video/ffmpeg: testing for bug #471756
9
10 Package-Manager: portage-2.1.11.62
11 Manifest-Sign-Key: 0xF52D4BBA
12
13 ---
14 media-video/ffmpeg/ChangeLog | 2645 +++++++++++++++++++++++++++
15 media-video/ffmpeg/Manifest | 27 +
16 media-video/ffmpeg/ffmpeg-0.10.7-r99.ebuild | 294 +++
17 media-video/ffmpeg/files/checkstack.patch | 48 +
18 media-video/ffmpeg/files/flashtest.patch | 47 +
19 media-video/ffmpeg/files/freiordl.patch | 20 +
20 media-video/ffmpeg/metadata.xml | 45 +
21 7 files changed, 3126 insertions(+)
22
23 diff --git a/media-video/ffmpeg/ChangeLog b/media-video/ffmpeg/ChangeLog
24 new file mode 100644
25 index 0000000..fe85b05
26 --- /dev/null
27 +++ b/media-video/ffmpeg/ChangeLog
28 @@ -0,0 +1,2645 @@
29 +# ChangeLog for media-video/ffmpeg
30 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ChangeLog,v 1.652 2013/05/24 14:25:53 aballier Exp $
32 +
33 + 24 May 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
34 + add ffhash tool
35 +
36 + 23 May 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
37 + metadata.xml:
38 + add quvi useflag
39 +
40 + 23 May 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
41 + disable v4l2 outdev with USE=-v4l
42 +
43 + 16 May 2013; Alexis Ballier <aballier@g.o> ffmpeg-1.0.7.ebuild:
44 + add libavresample to LD_LIBRARY_PATH for tests, bug #470034
45 +
46 +*ffmpeg-1.0.7 (14 May 2013)
47 +
48 + 14 May 2013; Alexis Ballier <aballier@g.o> +ffmpeg-1.0.7.ebuild:
49 + version bump
50 +
51 + 10 May 2013; Alexis Ballier <aballier@g.o> -ffmpeg-0.10.6.ebuild,
52 + -ffmpeg-1.1.4.ebuild, -ffmpeg-1.2.ebuild:
53 + remove old
54 +
55 +*ffmpeg-1.2.1 (10 May 2013)
56 +
57 + 10 May 2013; Alexis Ballier <aballier@g.o> +ffmpeg-1.2.1.ebuild:
58 + version bump
59 +
60 + 21 Apr 2013; Markus Meier <maekke@g.o> ffmpeg-1.0.6.ebuild:
61 + add ~arm, bug #458100
62 +
63 + 13 Apr 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.7.ebuild:
64 + Stable for sparc, wrt bug #465496
65 +
66 + 12 Apr 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.7.ebuild:
67 + Stable for ia64, wrt bug #465496
68 +
69 + 12 Apr 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.7.ebuild:
70 + Stable for arm, wrt bug #465496
71 +
72 + 11 Apr 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.7.ebuild:
73 + Stable for amd64, wrt bug #465496
74 +
75 + 11 Apr 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.7.ebuild:
76 + Stable for x86, wrt bug #465496
77 +
78 + 11 Apr 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.7.ebuild:
79 + Stable for alpha, wrt bug #465496
80 +
81 + 11 Apr 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.7.ebuild:
82 + Stable for ppc64, wrt bug #465496
83 +
84 + 11 Apr 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.7.ebuild:
85 + Stable for ppc, wrt bug #465496
86 +
87 + 11 Apr 2013; Jeroen Roovers <jer@g.o> ffmpeg-0.10.7.ebuild:
88 + Stable for HPPA (bug #465496).
89 +
90 +*ffmpeg-0.10.7 (11 Apr 2013)
91 +
92 + 11 Apr 2013; Alexis Ballier <aballier@g.o> +ffmpeg-0.10.7.ebuild:
93 + version bump for the 0.10 branch
94 +
95 + 04 Apr 2013; Alexis Ballier <aballier@g.o> ffmpeg-1.0.6.ebuild,
96 + ffmpeg-1.1.4.ebuild, ffmpeg-1.2.ebuild, ffmpeg-9999.ebuild, metadata.xml:
97 + Always enable libavresample: strictly speaking enabling or disabling it
98 + changes the ABI of the package, and since some consumers started to use it
99 + seems safer to hard-enable it considering its small size
100 +
101 + 03 Apr 2013; Alexis Ballier <aballier@g.o> ffmpeg-1.0.6.ebuild,
102 + ffmpeg-1.1.4.ebuild, ffmpeg-1.2.ebuild, ffmpeg-9999.ebuild:
103 + enable avresample by default: some packages start to need it and it is really
104 + small.
105 +
106 + 03 Apr 2013; Alexis Ballier <aballier@g.o> -ffmpeg-1.0.5.ebuild,
107 + -ffmpeg-1.1.3.ebuild:
108 + remove old
109 +
110 +*ffmpeg-1.0.6 (22 Mar 2013)
111 +
112 + 22 Mar 2013; Alexis Ballier <aballier@g.o> +ffmpeg-1.0.6.ebuild:
113 + version bump
114 +
115 +*ffmpeg-1.1.4 (20 Mar 2013)
116 +
117 + 20 Mar 2013; Alexis Ballier <aballier@g.o> +ffmpeg-1.1.4.ebuild:
118 + version bump
119 +
120 +*ffmpeg-1.2 (15 Mar 2013)
121 +
122 + 15 Mar 2013; Alexis Ballier <aballier@g.o> +ffmpeg-1.2.ebuild:
123 + version bump
124 +
125 + 15 Mar 2013; Alexis Ballier <aballier@g.o> -ffmpeg-0.10.3.ebuild:
126 + remove old
127 +
128 + 14 Mar 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.6.ebuild:
129 + Stable for ppc, wrt bug #433772
130 +
131 + 14 Mar 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.6.ebuild:
132 + Stable for sparc, wrt bug #433772
133 +
134 + 14 Mar 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.6.ebuild:
135 + Stable for ia64, wrt bug #433772
136 +
137 + 14 Mar 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.6.ebuild:
138 + Stable for arm, wrt bug #433772
139 +
140 + 14 Mar 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.6.ebuild:
141 + Stable for alpha, wrt bug #433772
142 +
143 + 13 Mar 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.6.ebuild:
144 + Stable for ppc64, wrt bug #433772
145 +
146 + 13 Mar 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.6.ebuild:
147 + Stable for x86, wrt bug #433772
148 +
149 + 13 Mar 2013; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.6.ebuild:
150 + Stable for amd64, wrt bug #433772
151 +
152 + 12 Mar 2013; Jeroen Roovers <jer@g.o> ffmpeg-0.10.6.ebuild:
153 + Stable for HPPA (bug #433772).
154 +
155 + 10 Mar 2013; Mike Frysinger <vapier@g.o> ffmpeg-1.0.5.ebuild,
156 + ffmpeg-1.1.3.ebuild, ffmpeg-9999.ebuild:
157 + Restore --disable-asm for ABI=x32 #427004 by devsk.
158 +
159 + 09 Mar 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
160 + factorize some more code into ffuse
161 +
162 + 09 Mar 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
163 + handle enabling gpl3 the same way we handle non-free: through myconf and
164 + remove the version3 variable
165 +
166 + 09 Mar 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
167 + build up configure options on the ffuse variable that will be fed to
168 + use_enable, use_enable works fine and avoids having features disappearing
169 + because the default behavior changed; factorize some code
170 +
171 + 04 Mar 2013; Alexis Ballier <aballier@g.o> -ffmpeg-1.0.4.ebuild,
172 + -ffmpeg-1.1.2.ebuild:
173 + remove old
174 +
175 + 04 Mar 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
176 + fix vaapi/vdpau useflags that are now disabled by default
177 +
178 + 04 Mar 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
179 + add iconv useflag
180 +
181 + 04 Mar 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
182 + do not compress examples, they are mainly useless compressed
183 +
184 + 04 Mar 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
185 + do an out-of-tree build
186 +
187 +*ffmpeg-1.0.5 (04 Mar 2013)
188 +
189 + 04 Mar 2013; Alexis Ballier <aballier@g.o> +ffmpeg-1.0.5.ebuild:
190 + version bump
191 +
192 + 23 Feb 2013; Alexis Ballier <aballier@g.o> ffmpeg-1.0.4.ebuild:
193 + drop alpha/arm/ia64 keywords because of bug #458100
194 +
195 +*ffmpeg-1.1.3 (23 Feb 2013)
196 +
197 + 23 Feb 2013; Alexis Ballier <aballier@g.o> +ffmpeg-1.1.3.ebuild:
198 + version bump
199 +
200 + 22 Feb 2013; Zac Medico <zmedico@g.o> ffmpeg-0.10.6.ebuild,
201 + ffmpeg-1.0.4.ebuild, ffmpeg-1.1.2.ebuild, ffmpeg-9999.ebuild:
202 + Add ~arm-linux keywords.
203 +
204 + 19 Feb 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
205 + metadata.xml:
206 + add libsoxr useflag
207 +
208 + 18 Feb 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
209 + Add epatch_user, by Hristo Venev, bug #448612
210 +
211 + 13 Feb 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
212 + run tests against built libavresample
213 +
214 + 07 Feb 2013; Alexis Ballier <aballier@g.o> -ffmpeg-1.1.1.ebuild:
215 + remove old
216 +
217 + 07 Feb 2013; Alexis Ballier <aballier@g.o> ffmpeg-1.1.2.ebuild,
218 + ffmpeg-9999.ebuild:
219 + fix cdio dep
220 +
221 +*ffmpeg-1.0.4 (07 Feb 2013)
222 +
223 + 07 Feb 2013; Alexis Ballier <aballier@g.o> +ffmpeg-1.0.4.ebuild:
224 + Restore the 1.0 branch as this one could be unmasked rather soonish, 1.1 will
225 + require more work since the change of output format of some audio decoders
226 + causes runtime regressions in some programs.
227 +
228 +*ffmpeg-1.1.2 (07 Feb 2013)
229 +
230 + 07 Feb 2013; Alexis Ballier <aballier@g.o> +ffmpeg-1.1.2.ebuild:
231 + version bump
232 +
233 + 27 Jan 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
234 + Add ffescape and fourcc2pixfmt tools
235 +
236 + 23 Jan 2013; Alexis Ballier <aballier@g.o> -ffmpeg-1.0.1.ebuild,
237 + -ffmpeg-1.1.ebuild:
238 + remove old
239 +
240 +*ffmpeg-1.1.1 (23 Jan 2013)
241 +
242 + 23 Jan 2013; Alexis Ballier <aballier@g.o> +ffmpeg-1.1.1.ebuild:
243 + version bump
244 +
245 + 17 Jan 2013; Alexis Ballier <aballier@g.o> metadata.xml:
246 + Describe what the bindist useflag does here.
247 +
248 + 16 Jan 2013; Samuli Suominen <ssuominen@g.o> ffmpeg-0.10.6.ebuild,
249 + ffmpeg-1.0.1.ebuild, ffmpeg-1.1.ebuild:
250 + Fix compability with libcdio-paranoia.
251 +
252 +*ffmpeg-1.1 (13 Jan 2013)
253 +
254 + 13 Jan 2013; Alexis Ballier <aballier@g.o> +ffmpeg-1.1.ebuild:
255 + version bump
256 +
257 + 13 Jan 2013; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
258 + Improve documentation installation and add an examples useflag
259 +
260 + 19 Dec 2012; Alexis Ballier <aballier@g.o> -ffmpeg-0.10.2.ebuild,
261 + -ffmpeg-0.10.4.ebuild, -ffmpeg-0.10.5.ebuild, -ffmpeg-0.11.1.ebuild,
262 + -ffmpeg-0.11.2.ebuild, -ffmpeg-1.0.ebuild:
263 + remove old
264 +
265 +*ffmpeg-1.0.1 (18 Dec 2012)
266 +
267 + 18 Dec 2012; Alexis Ballier <aballier@g.o> +ffmpeg-1.0.1.ebuild:
268 + version bump
269 +
270 + 08 Dec 2012; Alexis Ballier <aballier@g.o> ffmpeg-0.10.6.ebuild,
271 + +files/flashtest.patch:
272 + backport upstream fix for the vsynth1-flashsv2 test with recent zlib
273 + versions, bug #446390
274 +
275 + 08 Dec 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
276 + v4l1 indev is gone, no need to disable it explicitly
277 +
278 + 26 Nov 2012; Tomáš Chvátal <scarabeus@g.o> metadata.xml:
279 + Update to global useflag.
280 +
281 +*ffmpeg-0.10.6 (14 Nov 2012)
282 +
283 + 14 Nov 2012; Alexis Ballier <aballier@g.o> +ffmpeg-0.10.6.ebuild:
284 + version bump
285 +
286 + 12 Oct 2012; Alexis Ballier <aballier@g.o> ffmpeg-1.0.ebuild,
287 + ffmpeg-9999.ebuild:
288 + make build verbose, bug #437904 by Vicente Olivert Riera
289 +
290 + 29 Sep 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
291 + metadata.xml:
292 + add fdk useflag
293 +
294 + 29 Sep 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
295 + tests now work without zlib
296 +
297 +*ffmpeg-1.0 (29 Sep 2012)
298 +
299 + 29 Sep 2012; Alexis Ballier <aballier@g.o> +ffmpeg-1.0.ebuild:
300 + bump to 1.0 :)
301 +
302 + 29 Sep 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
303 + cpudetection is now enabled by default, disable it if the useflag is not
304 + enabled
305 +
306 + 25 Sep 2012; Mike Frysinger <vapier@g.o> ffmpeg-0.10.2.ebuild,
307 + ffmpeg-0.10.3.ebuild, ffmpeg-0.10.4.ebuild, ffmpeg-0.10.5.ebuild,
308 + ffmpeg-0.11.1.ebuild, ffmpeg-0.11.2.ebuild:
309 + Disable asm for x32 ABIs for now #427004 by devsk.
310 +
311 + 21 Sep 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
312 + update git url
313 +
314 +*ffmpeg-0.11.2 (20 Sep 2012)
315 +
316 + 20 Sep 2012; Alexis Ballier <aballier@g.o> +ffmpeg-0.11.2.ebuild:
317 + version bump for the 0.11 branch
318 +
319 +*ffmpeg-0.10.5 (20 Sep 2012)
320 +
321 + 20 Sep 2012; Alexis Ballier <aballier@g.o> +ffmpeg-0.10.5.ebuild:
322 + version bump for the 0.10 branch
323 +
324 + 20 Sep 2012; Kacper Kowalik <xarthisius@g.o> ffmpeg-0.10.3.ebuild:
325 + ppc64 stable wrt #420305
326 +
327 + 17 Aug 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
328 + mmx2 is now mmxext
329 +
330 + 06 Aug 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
331 + metadata.xml:
332 + add twolame useflag
333 +
334 + 02 Aug 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
335 + metadata.xml:
336 + add flite useflag
337 +
338 + 23 Jul 2012; Anthony G. Basile <blueness@g.o> ffmpeg-0.11.1.ebuild,
339 + ffmpeg-9999.ebuild:
340 + Keyword ~mips
341 +
342 + 23 Jul 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
343 + add libcaca useflag/support
344 +
345 + 23 Jul 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
346 + metadata.xml:
347 + add opus useflag/support
348 +
349 +*ffmpeg-0.10.4 (23 Jul 2012)
350 +
351 + 23 Jul 2012; Alexis Ballier <aballier@g.o> +ffmpeg-0.10.4.ebuild:
352 + version bump for the 0.10 branch
353 +
354 + 09 Jul 2012; Michael Weber <xmw@g.o> ffmpeg-0.10.3.ebuild:
355 + ppc stable (bug 420305)
356 +
357 + 06 Jul 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
358 + metadata.xml:
359 + add iec61883 useflag
360 +
361 + 23 Jun 2012; Raúl Porcel <armin76@g.o> ffmpeg-0.10.3.ebuild:
362 + alpha/ia64/sparc stable wrt #420305
363 +
364 + 17 Jun 2012; Markus Meier <maekke@g.o> ffmpeg-0.10.3.ebuild:
365 + arm stable, bug #420305
366 +
367 + 17 Jun 2012; Ben de Groot <yngwin@g.o> ffmpeg-0.10.2.ebuild,
368 + ffmpeg-0.10.3.ebuild, ffmpeg-0.11.1.ebuild, ffmpeg-9999.ebuild, metadata.xml:
369 + Move USE=ass usage to new global libass useflag (bug #328245)
370 +
371 + 13 Jun 2012; Jeroen Roovers <jer@g.o> ffmpeg-0.10.3.ebuild:
372 + Stable for HPPA (bug #420305).
373 +
374 + 13 Jun 2012; Andreas Schuerch <nativemad@g.o> ffmpeg-0.10.3.ebuild:
375 + x86 stable, see bug 420305
376 +
377 + 11 Jun 2012; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.3.ebuild:
378 + Stable for amd64, wrt bug #420305
379 +
380 + 09 Jun 2012; Alexis Ballier <aballier@g.o> -ffmpeg-0.11.ebuild,
381 + -files/ffmpeg-0.11-tests.patch:
382 + remove old
383 +
384 +*ffmpeg-0.11.1 (08 Jun 2012)
385 +
386 + 08 Jun 2012; Alexis Ballier <aballier@g.o> +ffmpeg-0.11.1.ebuild:
387 + version bump
388 +
389 + 29 May 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
390 + metadata.xml:
391 + Add avresample useflag
392 +
393 +*ffmpeg-0.11 (26 May 2012)
394 +
395 + 26 May 2012; Alexis Ballier <aballier@g.o> +ffmpeg-0.11.ebuild,
396 + +files/ffmpeg-0.11-tests.patch:
397 + version bump
398 +
399 + 17 May 2012; Alexis Ballier <aballier@g.o> ffmpeg-0.10.2.ebuild,
400 + ffmpeg-0.10.3.ebuild, ffmpeg-9999.ebuild:
401 + block libpostproc as should have been done from the beginning
402 +
403 + 17 May 2012; Alexis Ballier <aballier@g.o> -ffmpeg-0.10.3-r1.ebuild,
404 + ffmpeg-9999.ebuild:
405 + revert previous commit that came as a surprise, standalone postproc is not
406 + worth it yet, at least not without a release and a stable candidate
407 +
408 +*ffmpeg-0.10.3-r1 (17 May 2012)
409 +
410 + 17 May 2012; Tomáš Chvátal <scarabeus@g.o> +ffmpeg-0.10.3-r1.ebuild,
411 + ffmpeg-9999.ebuild:
412 + Disable postproc in here and use the common library that will be used by both
413 + libav and ffmpeg (eases dependency writting).
414 +
415 + 15 May 2012; Alexis Ballier <aballier@g.o> ffmpeg-0.10.3.ebuild,
416 + ffmpeg-9999.ebuild:
417 + keyword ~amd64-fbsd
418 +
419 + 15 May 2012; Alexis Ballier <aballier@g.o>
420 + -files/ffmpeg-0.7.6-fix_ppc64_32ul.patch, -ffmpeg-0.7.8.ebuild,
421 + -ffmpeg-0.10.ebuild:
422 + remove old
423 +
424 + 13 May 2012; Mark Loeser <halcy0n@g.o> ffmpeg-0.10.2.ebuild:
425 + Stable for ppc/ppc64; bug #411369
426 +
427 + 12 May 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
428 + libvorbis encoder is back, reflect the change into the ebuild
429 +
430 +*ffmpeg-0.10.3 (08 May 2012)
431 +
432 + 08 May 2012; Alexis Ballier <aballier@g.o> +ffmpeg-0.10.3.ebuild:
433 + version bump
434 +
435 + 05 May 2012; Jeff Horelick <jdhore@g.o> ffmpeg-0.7.8.ebuild,
436 + ffmpeg-0.10.ebuild, ffmpeg-0.10.2.ebuild, ffmpeg-9999.ebuild:
437 + dev-util/pkgconfig -> virtual/pkgconfig
438 +
439 + 24 Apr 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
440 + fontconfig requires pkgconfig
441 +
442 + 24 Apr 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
443 + drop dirac useflag per upstream drop
444 +
445 + 15 Apr 2012; Raúl Porcel <armin76@g.o> ffmpeg-0.10.2.ebuild:
446 + alpha/arm/ia64/sparc stable wrt #411369
447 +
448 + 14 Apr 2012; Zac Medico <zmedico@g.o> ffmpeg-0.10.2.ebuild,
449 + ffmpeg-9999.ebuild:
450 + Add ~amd64-linux keyword.
451 +
452 + 12 Apr 2012; Andreas Schuerch <nativemad@g.o> ffmpeg-0.10.2.ebuild:
453 + x86 stable, see bug 411369
454 +
455 + 11 Apr 2012; Jeroen Roovers <jer@g.o> ffmpeg-0.10.2.ebuild:
456 + Stable for HPPA (bug #411369).
457 +
458 + 11 Apr 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
459 + add fontconfig useflag
460 +
461 + 10 Apr 2012; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.2.ebuild:
462 + Stable for amd64, wrt bug #411369
463 +
464 + 09 Apr 2012; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.ebuild:
465 + Stable for amd64, wrt bug #401069
466 +
467 + 08 Apr 2012; Raúl Porcel <armin76@g.o> ffmpeg-0.10.ebuild,
468 + ffmpeg-0.10.2.ebuild:
469 + Add ~alpha/~arm/~ia64/~sparc wrt #392269
470 +
471 + 08 Apr 2012; Alexis Ballier <aballier@g.o> ffmpeg-0.10.2.ebuild,
472 + +files/freiordl.patch:
473 + backport upstream patch to link with libdl when using frei0r, bug #409047
474 +
475 + 05 Apr 2012; Alexis Ballier <aballier@g.o> ffmpeg-0.10.2.ebuild,
476 + ffmpeg-9999.ebuild:
477 + bump gnutls dep for bug #405083
478 +
479 + 31 Mar 2012; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.ebuild:
480 + reverted to ~amd64
481 +
482 + 31 Mar 2012; Agostino Sarubbo <ago@g.o> ffmpeg-0.10.ebuild:
483 + Stable for amd64, wrt bug #401069
484 +
485 + 28 Mar 2012; Brent Baude <ranger@g.o> ffmpeg-0.10.ebuild:
486 + Marking ffmpeg-0.10 ppc64 for bug 401069
487 +
488 + 25 Mar 2012; Jeroen Roovers <jer@g.o> ffmpeg-0.10.ebuild:
489 + Stable for HPPA (bug #401069).
490 +
491 + 22 Mar 2012; Alexis Ballier <aballier@g.o> ffmpeg-0.10.2.ebuild,
492 + ffmpeg-9999.ebuild, metadata.xml:
493 + Make the extra tools useflags become USE_EXPAND per -dev discussion.
494 +
495 + 20 Mar 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
496 + cws2fws requires zlib
497 +
498 +*ffmpeg-0.10.2 (18 Mar 2012)
499 +
500 + 18 Mar 2012; Alexis Ballier <aballier@g.o> +ffmpeg-0.10.2.ebuild:
501 + version bump
502 +
503 + 14 Mar 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
504 + drop iwmmxt useflag as it has been removed upstream
505 +
506 + 09 Mar 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
507 + metadata.xml:
508 + add bluray useflag
509 +
510 + 28 Feb 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
511 + metadata.xml:
512 + Add various useflags, default-enabled, for the useful small programs in the
513 + tools subdirectory.
514 +
515 + 19 Feb 2012; Alexis Ballier <aballier@g.o> -ffmpeg-0.9.1.ebuild:
516 + remove old
517 +
518 + 31 Jan 2012; Jeff Horelick <jdhore@g.o> ffmpeg-0.10.ebuild,
519 + ffmpeg-0.9.1.ebuild:
520 + Keyword on ~x86 wrt bug 392269
521 +
522 +*ffmpeg-0.10 (28 Jan 2012)
523 +
524 + 28 Jan 2012; Alexis Ballier <aballier@g.o> +ffmpeg-0.10.ebuild:
525 + version bump
526 +
527 + 28 Jan 2012; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
528 + avconv is gone in master
529 +
530 + 26 Jan 2012; Samuli Suominen <ssuominen@g.o> ffmpeg-0.9.1.ebuild:
531 + Restore ~ppc and ~ppc64 keywording wrt #392269
532 +
533 + 06 Jan 2012; Alexis Ballier <aballier@g.o> -ffmpeg-0.9.ebuild:
534 + remove old
535 +
536 +*ffmpeg-0.9.1 (05 Jan 2012)
537 +
538 + 05 Jan 2012; Alexis Ballier <aballier@g.o> +ffmpeg-0.9.1.ebuild:
539 + version bump
540 +
541 + 02 Jan 2012; Samuli Suominen <ssuominen@g.o> metadata.xml:
542 + USE description for flag "neon" is in use.desc now.
543 +
544 + 19 Dec 2011; Alexis Ballier <aballier@g.o> -ffmpeg-0.7.7.ebuild,
545 + -ffmpeg-0.8.7.ebuild:
546 + remove old
547 +
548 + 18 Dec 2011; Mark Loeser <halcy0n@g.o> ffmpeg-0.7.8.ebuild:
549 + Stable for ppc/ppc64; bug #391421
550 +
551 + 17 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.9.ebuild,
552 + ffmpeg-9999.ebuild:
553 + search for libraries in libswresample too for tests
554 +
555 + 17 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.9.ebuild,
556 + ffmpeg-9999.ebuild:
557 + tests depend on encode and zlib, use eapi4 use constraints for this, fixes
558 + bug #356691
559 +
560 + 15 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.9.ebuild,
561 + ffmpeg-9999.ebuild:
562 + set optflags to cflags, just in case
563 +
564 + 15 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
565 + no need to prebuild version.h these days
566 +
567 + 15 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
568 + feed configure with cxx and ar too
569 +
570 + 15 Dec 2011; Alexis Ballier <aballier@g.o> metadata.xml:
571 + fix celt usedesc
572 +
573 + 15 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
574 + metadata.xml:
575 + add avconv useflag
576 +
577 +*ffmpeg-0.9 (15 Dec 2011)
578 +
579 + 15 Dec 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.9.ebuild:
580 + version bump
581 +
582 + 15 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
583 + disable all asm on x86 with pic, this should be much slower but, at least,
584 + pic
585 +
586 + 15 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
587 + remove x86 special handling, this should be handled automagically by the
588 + build system nowadays
589 +
590 + 15 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
591 + pass user cflags as extra-cflags, disable optflags as we assume user cflags
592 + contain them, do not disable opimizations since optflags are empty, bug
593 + #392451
594 +
595 + 09 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.8.7.ebuild,
596 + ffmpeg-9999.ebuild:
597 + add missing libXfixes dep for x11grab
598 +
599 + 06 Dec 2011; Jeroen Roovers <jer@g.o> ffmpeg-0.8.7.ebuild:
600 + Marked ~hppa (bug #392269).
601 +
602 + 06 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
603 + tests are now run with the fate makefile target
604 +
605 + 06 Dec 2011; Alexis Ballier <aballier@g.o> metadata.xml:
606 + improve vdpau usedesc, by Raúl Porcel
607 +
608 + 03 Dec 2011; Raúl Porcel <armin76@g.o> ffmpeg-0.7.8.ebuild:
609 + alpha/arm/ia64/sh/sparc stable wrt #391421
610 +
611 + 03 Dec 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
612 + fix sdl automagic
613 +
614 + 02 Dec 2011; Steve Dibb <beandog@g.o> ffmpeg-0.7.7.ebuild,
615 + ffmpeg-0.7.8.ebuild, ffmpeg-0.8.7.ebuild, ffmpeg-9999.ebuild:
616 + Build qt-faststart by default
617 +
618 + 01 Dec 2011; Pawel Hajdan jr <phajdan.jr@g.o> ffmpeg-0.7.8.ebuild:
619 + x86 stable wrt bug #391421
620 +
621 + 29 Nov 2011; Jeroen Roovers <jer@g.o> ffmpeg-0.7.8.ebuild:
622 + Stable for HPPA (bug #391421).
623 +
624 + 28 Nov 2011; Tony Vroon <chainsaw@g.o> ffmpeg-0.7.8.ebuild:
625 + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo &
626 + Elijah "Armageddon" El Lazkani in security bug #391421.
627 +
628 + 28 Nov 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.8.7.ebuild:
629 + drop keyword before unmasking 0.8, bug #392269
630 +
631 + 28 Nov 2011; Alexis Ballier <aballier@g.o> -ffmpeg-0.7.6.ebuild,
632 + -ffmpeg-0.8.5.ebuild, -ffmpeg-0.8.6.ebuild:
633 + remove old
634 +
635 + 27 Nov 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
636 + metadata.xml:
637 + add libass useflag
638 +
639 + 25 Nov 2011; Kacper Kowalik <xarthisius@g.o> ffmpeg-0.7.7.ebuild:
640 + ppc/ppc64 stable wrt #389201
641 +
642 +*ffmpeg-0.8.7 (23 Nov 2011)
643 +
644 + 23 Nov 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.8.7.ebuild:
645 + version bump
646 +
647 +*ffmpeg-0.7.8 (23 Nov 2011)
648 +
649 + 23 Nov 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.7.8.ebuild:
650 + version bump
651 +
652 + 19 Nov 2011; Raúl Porcel <armin76@g.o> ffmpeg-0.7.7.ebuild:
653 + alpha/ia64/sparc stable wrt #389807
654 +
655 + 13 Nov 2011; Markus Meier <maekke@g.o> ffmpeg-0.7.7.ebuild:
656 + arm stable, bug #389807
657 +
658 + 09 Nov 2011; Pawel Hajdan jr <phajdan.jr@g.o> ffmpeg-0.7.7.ebuild:
659 + x86 stable wrt bug #389807
660 +
661 + 09 Nov 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
662 + add iwmmxt useflag, bug #349814
663 +
664 + 08 Nov 2011; Jeroen Roovers <jer@g.o> ffmpeg-0.7.7.ebuild:
665 + Stable for HPPA (bug #389807).
666 +
667 + 08 Nov 2011; Richard Freeman <rich0@g.o> ffmpeg-0.7.7.ebuild:
668 + amd64 stable - 389807
669 +
670 + 07 Nov 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
671 + metadata.xml:
672 + add libv4l useflag
673 +
674 + 07 Nov 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
675 + add gnutls useflag
676 +
677 + 07 Nov 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
678 + metadata.xml:
679 + add openssl useflag
680 +
681 +*ffmpeg-0.8.6 (07 Nov 2011)
682 +
683 + 07 Nov 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.8.6.ebuild:
684 + version bump
685 +
686 +*ffmpeg-0.7.7 (07 Nov 2011)
687 +
688 + 07 Nov 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.7.7.ebuild:
689 + version bump
690 +
691 + 02 Nov 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
692 + add pulseaudio useflag
693 +
694 + 01 Nov 2011; Samuli Suominen <ssuominen@g.o> ffmpeg-0.7.6.ebuild,
695 + ffmpeg-0.8.5.ebuild, ffmpeg-9999.ebuild:
696 + Rename USE="v4l2" to USE="v4l" while removing support for video4linux 1.x wrt
697 + #385241
698 +
699 + 23 Oct 2011; Kacper Kowalik <xarthisius@g.o>
700 + +files/ffmpeg-0.7.6-fix_ppc64_32ul.patch, ffmpeg-0.7.6.ebuild:
701 + (non-maintainer commit) Backport patch that allows build system to properly
702 + detect arch on ppc64 with 32ul. Fixes bug 341235 and 387207
703 +
704 + 21 Oct 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
705 + bump x264 dep
706 +
707 + 15 Oct 2011; Alexis Ballier <aballier@g.o> -ffmpeg-0.7.5.ebuild,
708 + -ffmpeg-0.8.4.ebuild:
709 + remove old
710 +
711 + 12 Oct 2011; Raúl Porcel <armin76@g.o> ffmpeg-0.7.6.ebuild:
712 + alpha/ia64/sparc stable wrt #385511
713 +
714 + 10 Oct 2011; Markus Meier <maekke@g.o> ffmpeg-0.7.6.ebuild:
715 + arm stable, bug #385511
716 +
717 + 09 Oct 2011; Kacper Kowalik <xarthisius@g.o> ffmpeg-0.7.6.ebuild:
718 + ppc/ppc64 stable wrt #385511
719 +
720 + 08 Oct 2011; Pawel Hajdan jr <phajdan.jr@g.o> ffmpeg-0.7.6.ebuild:
721 + x86 stable wrt security bug #385511
722 +
723 + 07 Oct 2011; Jeroen Roovers <jer@g.o> ffmpeg-0.7.6.ebuild:
724 + Stable for HPPA (bug #385511).
725 +
726 + 06 Oct 2011; Steve Dibb <beandog@g.o> ffmpeg-0.7.6.ebuild:
727 + amd64 stable, bug 385511
728 +
729 + 05 Oct 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
730 + add libmodplug support
731 +
732 +*ffmpeg-0.8.5 (05 Oct 2011)
733 +*ffmpeg-0.7.6 (05 Oct 2011)
734 +
735 + 05 Oct 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.7.6.ebuild,
736 + +ffmpeg-0.8.5.ebuild:
737 + version bump
738 +
739 + 05 Oct 2011; Alexis Ballier <aballier@g.o> -ffmpeg-0.7.3.ebuild,
740 + -ffmpeg-0.7.4.ebuild, -ffmpeg-0.8.2.ebuild, -ffmpeg-0.8.3.ebuild:
741 + remove old
742 +
743 + 02 Oct 2011; Raúl Porcel <armin76@g.o> ffmpeg-0.7.5.ebuild:
744 + alpha/arm/ia64/sparc stable wrt #384095
745 +
746 + 28 Sep 2011; Kacper Kowalik <xarthisius@g.o> ffmpeg-0.7.5.ebuild:
747 + ppc/ppc64 stable wrt #384095
748 +
749 + 27 Sep 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
750 + metadata.xml:
751 + add libaacplus support
752 +
753 + 27 Sep 2011; Jeroen Roovers <jer@g.o> ffmpeg-0.7.5.ebuild:
754 + Stable for HPPA (bug #384095).
755 +
756 + 25 Sep 2011; Pawel Hajdan jr <phajdan.jr@g.o> ffmpeg-0.7.5.ebuild:
757 + x86 stable wrt security bug #384095
758 +
759 + 22 Sep 2011; Tony Vroon <chainsaw@g.o> ffmpeg-0.7.5.ebuild:
760 + Marked stable on based on arch testing by Agostino "ago" Sarubbo in security
761 + bug #384095.
762 +
763 +*ffmpeg-0.8.4 (22 Sep 2011)
764 +*ffmpeg-0.7.5 (22 Sep 2011)
765 +
766 + 22 Sep 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.7.5.ebuild,
767 + +ffmpeg-0.8.4.ebuild:
768 + version bump
769 +
770 + 21 Sep 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
771 + metadata.xml:
772 + add cdio useflag
773 +
774 + 17 Sep 2011; Raúl Porcel <armin76@g.o> ffmpeg-0.7.4.ebuild:
775 + alpha/ia64/sparc stable wrt #382301
776 +
777 + 13 Sep 2011; Markos Chandras <hwoarang@g.o> ffmpeg-0.7.4.ebuild:
778 + Stable on amd64 wrt bug #382301
779 +
780 + 12 Sep 2011; Markus Meier <maekke@g.o> ffmpeg-0.7.4.ebuild:
781 + arm stable, bug #382301
782 +
783 + 11 Sep 2011; Markus Meier <maekke@g.o> ffmpeg-0.7.4.ebuild:
784 + x86 stable, bug #382301
785 +
786 + 10 Sep 2011; Jeroen Roovers <jer@g.o> ffmpeg-0.7.4.ebuild:
787 + Stable for HPPA (bug #382301).
788 +
789 +*ffmpeg-0.7.4 (08 Sep 2011)
790 +
791 + 08 Sep 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.7.4.ebuild:
792 + version bump
793 +
794 +*ffmpeg-0.8.3 (08 Sep 2011)
795 +
796 + 08 Sep 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.8.3.ebuild:
797 + version bump
798 +
799 + 06 Sep 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.8.2.ebuild:
800 + openal is not in 0.8.2, only 9999, bug #379187
801 +
802 + 06 Sep 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
803 + metadata.xml:
804 + add neon useflag for arm simd, bug #349814
805 +
806 + 06 Sep 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
807 + metadata.xml:
808 + add vis useflag for sparc simd, bug #349814
809 +
810 + 27 Aug 2011; Alexis Ballier <aballier@g.o> -ffmpeg-0.7_rc1.ebuild:
811 + remove old
812 +
813 + 27 Aug 2011; Raúl Porcel <armin76@g.o> ffmpeg-0.7.3.ebuild:
814 + alpha/ia64/sparc stable wrt #378801
815 +
816 + 24 Aug 2011; Markus Meier <maekke@g.o> ffmpeg-0.7.3.ebuild:
817 + arm stable, bug #378801
818 +
819 + 21 Aug 2011; Jeroen Roovers <jer@g.o> ffmpeg-0.7.3.ebuild:
820 + Stable for HPPA (bug #378801).
821 +
822 + 19 Aug 2011; Thomas Kahle <tomka@g.o> ffmpeg-0.7.3.ebuild:
823 + x86 stable per bug 378801
824 +
825 + 18 Aug 2011; Tony Vroon <chainsaw@g.o> ffmpeg-0.7.3.ebuild:
826 + Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in
827 + security bug #378801.
828 +
829 + 17 Aug 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.7_rc1.ebuild,
830 + ffmpeg-0.7.3.ebuild, ffmpeg-0.8.2.ebuild, ffmpeg-9999.ebuild:
831 + add missing pkgconfig deps, bug #379555 by bay
832 +
833 + 11 Aug 2011; Alexis Ballier <aballier@g.o> -ffmpeg-0.7.1.ebuild,
834 + -ffmpeg-0.7.2.ebuild, -ffmpeg-0.8.ebuild, -ffmpeg-0.8.1.ebuild:
835 + remove old
836 +
837 +*ffmpeg-0.8.2 (11 Aug 2011)
838 +*ffmpeg-0.7.3 (11 Aug 2011)
839 +
840 + 11 Aug 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.7.3.ebuild,
841 + +ffmpeg-0.8.2.ebuild:
842 + version bump
843 +
844 +*ffmpeg-0.8.1 (30 Jul 2011)
845 +
846 + 30 Jul 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.8.1.ebuild:
847 + version bump
848 +
849 + 30 Jul 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.7.1.ebuild,
850 + ffmpeg-0.7.2.ebuild, ffmpeg-0.8.ebuild:
851 + bring back ~ppc/~ppc64 keywords as the deps are now keyworded...
852 +
853 +*ffmpeg-0.7.2 (30 Jul 2011)
854 +
855 + 30 Jul 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.7.2.ebuild:
856 + version bump
857 +
858 + 10 Jul 2011; Alexis Ballier <aballier@g.o> -ffmpeg-0.6.ebuild,
859 + -ffmpeg-0.6_p25767.ebuild, -ffmpeg-0.6.90_rc0-r2.ebuild,
860 + -files/avparser.patch, -files/avutil_aes_sha_h.patch:
861 + remove old
862 +
863 + 10 Jul 2011; Raúl Porcel <armin76@g.o> ffmpeg-0.7_rc1.ebuild:
864 + ia64/sparc stable wrt #365273
865 +
866 + 10 Jul 2011; Markus Meier <maekke@g.o> ffmpeg-0.7_rc1.ebuild:
867 + arm stable, bug #365273
868 +
869 + 06 Jul 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
870 + Factorise a bit the cpu features handling code and keep the declarations in
871 + one place, a string that will be used to fill IUSE and convert them to
872 + ./configure arguments. Do not default-enable them anymore.
873 +
874 + 06 Jul 2011; Mark Loeser <halcy0n@g.o> ffmpeg-0.7_rc1.ebuild:
875 + Mark stable for ppc64; bug 365273
876 +
877 + 29 Jun 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
878 + drop the video_cards_nvidia guard for vdpau
879 +
880 + 29 Jun 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
881 + drop custom-cflags useflag and always use ours
882 +
883 + 29 Jun 2011; Christoph Mende <angelos@g.o> ffmpeg-0.7_rc1.ebuild:
884 + Stable on amd64 wrt bug #365273
885 +
886 + 29 Jun 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
887 + convert to eapi4, add eprefix stuff, make use of REQUIRED_USE
888 +
889 + 27 Jun 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
890 + add openal useflag
891 +
892 + 26 Jun 2011; Brent Baude <ranger@g.o> ffmpeg-0.7_rc1.ebuild:
893 + marking ffmpeg-0.7_rc1 ppc for sec bug 365273
894 +
895 + 24 Jun 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.7.1.ebuild,
896 + ffmpeg-0.8.ebuild, ffmpeg-9999.ebuild:
897 + bump x264 dep, bug #372685
898 +
899 + 23 Jun 2011; Pawel Hajdan jr <phajdan.jr@g.o> ffmpeg-0.7_rc1.ebuild:
900 + x86 stable wrt security bug #365273
901 +
902 +*ffmpeg-0.8 (23 Jun 2011)
903 +
904 + 23 Jun 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.8.ebuild:
905 + version bump: same as 0.7.1 but with only the new api/abi
906 +
907 +*ffmpeg-0.7.1 (23 Jun 2011)
908 +
909 + 23 Jun 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.7.1.ebuild:
910 + version bump
911 +
912 + 23 Jun 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
913 + no need to strip the -sse3 suffix for gcc march flag, its now handled in
914 + configure
915 +
916 + 22 Jun 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
917 + use git-2.eclass
918 +
919 + 21 Jun 2011; Tobias Klausmann <klausman@g.o> ffmpeg-0.7_rc1.ebuild:
920 + Stable on alpha, bug #365273
921 +
922 + 16 Jun 2011; Jeroen Roovers <jer@g.o> ffmpeg-0.7_rc1.ebuild:
923 + Stable for HPPA (bug #365273).
924 +
925 + 15 Jun 2011; Jeroen Roovers <jer@g.o> ffmpeg-0.7_rc1.ebuild:
926 + Marked ~hppa (bug #365203).
927 +
928 + 24 May 2011; Thomas Kahle <tomka@g.o> ffmpeg-0.7_rc1.ebuild:
929 + ~x86 per bug 365203
930 +
931 + 15 May 2011; Raúl Porcel <armin76@g.o> ffmpeg-0.7_rc1.ebuild:
932 + Add ~alpha/~ia64/~sparc wrt #365203
933 +
934 +*ffmpeg-0.7_rc1 (28 Apr 2011)
935 +
936 + 28 Apr 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.7_rc1.ebuild:
937 + version bump
938 +
939 + 20 Apr 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
940 + metadata.xml:
941 + simplify tests handling, add celt decoding support
942 +
943 + 13 Apr 2011; Alexis Ballier <aballier@g.o> -ffmpeg-0.6.90_rc0.ebuild,
944 + -ffmpeg-0.6.90_rc0-r1.ebuild:
945 + remove old
946 +
947 +*ffmpeg-0.6.90_rc0-r2 (13 Apr 2011)
948 +
949 + 13 Apr 2011; Alexis Ballier <aballier@g.o>
950 + +ffmpeg-0.6.90_rc0-r2.ebuild, +files/avutil_aes_sha_h.patch:
951 + New revision for installing avutil headers required by mplayer
952 +
953 + 13 Apr 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
954 + Enable (L)GPL-3 only when needed
955 +
956 +*ffmpeg-0.6.90_rc0-r1 (12 Apr 2011)
957 +
958 + 12 Apr 2011; Alexis Ballier <aballier@g.o>
959 + +ffmpeg-0.6.90_rc0-r1.ebuild, +files/avparser.patch:
960 + av_parser_parse is to be removed with the next major bump, bug #362949
961 +
962 + 12 Apr 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
963 + no need to hack the LD_LIBRARY_PATH for libavcore since its no more
964 +
965 + 12 Apr 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
966 + Add support for amrwb and aac encodings via the libvo libraries. Bump libvpx
967 + dep.
968 +
969 + 12 Apr 2011; Alexis Ballier <aballier@g.o> -ffmpeg-0.5_p20373.ebuild:
970 + remove old
971 +
972 + 10 Apr 2011; Raúl Porcel <armin76@g.o> ffmpeg-0.6_p25767.ebuild:
973 + ia64 stable
974 +
975 + 05 Apr 2011; Alexis Ballier <aballier@g.o> -ffmpeg-0.5_p22846.ebuild,
976 + -ffmpeg-0.6_p25423.ebuild, -ffmpeg-0.6_p28715.ebuild:
977 + remove old
978 +
979 +*ffmpeg-0.6.90_rc0 (05 Apr 2011)
980 +
981 + 05 Apr 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.6.90_rc0.ebuild,
982 + ffmpeg-9999.ebuild:
983 + version bump and adjust variables to fit with the rc style releases
984 +
985 + 01 Apr 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
986 + disable-stripping option is back, we need to pass it
987 +
988 + 31 Mar 2011; Alexis Ballier <aballier@g.o> ffmpeg-0.6_p28715.ebuild,
989 + ffmpeg-9999.ebuild:
990 + libva 0.32 is required now, bug #361373
991 +
992 +*ffmpeg-0.6_p28715 (30 Mar 2011)
993 +
994 + 30 Mar 2011; Alexis Ballier <aballier@g.o> +ffmpeg-0.6_p28715.ebuild,
995 + ffmpeg-9999.ebuild:
996 + Change the way version is hardcoded to match the current git based one, bump
997 + a new snapshot
998 +
999 + 30 Mar 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
1000 + metadata.xml:
1001 + add truetype and avx useflags, by Alphat-PC, bug #359493
1002 +
1003 + 30 Mar 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1004 + disable-stripping isnt needed anymore
1005 +
1006 + 21 Mar 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1007 + fix git uri to the one pointed by http://ffmpeg.org/download.html
1008 +
1009 + 10 Mar 2011; Tim Harder <radhermit@g.o> ffmpeg-0.6_p25423.ebuild,
1010 + ffmpeg-0.6_p25767.ebuild, ffmpeg-9999.ebuild:
1011 + Fix static-libs usage (bug #336431 by Nikoli).
1012 +
1013 + 29 Jan 2011; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1014 + fix git URI
1015 +
1016 + 21 Jan 2011; Luca Barbato <lu_zero@g.o> ffmpeg-9999.ebuild:
1017 + Update repository url, switch to git
1018 +
1019 + 09 Dec 2010; Richard Freeman <rich0@g.o> ffmpeg-0.6_p25767.ebuild:
1020 + amd64 stable - 347625
1021 +
1022 + 09 Dec 2010; Christian Faulhammer <fauli@g.o>
1023 + ffmpeg-0.6_p25767.ebuild:
1024 + stable x86, security bug 347625
1025 +
1026 + 26 Nov 2010; Jeroen Roovers <jer@g.o> ffmpeg-0.6_p25423.ebuild,
1027 + ffmpeg-0.6_p25767.ebuild:
1028 + Marked ~hppa (bug #340269).
1029 +
1030 +*ffmpeg-0.6_p25767 (19 Nov 2010)
1031 +
1032 + 19 Nov 2010; Alexis Ballier <aballier@g.o> +ffmpeg-0.6_p25767.ebuild:
1033 + bump a new snapshot
1034 +
1035 + 19 Nov 2010; Alexis Ballier <aballier@g.o> ffmpeg-0.6_p25423.ebuild,
1036 + ffmpeg-9999.ebuild:
1037 + require rtmpdump 2.2f, bug #345609 by Thomas Raschbacher <lordvan@g.o>
1038 +
1039 + 14 Nov 2010; Raúl Porcel <armin76@g.o> ffmpeg-0.6.ebuild:
1040 + sparc stable wrt #332361
1041 +
1042 + 07 Nov 2010; Alexis Ballier <aballier@g.o>
1043 + ffmpeg-0.6_p25423.ebuild, ffmpeg-9999.ebuild:
1044 + set LD_LIBRARY_PATH for libavcore too for running the tests, bug #341849
1045 +
1046 + 07 Nov 2010; Alexis Ballier <aballier@g.o> metadata.xml:
1047 + update description of the vpx useflag, bug #337690
1048 +
1049 + 03 Nov 2010; Markus Meier <maekke@g.o> ffmpeg-0.6.ebuild:
1050 + arm stable, bug #332361
1051 +
1052 + 02 Nov 2010; Samuli Suominen <ssuominen@g.o>
1053 + ffmpeg-0.6_p25423.ebuild, ffmpeg-9999.ebuild:
1054 + Raise media-sound/lame depend to >= 3.98.3 wrt #343467 by Kai Krakow.
1055 +
1056 + 30 Oct 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1057 + bump x264 requirements
1058 +
1059 + 11 Oct 2010; Markus Meier <maekke@g.o> ffmpeg-0.6_p25423.ebuild:
1060 + restore ~arm, bug #340269
1061 +
1062 + 11 Oct 2010; Jeroen Roovers <jer@g.o> ffmpeg-0.6.ebuild:
1063 + Stable for HPPA (bug #332361).
1064 +
1065 + 10 Oct 2010; Raúl Porcel <armin76@g.o> ffmpeg-0.6_p25423.ebuild:
1066 + Re-add ~alpha/~ia64/~sparc wrt #340269
1067 +
1068 +*ffmpeg-0.6_p25423 (09 Oct 2010)
1069 +
1070 + 09 Oct 2010; Alexis Ballier <aballier@g.o>
1071 + +ffmpeg-0.6_p25423.ebuild:
1072 + push a new snapshot, fixes 329921, 339036 and should help with 179872
1073 +
1074 + 08 Oct 2010; Brent Baude <ranger@g.o> ffmpeg-0.6.ebuild:
1075 + Marking ffmpeg-0.6 ppc for bug 332361
1076 +
1077 + 08 Oct 2010; Brent Baude <ranger@g.o> ffmpeg-0.6.ebuild:
1078 + Marking ffmpeg-0.6 ppc64 for bug 332361
1079 +
1080 + 01 Oct 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1081 + disable mmx and other asm if pic is requested on x86 only
1082 +
1083 + 01 Oct 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild,
1084 + metadata.xml:
1085 + Add frei0r useflag
1086 +
1087 + 24 Sep 2010; Markos Chandras <hwoarang@g.o> ffmpeg-0.6.ebuild:
1088 + Stable on amd64 wrt bug #332361
1089 +
1090 + 20 Sep 2010; Mike Frysinger <vapier@g.o> ffmpeg-0.6.ebuild,
1091 + ffmpeg-9999.ebuild:
1092 + Drop empty KEYWORDS to keep ekeyword happy.
1093 +
1094 + 17 Sep 2010; Christian Faulhammer <fauli@g.o> ffmpeg-0.6.ebuild:
1095 + stable x86, security bug 332361
1096 +
1097 + 15 Sep 2010; Joseph Jezak <josejx@g.o> ffmpeg-0.6.ebuild:
1098 + Marked ~ppc/~ppc64 for bug #324941.
1099 +
1100 + 13 Sep 2010; Tobias Klausmann <klausman@g.o> ffmpeg-0.6.ebuild:
1101 + Stable on alpha, bug #332361
1102 +
1103 + 10 Aug 2010; Samuli Suominen <ssuominen@g.o> ffmpeg-9999.ebuild:
1104 + USE="qt-faststart" to replace separate media-video/qt-faststart package.
1105 +
1106 + 02 Aug 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1107 + avfilter-lavf doesnt exist, bug #330247
1108 +
1109 + 22 Jul 2010; Alexis Ballier <aballier@g.o> +ffmpeg-9999.ebuild,
1110 + -ffmpeg-9999-r1.ebuild:
1111 + go back to revision less for the live ebuild, revisions make no sense at
1112 + all there
1113 +
1114 + 22 Jul 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1115 + Add bzip2 and static-libs useflag, by Nikoli <nikoli@×××××××.com> in bug
1116 + #324453 and fix my previous mistake by reintroducing the faad dep.
1117 +
1118 + 22 Jul 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1119 + sort rdepend, use same detection of live ebuild everywhere, cosmetics, by
1120 + Nikoli <nikoli@×××××××.com> in bug #324453
1121 +
1122 + 11 Jul 2010; Jeroen Roovers <jer@g.o> ffmpeg-0.6.ebuild:
1123 + Marked ~hppa (bug #324941).
1124 +
1125 + 27 Jun 2010; Raúl Porcel <armin76@g.o> ffmpeg-0.6.ebuild:
1126 + Re-add ~alpha/~arm/~ia64/~sparc wrt #324941
1127 +
1128 + 22 Jun 2010; Christian Faulhammer <fauli@g.o> ffmpeg-0.6.ebuild:
1129 + add ~x86, bug 324941
1130 +
1131 + 22 Jun 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1132 + faad support has been removed
1133 +
1134 + 18 Jun 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1135 + Sort IUSE and make zlib enabled by default, by Nikoli
1136 + <nikoli@×××××××.com>, bug #324453
1137 +
1138 +*ffmpeg-0.6 (16 Jun 2010)
1139 +
1140 + 16 Jun 2010; Alexis Ballier <aballier@g.o> +ffmpeg-0.6.ebuild:
1141 + Bump to 0.6
1142 +
1143 + 12 Jun 2010; Dror Levin <spatz@g.o> ffmpeg-9999-r1.ebuild:
1144 + Make KEYWORDS depend on PV to make it easier to bump.
1145 +
1146 + 11 Jun 2010; Luca Barbato <lu_zero@g.o> metadata.xml,
1147 + ffmpeg-9999-r1.ebuild:
1148 + Update live ebuild, support libvpx, that should address the final bit of
1149 + bug #320817, thanks to Nikoli again for the support
1150 +
1151 + 06 Jun 2010; Luca Barbato <lu_zero@g.o> metadata.xml,
1152 + ffmpeg-9999-r1.ebuild:
1153 + add librtmp support
1154 +
1155 + 06 Jun 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1156 + bump x264 requirements
1157 +
1158 + 11 May 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild,
1159 + metadata.xml:
1160 + add vaapi useflag, by Olivier Huber <oli.huber@×××××.com>, bug #308857
1161 +
1162 + 11 May 2010; Alexis Ballier <aballier@g.o>
1163 + ffmpeg-0.5_p20373.ebuild, ffmpeg-0.5_p22846.ebuild:
1164 + force disabling vaapi to avoid automagics on unmasked versions, bug
1165 + #308857
1166 +
1167 + 11 May 2010; Alexis Ballier <aballier@g.o>
1168 + -ffmpeg-0.5_p20601-r1.ebuild, -ffmpeg-0.5_p21602.ebuild,
1169 + -files/ffmpeg-0.5_p20601-r1-libtheora.patch:
1170 + remove old
1171 +
1172 + 23 Apr 2010; Samuli Suominen <ssuominen@g.o>
1173 + ffmpeg-0.5_p20373.ebuild, ffmpeg-0.5_p20601-r1.ebuild,
1174 + ffmpeg-0.5_p21602.ebuild, ffmpeg-0.5_p22846.ebuild, metadata.xml:
1175 + Rename USE opencore-amr to amr.
1176 +
1177 + 23 Apr 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1178 + rename opencore-amr useflag to amr, we should get rid of the old non free
1179 + one
1180 +
1181 +*ffmpeg-0.5_p22846 (12 Apr 2010)
1182 +
1183 + 12 Apr 2010; Alexis Ballier <aballier@g.o>
1184 + +ffmpeg-0.5_p22846.ebuild:
1185 + push a new snapshot
1186 +
1187 + 13 Mar 2010; Luca Barbato <lu_zero@g.o> ffmpeg-0.5_p20373.ebuild,
1188 + ffmpeg-0.5_p20601-r1.ebuild, ffmpeg-0.5_p21602.ebuild,
1189 + ffmpeg-9999-r1.ebuild:
1190 + Add dep on pkg-config, fixes bug #306943
1191 +
1192 + 10 Mar 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1193 + simplify libgsm code as upstream now uses a more standard way for
1194 + #including it
1195 +
1196 + 04 Feb 2010; Alexis Ballier <aballier@g.o>
1197 + ffmpeg-0.5_p21602.ebuild, ffmpeg-9999-r1.ebuild:
1198 + Remove ipv6 useflag, it cannot be disabled separately anymore and is
1199 + automatically enabled when available with USE=network, reported by marienz
1200 +
1201 +*ffmpeg-0.5_p21602 (02 Feb 2010)
1202 +
1203 + 02 Feb 2010; Alexis Ballier <aballier@g.o>
1204 + +ffmpeg-0.5_p21602.ebuild:
1205 + bump a new snapshot
1206 +
1207 + 31 Jan 2010; Raúl Porcel <armin76@g.o> ffmpeg-0.5_p20373.ebuild:
1208 + ia64/sparc stable
1209 +
1210 + 26 Jan 2010; Dror Levin <spatz@g.o> ffmpeg-0.5_p20601-r1.ebuild,
1211 + ffmpeg-9999-r1.ebuild:
1212 + Handle -march=*-sse3 properly, bug 283968; Install the manpages, bug
1213 + 288467.
1214 +
1215 + 26 Jan 2010; Dror Levin <spatz@g.o> ffmpeg-0.5_p20601-r1.ebuild,
1216 + ffmpeg-9999-r1.ebuild:
1217 + Fix faac handling if USE=-encode, bug 300364.
1218 +
1219 + 24 Jan 2010; Tobias Klausmann <klausman@g.o>
1220 + ffmpeg-0.5_p20373.ebuild:
1221 + Stable on alpha, bug #297847
1222 +
1223 + 19 Jan 2010; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1224 + Adjust x264 deps
1225 +
1226 + 09 Jan 2010; Christian Faulhammer <fauli@g.o>
1227 + ffmpeg-0.5_p20373.ebuild:
1228 + stable x86, bug 297847
1229 +
1230 + 07 Jan 2010; Brent Baude <ranger@g.o> ffmpeg-0.5_p20373.ebuild:
1231 + Marking ffmpeg-0.5_p20373 ppc for bug 297847
1232 +
1233 + 06 Jan 2010; Brent Baude <ranger@g.o> ffmpeg-0.5_p20373.ebuild:
1234 + Marking ffmpeg-0.5_p20373 ppc64 for bug 297847
1235 +
1236 + 04 Jan 2010; Markus Meier <maekke@g.o> ffmpeg-0.5_p20373.ebuild:
1237 + arm stable, bug #297847
1238 +
1239 + 24 Dec 2009; Jeroen Roovers <jer@g.o> ffmpeg-0.5_p20373.ebuild:
1240 + Stable for HPPA (bug #297847).
1241 +
1242 + 22 Dec 2009; Samuli Suominen <ssuominen@g.o>
1243 + ffmpeg-0.5_p20373.ebuild:
1244 + amd64 stable wrt #297847
1245 +
1246 +*ffmpeg-0.5_p20601-r1 (26 Nov 2009)
1247 +
1248 + 26 Nov 2009; Steve Dibb <beandog@g.o> -ffmpeg-0.5_p20601.ebuild,
1249 + +ffmpeg-0.5_p20601-r1.ebuild, +files/ffmpeg-0.5_p20601-r1-libtheora.patch:
1250 + Fix x264 compiling; libtheora patch for 1.0; bug 294469
1251 +
1252 + 25 Nov 2009; Steve Dibb <beandog@g.o> ffmpeg-0.5_p20601.ebuild,
1253 + ffmpeg-9999-r1.ebuild:
1254 + Fix libtheora dep
1255 +
1256 + 24 Nov 2009; Steve Dibb <beandog@g.o> ffmpeg-9999-r1.ebuild:
1257 + Update vdpau deps
1258 +
1259 +*ffmpeg-0.5_p20601 (24 Nov 2009)
1260 +
1261 + 24 Nov 2009; Steve Dibb <beandog@g.o> +ffmpeg-0.5_p20601.ebuild:
1262 + Snapshot bump
1263 +
1264 + 18 Nov 2009; Raúl Porcel <armin76@g.o> ffmpeg-0.5_p20373.ebuild:
1265 + Re-add ~sparc wrt #283953
1266 +
1267 + 17 Nov 2009; Alexis Ballier <aballier@g.o>
1268 + -ffmpeg-0.5_p19928.ebuild:
1269 + remove old
1270 +
1271 + 06 Nov 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1272 + Force disabling doc with use=-doc
1273 +
1274 +*ffmpeg-0.5_p20373 (26 Oct 2009)
1275 +
1276 + 26 Oct 2009; Alexis Ballier <aballier@g.o>
1277 + +ffmpeg-0.5_p20373.ebuild:
1278 + Bump a new snapshot
1279 +
1280 + 22 Oct 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1281 + bump deps on x264
1282 +
1283 + 22 Oct 2009; Samuli Suominen <ssuominen@g.o> ffmpeg-0.5-r1.ebuild,
1284 + ffmpeg-0.5_p19928.ebuild:
1285 + Fix media-libs/x264 depend wrt #290080, thanks to Diego E. 'Flameeyes'
1286 + Pettenò for reporting.
1287 +
1288 + 28 Sep 2009; Alexis Ballier <aballier@g.o>
1289 + -ffmpeg-0.5_p19787.ebuild:
1290 + remove old
1291 +
1292 + 28 Sep 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild,
1293 + metadata.xml:
1294 + Add a pic useflag
1295 +
1296 + 25 Sep 2009; Mounir Lamouri <volkmar@g.o> ffmpeg-0.5_p19928.ebuild:
1297 + Keywording for ppc. Bug 283953
1298 +
1299 + 24 Sep 2009; Raúl Porcel <armin76@g.o> ffmpeg-0.5_p19787.ebuild,
1300 + ffmpeg-0.5_p19928.ebuild:
1301 + Re-add ~ia64 wrt #283953
1302 +
1303 + 23 Sep 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1304 + bump x264 requirements
1305 +
1306 + 20 Sep 2009; Markus Meier <maekke@g.o> ffmpeg-0.5_p19928.ebuild:
1307 + add ~arm
1308 +
1309 + 20 Sep 2009; Markus Meier <maekke@g.o> ffmpeg-0.5_p19787.ebuild:
1310 + add ~arm, bug #283953
1311 +
1312 +*ffmpeg-0.5_p19928 (20 Sep 2009)
1313 +
1314 + 20 Sep 2009; Alexis Ballier <aballier@g.o>
1315 + +ffmpeg-0.5_p19928.ebuild:
1316 + bump a new snapshot
1317 +
1318 + 15 Sep 2009; Alexis Ballier <aballier@g.o> ffmpeg-0.5-r1.ebuild:
1319 + Fix dependencies on x264 for 0.5, it doesn't detect the latest version,
1320 + bug #284937
1321 +
1322 + 07 Sep 2009; Alexis Ballier <aballier@g.o>
1323 + ffmpeg-0.5_p19787.ebuild, ffmpeg-9999-r1.ebuild:
1324 + disable tests without USE=encode, they fail if it is not enabled
1325 +
1326 + 07 Sep 2009; Alexis Ballier <aballier@g.o>
1327 + ffmpeg-0.5_p19787.ebuild:
1328 + drop keywords for arches that dont have opencore-amr keyworded
1329 +
1330 +*ffmpeg-0.5_p19787 (06 Sep 2009)
1331 +
1332 + 06 Sep 2009; Alexis Ballier <aballier@g.o>
1333 + +ffmpeg-0.5_p19787.ebuild:
1334 + Add today's ffmpeg svn snapshot.
1335 +
1336 + 06 Sep 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1337 + Use ffmpeg.org svn repo and add PV conditionals so that we can make
1338 + snapshots by simply copying -9999
1339 +
1340 + 06 Sep 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1341 + Correctly detect cpu by upstream checks when march=native is used, bug
1342 + #273421
1343 +
1344 + 04 Aug 2009; Samuli Suominen <ssuominen@g.o> ffmpeg-9999-r1.ebuild,
1345 + metadata.xml:
1346 + Rename opencore-amrnb and opencore-amrwb to opencore-amr to keep it in
1347 + sync with MPlayer.
1348 +
1349 + 27 Jul 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1350 + Set svn revision
1351 +
1352 + 25 Jul 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1353 + set target os when crosscompiling for a different os, support for linux,
1354 + freebsd and mingw32 so far
1355 +
1356 + 22 Jul 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1357 + Set cross-prefix when cross compiling so that CHOST-prefixed tools are
1358 + used
1359 +
1360 + 09 Jul 2009; Samuli Suominen <ssuominen@g.o> ffmpeg-0.5-r1.ebuild,
1361 + ffmpeg-9999-r1.ebuild:
1362 + USE vdpau with VIDEO_CARDS=nvidia wrt #262433, thanks to Bob Deblier for
1363 + reporting.
1364 +
1365 + 08 Jul 2009; Samuli Suominen <ssuominen@g.o>
1366 + ffmpeg-0.4.9_p20090201.ebuild, ffmpeg-0.5-r1.ebuild,
1367 + ffmpeg-9999-r1.ebuild:
1368 + Rename EXTRA_ECONF to EXTRA_FFMPEG_CONF because this package isn't using
1369 + econf and fails with --disable-dependency-tracking in it.
1370 +
1371 + 07 Jul 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1372 + Drop libamr support, its been removed upstream
1373 +
1374 + 04 Jul 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1375 + Reflect upstream changes for the way of disabling libavdevice in/outdevs
1376 +
1377 + 03 Jul 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1378 + force a non free license only when needed, ie, when faac or amr is
1379 + requested
1380 +
1381 + 03 Jul 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild,
1382 + metadata.xml:
1383 + Add opencore-amr support, switch to GPL-3
1384 +
1385 + 30 Jun 2009; Raúl Porcel <armin76@g.o> ffmpeg-0.5-r1.ebuild:
1386 + arm/ia64/sparc stable
1387 +
1388 + 20 Jun 2009; Jeroen Roovers <jer@g.o> ffmpeg-0.5-r1.ebuild:
1389 + Stable for HPPA (bug #274666).
1390 +
1391 + 10 Jun 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1392 + remove useless warning, it must not be the user's duty to figure out abi
1393 + breaks
1394 +
1395 + 10 Jun 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999-r1.ebuild:
1396 + make tests work when upgrading, they should pass so make them also fatal
1397 +
1398 + 10 Jun 2009; Alexis Ballier <aballier@g.o> ffmpeg-0.5-r1.ebuild,
1399 + ffmpeg-9999-r1.ebuild:
1400 + eapi2ify and depend on libtheora[encode] when needed, reported by remi
1401 +
1402 + 21 May 2009; Brent Baude <ranger@g.o> ffmpeg-0.5-r1.ebuild:
1403 + Marking ffmpeg-0.5-r1 ppc64 stable for bug 266986
1404 +
1405 + 21 May 2009; Brent Baude <ranger@g.o> ffmpeg-0.5-r1.ebuild:
1406 + Marking ffmpeg-0.5-r1 ppc stable for bug 266986
1407 +
1408 + 16 May 2009; Mounir Lamouri <volkmar@g.o> metadata.xml:
1409 + Use global gsm USE flag instead of local one.
1410 +
1411 + 14 May 2009; Markus Meier <maekke@g.o> ffmpeg-0.5-r1.ebuild:
1412 + amd64 stable, bug #266986
1413 +
1414 + 12 May 2009; Christian Faulhammer <fauli@g.o> ffmpeg-0.5-r1.ebuild:
1415 + stable x86, bug 266986
1416 +
1417 + 03 May 2009; Peter Alfredsen <loki_val@g.o> ffmpeg-0.5-r1.ebuild:
1418 + Update deps for USE="lame" w.r.t. bug 265830.
1419 +
1420 + 03 May 2009; Tobias Klausmann <klausman@g.o> ffmpeg-0.5-r1.ebuild:
1421 + Stable on alpha, bug #266986
1422 +
1423 +*ffmpeg-9999-r1 (02 May 2009)
1424 +
1425 + 02 May 2009; Steve Dibb <beandog@g.o> metadata.xml,
1426 + -ffmpeg-9999.ebuild, +ffmpeg-9999-r1.ebuild:
1427 + Add cpudetection use flag; require nonfree option for faac support
1428 +
1429 + 04 Apr 2009; Alexis Ballier <aballier@g.o>
1430 + -files/ffmpeg-0.4.9_p20081014-sparc-gcc43.patch,
1431 + -files/ffmpeg-shared-gcc4.1.patch, -ffmpeg-0.4.9_p20081014.ebuild,
1432 + -ffmpeg-0.4.9_p20081219.ebuild, -ffmpeg-0.4.9_p20090121.ebuild,
1433 + -ffmpeg-0.4.9_p20090201-r1.ebuild:
1434 + remove old
1435 +
1436 + 04 Apr 2009; Raúl Porcel <armin76@g.o>
1437 + ffmpeg-0.4.9_p20090201.ebuild, ffmpeg-0.4.9_p20090201-r1.ebuild,
1438 + ffmpeg-0.5-r1.ebuild, ffmpeg-9999.ebuild:
1439 + Enable arm optimizations again, now that i've found out that using -march
1440 + works fine
1441 +
1442 + 04 Apr 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1443 + add jack useflag
1444 +
1445 + 31 Mar 2009; Raúl Porcel <armin76@g.o>
1446 + ffmpeg-0.4.9_p20090201.ebuild, ffmpeg-0.4.9_p20090201-r1.ebuild,
1447 + ffmpeg-0.5-r1.ebuild, ffmpeg-9999.ebuild:
1448 + arm stable, fix some arm-related stuff
1449 +
1450 + 11 Mar 2009; Steve Dibb <beandog@g.o> metadata.xml,
1451 + ffmpeg-0.5-r1.ebuild, ffmpeg-9999.ebuild:
1452 + Fix faac local use flag desc; don't disable by default in IUSE
1453 +
1454 +*ffmpeg-0.5-r1 (10 Mar 2009)
1455 +
1456 + 10 Mar 2009; Steve Dibb <beandog@g.o> metadata.xml,
1457 + -ffmpeg-0.5.ebuild, +ffmpeg-0.5-r1.ebuild, ffmpeg-9999.ebuild:
1458 + Drop aac use flag, split to faac / faad use flags - ffmpeg has native AAC
1459 + encoding / decoding which should be used by default; drop unused vhook use
1460 + flag on live ebuild
1461 +
1462 +*ffmpeg-0.5 (10 Mar 2009)
1463 +
1464 + 10 Mar 2009; Alexis Ballier <aballier@g.o> +ffmpeg-0.5.ebuild:
1465 + Bump to the 0.5 release.
1466 +
1467 + 05 Mar 2009; Diego E. Pettenò <flameeyes@g.o> metadata.xml,
1468 + ffmpeg-9999.ebuild:
1469 + Fix build with recent changes upstream (vhook removed in favour of
1470 + libavfilter, swscale cannot be disabled anylonger); merge the EAPI=1
1471 + changes from the snapshotted version; add 3dnowext USE flag.
1472 +
1473 + 28 Feb 2009; Markus Meier <maekke@g.o> metadata.xml:
1474 + custom-cflags is a global USE-flag
1475 +
1476 +*ffmpeg-0.4.9_p20090201-r1 (21 Feb 2009)
1477 +
1478 + 21 Feb 2009; Luca Barbato <lu_zero@g.o>
1479 + +ffmpeg-0.4.9_p20090201-r1.ebuild:
1480 + Set some useflag defaults and other minor changes
1481 +
1482 + 11 Feb 2009; Tobias Scherbaum <dertobi123@g.o>
1483 + ffmpeg-0.4.9_p20090201.ebuild:
1484 + ppc stable, bug #257217
1485 +
1486 + 10 Feb 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1487 + add openjpeg support
1488 +
1489 + 09 Feb 2009; Raúl Porcel <armin76@g.o>
1490 + ffmpeg-0.4.9_p20090201.ebuild:
1491 + ia64/sparc stable wrt #257217
1492 +
1493 + 05 Feb 2009; Jeroen Roovers <jer@g.o>
1494 + ffmpeg-0.4.9_p20090201.ebuild:
1495 + Stable for HPPA (bug #257217).
1496 +
1497 + 04 Feb 2009; Markus Meier <maekke@g.o>
1498 + ffmpeg-0.4.9_p20090201.ebuild:
1499 + x86 stable, bug #257217
1500 +
1501 + 02 Feb 2009; Tobias Heinlein <keytoaster@g.o>
1502 + ffmpeg-0.4.9_p20090201.ebuild:
1503 + amd64 stable wrt security bug 257217
1504 +
1505 + 02 Feb 2009; Brent Baude <ranger@g.o>
1506 + ffmpeg-0.4.9_p20090201.ebuild:
1507 + Marking ffmpeg-0.4.9_p20090201 ppc64 for bug 257217
1508 +
1509 + 02 Feb 2009; Tobias Klausmann <klausman@g.o>
1510 + ffmpeg-0.4.9_p20090201.ebuild:
1511 + Stable on alpha, bug #257217
1512 +
1513 +*ffmpeg-0.4.9_p20090201 (01 Feb 2009)
1514 +
1515 + 01 Feb 2009; Alexis Ballier <aballier@g.o>
1516 + +ffmpeg-0.4.9_p20090201.ebuild:
1517 + new snapshot, bug #257217
1518 +
1519 + 31 Jan 2009; Tobias Klausmann <klausman@g.o>
1520 + ffmpeg-0.4.9_p20081219.ebuild:
1521 + Stable on alpha, bug #255008
1522 +
1523 + 27 Jan 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1524 + no need for local variables when we use them only once
1525 +
1526 + 27 Jan 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1527 + Add alsa/oss/3dnow useflags and disable servertest as its mainly broken
1528 +
1529 + 25 Jan 2009; Markus Meier <maekke@g.o>
1530 + ffmpeg-0.4.9_p20081219.ebuild:
1531 + amd64/x86 stable, bug #255008
1532 +
1533 + 25 Jan 2009; Brent Baude <ranger@g.o>
1534 + ffmpeg-0.4.9_p20081219.ebuild:
1535 + stable ppc64, bug 255008
1536 +
1537 +*ffmpeg-0.4.9_p20090121 (21 Jan 2009)
1538 +
1539 + 21 Jan 2009; Alexis Ballier <aballier@g.o>
1540 + +ffmpeg-0.4.9_p20090121.ebuild:
1541 + push a new snapshot
1542 +
1543 + 20 Jan 2009; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1544 + set empty keywords for the live ebuild
1545 +
1546 + 19 Jan 2009; Alexis Ballier <aballier@g.o>
1547 + ffmpeg-0.4.9_p20081014.ebuild, ffmpeg-0.4.9_p20081219.ebuild,
1548 + ffmpeg-9999.ebuild:
1549 + require gnu make 3.81, by Bernd Kaiser <meldron@×××.net>, bug #255376
1550 +
1551 + 17 Jan 2009; Alexis Ballier <aballier@g.o>
1552 + ffmpeg-0.4.9_p20081219.ebuild, ffmpeg-9999.ebuild:
1553 + require at least speex 1.2, should fix #254922
1554 +
1555 + 15 Jan 2009; Alexis Ballier <aballier@g.o>
1556 + ffmpeg-0.4.9_p20081014.ebuild, ffmpeg-0.4.9_p20081219.ebuild,
1557 + ffmpeg-9999.ebuild:
1558 + make sure version.h gets created, bug #252269
1559 +
1560 + 23 Dec 2008; Alexis Ballier <aballier@g.o> ffmpeg-9999.ebuild:
1561 + Sync live ebuild with latest snapshot; merely add speex useflag and remove
1562 + unused make targets
1563 +
1564 + 22 Dec 2008; Raúl Porcel <armin76@g.o>
1565 + ffmpeg-0.4.9_p20081014.ebuild, ffmpeg-0.4.9_p20081219.ebuild:
1566 + arm/ia64 stable wrt #245285
1567 +
1568 + 21 Dec 2008; nixnut <nixnut@g.o> ffmpeg-0.4.9_p20081014.ebuild:
1569 + Stable on ppc wrt bug 245313
1570 +
1571 + 20 Dec 2008; Ferris McCormick <fmccor@g.o>
1572 + ffmpeg-0.4.9_p20081014.ebuild:
1573 + Sparc stable, Security Bug #245313.
1574 +
1575 + 20 Dec 2008; Thomas Anderson <gentoofan23@g.o>
1576 + ffmpeg-0.4.9_p20081014.ebuild:
1577 + stable amd64, security bug #245313
1578 +
1579 +*ffmpeg-0.4.9_p20081219 (19 Dec 2008)
1580 +
1581 + 19 Dec 2008; Alexis Ballier <aballier@g.o>
1582 + +ffmpeg-0.4.9_p20081219.ebuild:
1583 + push a new snapshot
1584 +
1585 + 16 Dec 2008; Jeroen Roovers <jer@g.o>
1586 + ffmpeg-0.4.9_p20081014.ebuild:
1587 + Stable for HPPA (bug #245291).
1588 +
1589 + 16 Dec 2008; Brent Baude <ranger@g.o>
1590 + ffmpeg-0.4.9_p20081014.ebuild:
1591 + Marking ffmpeg-0.4.9_p20081014 ppc64 for bug 245285
1592 +
1593 + 15 Dec 2008; <ssuominen@g.o> ffmpeg-0.4.9_p20081014.ebuild:
1594 + Change faad2 dep. to >= 2.6.1 wrt #251010.
1595 +
1596 + 15 Dec 2008; <ssuominen@g.o> ffmpeg-0.4.9_p20081014.ebuild:
1597 + x86 stable wrt #245285
1598 +
1599 + 13 Dec 2008; <ssuominen@g.o>
1600 + +files/ffmpeg-0.4.9_p20081014-sparc-gcc43.patch,
1601 + ffmpeg-0.4.9_p20081014.ebuild:
1602 + Backport upstream patch for sparc to allow compilation with GCC 4.3 wrt
1603 + #247653.
1604 +
1605 + 12 Dec 2008; Tobias Klausmann <klausman@g.o>
1606 + ffmpeg-0.4.9_p20081014.ebuild:
1607 + Stable on alpha, bug #245285
1608 +
1609 +*ffmpeg-9999 (07 Dec 2008)
1610 +
1611 + 07 Dec 2008; Luca Barbato <lu_zero@g.o> +ffmpeg-9999.ebuild:
1612 + live ebuild
1613 +
1614 + 10 Nov 2008; Raúl Porcel <armin76@g.o>
1615 + ffmpeg-0.4.9_p20081014.ebuild:
1616 + Add ~ia64 wrt #241908
1617 +
1618 + 30 Oct 2008; Raúl Porcel <armin76@g.o>
1619 + ffmpeg-0.4.9_p20070616-r3.ebuild:
1620 + alpha/arm/ia64 stable #231831
1621 +
1622 + 27 Oct 2008; Alexis Ballier <aballier@g.o>
1623 + ffmpeg-0.4.9_p20081014.ebuild:
1624 + Fixup crosscompilation, bug #237662
1625 +
1626 + 27 Oct 2008; Mike Frysinger <vapier@g.o>
1627 + ffmpeg-0.4.9_p20081014.ebuild:
1628 + Add arm/ppc love #241908.
1629 +
1630 + 18 Oct 2008; Peter Alfredsen <loki_val@g.o>
1631 + ffmpeg-0.4.9_p20080326.ebuild:
1632 + Fixup 20080326 dependency on x264 to be <0.0.20081006.
1633 +
1634 + 18 Oct 2008; Alexis Ballier <aballier@g.o>
1635 + ffmpeg-0.4.9_p20081014.ebuild:
1636 + Drop arm/ia64/ppc ~arch keywords per bug #241908 to allow unmasking
1637 +
1638 + 14 Oct 2008; Jeroen Roovers <jer@g.o>
1639 + +files/ffmpeg-0.4.9_p20080326-hppa.patch, ffmpeg-0.4.9_p20080326.ebuild:
1640 + Build PIC on HPPA (bug #241124).
1641 +
1642 + 14 Oct 2008; Alexis Ballier <aballier@g.o>
1643 + ffmpeg-0.4.9_p20081014.ebuild:
1644 + Give the configure the --cpu option based on CFLAGS; if it is unknown it
1645 + will not hurt because the configure script will warn and ignore it. This
1646 + helps getting better support for given cpu, like using CMOV on i686 and
1647 + later. Bug #172723.
1648 +
1649 + 14 Oct 2008; Alexis Ballier <aballier@g.o>
1650 + ffmpeg-0.4.9_p20081014.ebuild:
1651 + Set the ffmpeg version to the exported revision number, bug #233667,
1652 + borrowed from mplayer ebuild
1653 +
1654 + 14 Oct 2008; Alexis Ballier <aballier@g.o>
1655 + ffmpeg-0.4.9_p20081014.ebuild:
1656 + Broaden libdc1394 dep as it works with v2 too, by Fabio Correa
1657 + <facorread@×××××.com>, bug #237687
1658 +
1659 + 14 Oct 2008; Alexis Ballier <aballier@g.o>
1660 + ffmpeg-0.4.9_p20070616.ebuild, ffmpeg-0.4.9_p20070616-r1.ebuild,
1661 + ffmpeg-0.4.9_p20070616-r2.ebuild, ffmpeg-0.4.9_p20070616-r3.ebuild,
1662 + ffmpeg-0.4.9_p20070616-r20.ebuild, ffmpeg-0.4.9_p20080206.ebuild,
1663 + ffmpeg-0.4.9_p20080326.ebuild, ffmpeg-0.4.9_p20081014.ebuild:
1664 + Bump imlib2 dep for bug #196525
1665 +
1666 +*ffmpeg-0.4.9_p20081014 (14 Oct 2008)
1667 +
1668 + 14 Oct 2008; Alexis Ballier <aballier@g.o> metadata.xml,
1669 + +ffmpeg-0.4.9_p20081014.ebuild:
1670 + Add a new snapshot, masked because it breaks a lot of consumers.
1671 +
1672 + 11 Oct 2008; Tobias Scherbaum <dertobi123@g.o>
1673 + ffmpeg-0.4.9_p20070616-r3.ebuild:
1674 + ppc stable, bug #231831
1675 +
1676 + 06 Oct 2008; Markus Meier <maekke@g.o>
1677 + ffmpeg-0.4.9_p20070616-r3.ebuild:
1678 + amd64/x86 stable, bug #231831
1679 +
1680 + 06 Oct 2008; Friedrich Oslage <bluebird@g.o>
1681 + ffmpeg-0.4.9_p20070616-r3.ebuild:
1682 + Stable on sparc, security bug #231831
1683 +
1684 + 06 Oct 2008; Jeroen Roovers <jer@g.o>
1685 + ffmpeg-0.4.9_p20070616-r3.ebuild:
1686 + Stable for HPPA (bug #231831). Fixed some quoting issues.
1687 +
1688 + 04 Oct 2008; Markus Rothe <corsair@g.o>
1689 + ffmpeg-0.4.9_p20070616-r3.ebuild:
1690 + Stable on ppc64; bug #231831
1691 +
1692 +*ffmpeg-0.4.9_p20070616-r20 (17 Jul 2008)
1693 +*ffmpeg-0.4.9_p20070616-r3 (17 Jul 2008)
1694 +
1695 + 17 Jul 2008; Alexis Ballier <aballier@g.o>
1696 + +files/CVE-2008-3162.patch, +ffmpeg-0.4.9_p20070616-r3.ebuild,
1697 + +ffmpeg-0.4.9_p20070616-r20.ebuild:
1698 + Add patches for security bug #231831. -r3 is -r0 with the patch, stable
1699 + candidate without swscaler. -r20 is -r2 with the patch, with swscaler.
1700 +
1701 + 07 Jul 2008; Peter Alfredsen <loki_val@g.o>
1702 + ffmpeg-0.4.9_p20080326.ebuild:
1703 + Fix build failure when disabling MMX, which would fail to disable MMX2
1704 + code on processors supporting it, resulting in #ifdef spaghetti build
1705 + failure. Bug 229981.
1706 +
1707 + 20 Apr 2008; Mike Frysinger <vapier@g.o>
1708 + +files/ffmpeg-arm-pld.patch, ffmpeg-0.4.9_p20070616.ebuild,
1709 + ffmpeg-0.4.9_p20070616-r1.ebuild, ffmpeg-0.4.9_p20070616-r2.ebuild,
1710 + ffmpeg-0.4.9_p20080206.ebuild:
1711 + Fix from upstream svn for building for older arm cpus.
1712 +
1713 + 07 Apr 2008; Ben de Groot <yngwin@g.o>
1714 + ffmpeg-0.4.9_p20070616.ebuild, ffmpeg-0.4.9_p20070616-r1.ebuild,
1715 + ffmpeg-0.4.9_p20070616-r2.ebuild, ffmpeg-0.4.9_p20080206.ebuild,
1716 + ffmpeg-0.4.9_p20080326.ebuild:
1717 + Pkgmove x264-svn to x264
1718 +
1719 + 27 Mar 2008; Joerg Bornkessel <hd_brummy@g.o> Manifest:
1720 + manifest fixed; #bug 214967
1721 +
1722 +*ffmpeg-0.4.9_p20080326 (26 Mar 2008)
1723 +
1724 + 26 Mar 2008; Luca Barbato <lu_zero@g.o>
1725 + -files/ffmpeg-0.4.9_p20051216-asneeded-configure.patch,
1726 + -ffmpeg-0.4.9_p20050226-r3.ebuild, -ffmpeg-0.4.9_p20061016.ebuild,
1727 + -ffmpeg-0.4.9_p20070330.ebuild, -ffmpeg-0.4.9_p20070525.ebuild,
1728 + +ffmpeg-0.4.9_p20080326.ebuild:
1729 + Furter cleanup and new version
1730 +
1731 + 28 Feb 2008; Alexis Ballier <aballier@g.o>
1732 + ffmpeg-0.4.9_p20080206.ebuild:
1733 + fix build with use ieee1394, dc1394->libdc1394. Bug #209610
1734 +
1735 + 14 Feb 2008; Samuli Suominen <drac@g.o>
1736 + -ffmpeg-0.4.9_p20051216.ebuild, -ffmpeg-0.4.9_p20060302.ebuild,
1737 + -ffmpeg-0.4.9_p20060530.ebuild, -ffmpeg-0.4.9_p20060816.ebuild,
1738 + ffmpeg-0.4.9_p20061016.ebuild, -ffmpeg-0.4.9_p20070129.ebuild,
1739 + -ffmpeg-0.4.9_p20070325.ebuild, ffmpeg-0.4.9_p20070330.ebuild:
1740 + Remove USE dts from some old ebuilds, and remove some entirely because
1741 + libdts is replaced by libdca.
1742 +
1743 +*ffmpeg-0.4.9_p20080206 (06 Feb 2008)
1744 +
1745 + 06 Feb 2008; Luca Barbato <lu_zero@g.o>
1746 + +ffmpeg-0.4.9_p20080206.ebuild:
1747 + New snapshot
1748 +
1749 + 31 Oct 2007; Matthias Schwarzott <zzam@g.o>
1750 + ffmpeg-0.4.9_p20051216.ebuild, ffmpeg-0.4.9_p20060302.ebuild,
1751 + ffmpeg-0.4.9_p20060530.ebuild, ffmpeg-0.4.9_p20060816.ebuild,
1752 + ffmpeg-0.4.9_p20061016.ebuild, ffmpeg-0.4.9_p20070129.ebuild,
1753 + ffmpeg-0.4.9_p20070325.ebuild, ffmpeg-0.4.9_p20070330.ebuild,
1754 + ffmpeg-0.4.9_p20070525.ebuild, ffmpeg-0.4.9_p20070616.ebuild,
1755 + ffmpeg-0.4.9_p20070616-r1.ebuild, ffmpeg-0.4.9_p20070616-r2.ebuild:
1756 + Improved text about possible ABI changes, noticed by mark_alec.
1757 +
1758 +*ffmpeg-0.4.9_p20070616-r2 (26 Oct 2007)
1759 +
1760 + 26 Oct 2007; Steve Dibb <beandog@g.o>
1761 + +ffmpeg-0.4.9_p20070616-r2.ebuild:
1762 + Add ipv6 use flag
1763 +
1764 + 21 Oct 2007; Steve Dibb <beandog@g.o>
1765 + ffmpeg-0.4.9_p20070616.ebuild:
1766 + amd64 stable, bug 193563
1767 +
1768 + 20 Oct 2007; Ferris McCormick <fmccor@g.o>
1769 + ffmpeg-0.4.9_p20070616.ebuild:
1770 + sparc stable --- Bug #193563 --- builds and works.
1771 +
1772 + 08 Oct 2007; Markus Rothe <corsair@g.o>
1773 + ffmpeg-0.4.9_p20070616.ebuild:
1774 + Stable on ppc64; bug #193563
1775 +
1776 + 24 Sep 2007; Raúl Porcel <armin76@g.o>
1777 + ffmpeg-0.4.9_p20070616.ebuild:
1778 + alpha/ia64 stable wrt #193563
1779 +
1780 + 24 Sep 2007; Lars Weiler <pylon@g.o> ffmpeg-0.4.9_p20070616.ebuild:
1781 + stable ppc, bug #193563
1782 +
1783 + 24 Sep 2007; Jeroen Roovers <jer@g.o>
1784 + ffmpeg-0.4.9_p20070616.ebuild:
1785 + Stable for HPPA (bug #193563).
1786 +
1787 + 24 Sep 2007; Christian Faulhammer <opfer@g.o>
1788 + ffmpeg-0.4.9_p20070616.ebuild:
1789 + stable x86, bug #193563
1790 +
1791 + 07 Jul 2007; Samuli Suominen <drac@g.o>
1792 + ffmpeg-0.4.9_p20070616-r1.ebuild:
1793 + Fix building with USE altivec for bug 183687. Thanks to Laurent G. for
1794 + reporting, Joe Jezak for solution, Kimura Masaru for testing.
1795 +
1796 +*ffmpeg-0.4.9_p20070616-r1 (26 Jun 2007)
1797 +
1798 + 26 Jun 2007; Luca Barbato <lu_zero@g.o>
1799 + +ffmpeg-0.4.9_p20070616-r1.ebuild:
1800 + Enable swscaler
1801 +
1802 + 16 Jun 2007; Samuli Suominen <drac@g.o>
1803 + ffmpeg-0.4.9_p20070616.ebuild:
1804 + enable xvid to enable libxvid.
1805 +
1806 +*ffmpeg-0.4.9_p20070616 (16 Jun 2007)
1807 +
1808 + 16 Jun 2007; Luca Barbato <lu_zero@g.o>
1809 + +ffmpeg-0.4.9_p20070616.ebuild:
1810 + New snapshot, SVN revision 9330
1811 +
1812 + 01 Jun 2007; Samuli Suominen <drac@g.o>
1813 + ffmpeg-0.4.9_p20070525.ebuild:
1814 + Append -DBROKEN_RELOCATIONS which is a hack to workaround bug 179872.
1815 +
1816 + 01 Jun 2007; Samuli Suominen <drac@g.o>
1817 + ffmpeg-0.4.9_p20070525.ebuild:
1818 + Remove USE dts for bug 180129.
1819 +
1820 +*ffmpeg-0.4.9_p20070525 (26 May 2007)
1821 +
1822 + 26 May 2007; Luca Barbato <lu_zero@g.o>
1823 + +ffmpeg-0.4.9_p20070525.ebuild:
1824 + New snapshot, using libamr
1825 +
1826 + 16 May 2007; Jeroen Roovers <jer@g.o>
1827 + ffmpeg-0.4.9_p20070330.ebuild:
1828 + Stable for HPPA (bug #174909).
1829 +
1830 + 05 May 2007; Fabian Groffen <grobian@g.o>
1831 + ffmpeg-0.4.9_p20051216.ebuild, ffmpeg-0.4.9_p20060302.ebuild,
1832 + ffmpeg-0.4.9_p20060530.ebuild:
1833 + Dropped ppc-macos keyword, see you in prefix
1834 +
1835 + 22 Apr 2007; Bryan Østergaard <kloeri@g.o>
1836 + ffmpeg-0.4.9_p20070330.ebuild:
1837 + Stable on Alpha, bug 174909.
1838 +
1839 + 17 Apr 2007; Tobias Scherbaum <dertobi123@g.o>
1840 + ffmpeg-0.4.9_p20070330.ebuild:
1841 + ppc stable, bug #168907
1842 +
1843 + 16 Apr 2007; Raúl Porcel <armin76@g.o>
1844 + ffmpeg-0.4.9_p20070330.ebuild:
1845 + ia64 stable
1846 +
1847 + 12 Apr 2007; Raúl Porcel <armin76@g.o>
1848 + ffmpeg-0.4.9_p20070330.ebuild:
1849 + x86 stable
1850 +
1851 + 12 Apr 2007; Peter Weller <welp@g.o> ffmpeg-0.4.9_p20070330.ebuild:
1852 + Stable on amd64 wrt bug 168907
1853 +
1854 + 05 Apr 2007; Alexis Ballier <aballier@g.o>
1855 + +files/ffmpeg-0.4.9_p20070330-asmpic.patch, ffmpeg-0.4.9_p20070330.ebuild:
1856 + Disable non pic safe asm on x86 and amd64, bug #172845, bug #172877 and dupes
1857 +
1858 + 04 Apr 2007; Markus Rothe <corsair@g.o>
1859 + ffmpeg-0.4.9_p20070330.ebuild:
1860 + Stable on ppc64
1861 +
1862 + 04 Apr 2007; Gustavo Zacarias <gustavoz@g.o>
1863 + ffmpeg-0.4.9_p20070330.ebuild:
1864 + Stable on sparc wrt #170860
1865 +
1866 +*ffmpeg-0.4.9_p20070330 (30 Mar 2007)
1867 +
1868 + 30 Mar 2007; Luca Barbato <lu_zero@g.o>
1869 + +ffmpeg-0.4.9_p20070330.ebuild:
1870 + New snapshot
1871 +
1872 + 27 Mar 2007; Luca Barbato <lu_zero@g.o>
1873 + ffmpeg-0.4.9_p20070325.ebuild:
1874 + s/a52/liba52
1875 +
1876 + 25 Mar 2007; Luca Barbato <lu_zero@g.o>
1877 + ffmpeg-0.4.9_p20070325.ebuild:
1878 + Minor fixes and update
1879 +
1880 +*ffmpeg-0.4.9_p20070325 (25 Mar 2007)
1881 +
1882 + 25 Mar 2007; Luca Barbato <lu_zero@g.o>
1883 + +ffmpeg-0.4.9_p20070325.ebuild:
1884 + New snapshot
1885 +
1886 + 22 Mar 2007; Gustavo Zacarias <gustavoz@g.o>
1887 + ffmpeg-0.4.9_p20070129.ebuild:
1888 + Stable on sparc
1889 +
1890 + 21 Mar 2007; Christian Faulhammer <opfer@g.o>
1891 + ffmpeg-0.4.9_p20070129.ebuild:
1892 + stable x86, security bug 170208
1893 +
1894 + 16 Feb 2007; Simon Stelling <blubb@g.o>
1895 + ffmpeg-0.4.9_p20061016.ebuild, ffmpeg-0.4.9_p20070129.ebuild:
1896 + depend on >=portage-2.1.2 on amd64 to make sure the mmx USE flag is unmasked
1897 +
1898 + 29 Jan 2007; Steve Dibb <beandog@g.o>
1899 + ffmpeg-0.4.9_p20070129.ebuild:
1900 + Rekeyword ~
1901 +
1902 + 29 Jan 2007; Luca Barbato <lu_zero@g.o>
1903 + ffmpeg-0.4.9_p20070129.ebuild:
1904 + Put it back in ~, not the right time, closing bug #164445, thanks to
1905 + Sebastian <sebastian_ml@×××.net> for notifying.
1906 +
1907 + 29 Jan 2007; Luca Barbato <lu_zero@g.o>
1908 + files/ffmpeg-libdir-2007.patch:
1909 + Make the patch working everywhere, thanks to Markus Trippelsdorf
1910 + <markus@××××××××××××.de> for pointing the issue
1911 +
1912 +*ffmpeg-0.4.9_p20070129 (29 Jan 2007)
1913 +
1914 + 29 Jan 2007; Luca Barbato <lu_zero@g.o>
1915 + +files/ffmpeg-libdir-2007.patch, +ffmpeg-0.4.9_p20070129.ebuild:
1916 + New snapshot
1917 +
1918 + 29 Jan 2007; Bryan Østergaard <kloeri@g.o>
1919 + ffmpeg-0.4.9_p20061016.ebuild:
1920 + Stable on Alpha + IA64.
1921 +
1922 + 06 Jan 2007; Michael Cummings <mcummings@g.o>
1923 + ffmpeg-0.4.9_p20061016.ebuild:
1924 + amd64 stable
1925 +
1926 + 04 Jan 2007; Christian Faulhammer <opfer@g.o>
1927 + ffmpeg-0.4.9_p20061016.ebuild:
1928 + stable x86, bug #157814
1929 +
1930 + 30 Dec 2006; Bryan Østergaard <kloeri@g.o>
1931 + ffmpeg-0.4.9_p20061016.ebuild:
1932 + Add ~alpha and ~ia64 keywords.
1933 +
1934 + 23 Dec 2006; Tobias Scherbaum <dertobi123@g.o>
1935 + ffmpeg-0.4.9_p20061016.ebuild:
1936 + Stable on ppc wrt bug #157814.
1937 +
1938 + 21 Dec 2006; Gustavo Zacarias <gustavoz@g.o>
1939 + ffmpeg-0.4.9_p20060530.ebuild, ffmpeg-0.4.9_p20061016.ebuild:
1940 + Stable on sparc wrt #157814
1941 +
1942 + 21 Dec 2006; Markus Rothe <corsair@g.o>
1943 + ffmpeg-0.4.9_p20061016.ebuild:
1944 + Stable on ppc64; bug #157814
1945 +
1946 + 10 Dec 2006; Matthias Schwarzott <zzam@g.o>
1947 + ffmpeg-0.4.9_p20050226-r3.ebuild, ffmpeg-0.4.9_p20051216.ebuild,
1948 + ffmpeg-0.4.9_p20060302.ebuild, ffmpeg-0.4.9_p20060517.ebuild,
1949 + ffmpeg-0.4.9_p20060530.ebuild, ffmpeg-0.4.9_p20060816.ebuild,
1950 + ffmpeg-0.4.9_p20061016.ebuild:
1951 + Corrected installation of source-Changelog-file, thanks to Josef Reidinger
1952 + <queen.killer@××××××.cz> for reporting, Bug #157628.
1953 +
1954 + 07 Dec 2006; Luca Barbato <lu_zero@g.o>
1955 + ffmpeg-0.4.9_p20061016.ebuild:
1956 + Fix reg depletion in x86, see bug #154922
1957 +
1958 + 01 Dec 2006; Jeroen Roovers <jer@g.o>
1959 + ffmpeg-0.4.9_p20061016.ebuild:
1960 + Stable for HPPA (or xine-lib will not even configure).
1961 +
1962 +*ffmpeg-0.4.9_p20061016 (17 Oct 2006)
1963 +
1964 + 17 Oct 2006; Luca Barbato <lu_zero@g.o>
1965 + +ffmpeg-0.4.9_p20061016.ebuild:
1966 + New version
1967 +
1968 + 03 Oct 2006; Luca Barbato <lu_zero@g.o>
1969 + ffmpeg-0.4.9_p20060530.ebuild, ffmpeg-0.4.9_p20060816.ebuild:
1970 + Fix deps, see bug #134555
1971 +
1972 + 11 Sep 2006; Luca Barbato <lu_zero@g.o>
1973 + ffmpeg-0.4.9_p20060816.ebuild:
1974 + emake -j1 calls and add emake depend just in case
1975 +
1976 + 08 Sep 2006; Rene Nussbaumer <killerfox@g.o>
1977 + ffmpeg-0.4.9_p20060530.ebuild:
1978 + Stable on hppa. See bug #133520.
1979 +
1980 + 08 Sep 2006; Thomas Cort <tcort@g.o> ffmpeg-0.4.9_p20060530.ebuild:
1981 + Stable on alpha wrt security Bug #133520.
1982 +
1983 + 08 Sep 2006; Tobias Scherbaum <dertobi123@g.o>
1984 + ffmpeg-0.4.9_p20060530.ebuild:
1985 + ppc stable, bug #133520
1986 +
1987 + 07 Sep 2006; Joshua Jackson <tsunam@g.o>
1988 + ffmpeg-0.4.9_p20060530.ebuild:
1989 + Stable x86; for security bug #133520
1990 +
1991 + 07 Sep 2006; Thomas Cort <tcort@g.o> ffmpeg-0.4.9_p20060530.ebuild:
1992 + Stable on amd64.
1993 +
1994 + 07 Sep 2006; Gustavo Zacarias <gustavoz@g.o>
1995 + ffmpeg-0.4.9_p20060530.ebuild:
1996 + Stable on sparc wrt #133520
1997 +
1998 + 07 Sep 2006; Markus Rothe <corsair@g.o>
1999 + ffmpeg-0.4.9_p20060530.ebuild:
2000 + Stable on ppc64; bug #133520
2001 +
2002 + 04 Sep 2006; Diego Pettenò <flameeyes@g.o>
2003 + ffmpeg-0.4.9_p20060530.ebuild, ffmpeg-0.4.9_p20060816.ebuild:
2004 + Export true as LDCONFIG value during install phases, so that it does not
2005 + trigger sandbox on Gentoo/FreeBSD.
2006 +
2007 + 30 Aug 2006; Luca Barbato <lu_zero@g.o>
2008 + ffmpeg-0.4.9_p20060816.ebuild:
2009 + Fix multilib-strict and support EXTRA_ECONF
2010 +
2011 + 17 Aug 2006; Luca Barbato <lu_zero@g.o>
2012 + ffmpeg-0.4.9_p20060816.ebuild:
2013 + fix sdl dep
2014 +
2015 + 16 Aug 2006; Luca Barbato <lu_zero@g.o> ChangeLog:
2016 + New version
2017 +
2018 + 14 Aug 2006; Luca Barbato <lu_zero@g.o>
2019 + +files/ffmpeg-0.4.9_p20060530-snow-mmx.patch,
2020 + ffmpeg-0.4.9_p20060530.ebuild:
2021 + Make snow compile on x86 with pic and mmx enabled at the same time, many
2022 + thanks to Martin von Gagern <Martin.vGagern@×××.net> for the patch and the
2023 + overall help
2024 +
2025 + 12 Aug 2006; Luca Barbato <lu_zero@g.o>
2026 + ffmpeg-0.4.9_p20060530.ebuild:
2027 + Marked ~ppc64
2028 +
2029 + 12 Aug 2006; Luca Barbato <lu_zero@g.o>
2030 + ffmpeg-0.4.9_p20060530.ebuild:
2031 + Pin x264 version to avoid build issue with snapshots too new
2032 +
2033 + 01 Aug 2006; Joshua Jackson <tsunam@g.o>
2034 + ffmpeg-0.4.9_p20060530.ebuild:
2035 + Adding ~x86 as it works and all that jazz
2036 +
2037 + 31 May 2006; Gustavo Zacarias <gustavoz@g.o>
2038 + ffmpeg-0.4.9_p20060530.ebuild:
2039 + Gave it a ~sparc
2040 +
2041 + 31 May 2006; Diego Pettenò <flameeyes@g.o>
2042 + ffmpeg-0.4.9_p20060530.ebuild:
2043 + Re-add ~x86-fbsd and ~amd64 keywords.
2044 +
2045 + 31 May 2006; Diego Pettenò <flameeyes@g.o>
2046 + ffmpeg-0.4.9_p20060530.ebuild:
2047 + Remove keywording comments, we always add and drop them every other release.
2048 +
2049 + 31 May 2006; Diego Pettenò <flameeyes@g.o>
2050 + ffmpeg-0.4.9_p20060530.ebuild:
2051 + Remove old hack for $LDFLAGS passing (fixed upstream), remove the
2052 + append-flags (fixed upstream).
2053 +
2054 + 12 Jun 2006; Luca Barbato <lu_zero@g.o>
2055 + ffmpeg-0.4.9_p20060530.ebuild:
2056 + more files to the sed PIC
2057 +
2058 + 31 May 2006; Luca Barbato <lu_zero@g.o>
2059 + ffmpeg-0.4.9_p20060530.ebuild:
2060 + Missing patch
2061 +
2062 +*ffmpeg-0.4.9_p20060530 (30 May 2006)
2063 +
2064 + 30 May 2006; Luca Barbato <lu_zero@g.o>
2065 + +ffmpeg-0.4.9_p20060530.ebuild:
2066 + New snapshot
2067 +
2068 + 28 May 2006; Diego Pettenò <flameeyes@g.o>
2069 + -files/ffmpeg-0.4.9_p20050226-gcc4.patch,
2070 + -files/ffmpeg-0.4.9_p20050906-osx.patch, -files/ffmpeg-a52.patch,
2071 + -files/ffmpeg-configure.patch, -files/ffmpeg-missing_links.patch,
2072 + -files/ffmpeg-osx.patch, -files/gentoo-ffmpeg001.patch,
2073 + -ffmpeg-0.4.9_p20050226-r5.ebuild, -ffmpeg-0.4.9_p20050906.ebuild,
2074 + -ffmpeg-0.4.9_p20051120.ebuild:
2075 + Remove old versions.
2076 +
2077 + 25 May 2006; Diego Pettenò <flameeyes@g.o>
2078 + ffmpeg-0.4.9_p20060302.ebuild:
2079 + Add ~x86-fbsd keyword.
2080 +
2081 +*ffmpeg-0.4.9_p20060517 (17 May 2006)
2082 +
2083 + 17 May 2006; Luca Barbato <lu_zero@g.o>
2084 + +ffmpeg-0.4.9_p20060517.ebuild:
2085 + new snapshot, to be tested
2086 +
2087 + 08 May 2006; Diego Pettenò <flameeyes@g.o>
2088 + ffmpeg-0.4.9_p20060302.ebuild:
2089 + Use -rpath-link to make sure that the libraries are linked correctly, should
2090 + fixes bug #132171.
2091 +
2092 + 03 May 2006; Diego Pettenò <flameeyes@g.o> metadata.xml:
2093 + Update metadata to list media-video@g.o as maintainer.
2094 +
2095 + 20 Apr 2006; Daniel Gryniewicz <dang@g.o>
2096 + +files/ffmpeg-0.4.9_p20060302-amr-64bit.patch,
2097 + ffmpeg-0.4.9_p20060302.ebuild:
2098 + Fix amr on 64-bit arches per bug# 130530
2099 +
2100 + 14 Apr 2006; Diego Pettenò <flameeyes@g.o>
2101 + +files/ffmpeg-0.4.9_p20060302-fbsd-flags.patch,
2102 + ffmpeg-0.4.9_p20060302.ebuild:
2103 + Add patch to respect CFLAGS on FreeBSD, and don't use preplib that's no more
2104 + needed anyway.
2105 +
2106 + 31 Mar 2006; Simon Stelling <blubb@g.o> +files/ffmpeg-libdir.patch,
2107 + ffmpeg-0.4.9_p20060302.ebuild:
2108 + fix wrong libdir paths in .pc files
2109 +
2110 + 21 Mar 2006; Diego Pettenò <flameeyes@g.o>
2111 + +files/ffmpeg-0.4.9_p20051216-asneeded-configure.patch,
2112 + ffmpeg-0.4.9_p20051216.ebuild, ffmpeg-0.4.9_p20060302.ebuild:
2113 + Use --cc option instead of overwriting CC variable to respect the compiler,
2114 + pass --extra-ldflags to respect LDFLAGS (only 20060302 respect them
2115 + entirely). Add patch to allow using --as-needed flag.
2116 +
2117 + 08 Mar 2006; Diego Pettenò <flameeyes@g.o>
2118 + ffmpeg-0.4.9_p20051216.ebuild, ffmpeg-0.4.9_p20060302.ebuild:
2119 + Disable strip, leaving to portage decide if and when to strip.
2120 +
2121 + 06 Mar 2006; Luca Barbato <lu_zero@g.o>
2122 + ffmpeg-0.4.9_p20060302.ebuild:
2123 + merged v4l and v4l2
2124 +
2125 + 05 Mar 2006; Luca Barbato <lu_zero@g.o>
2126 + ffmpeg-0.4.9_p20060302.ebuild:
2127 + Improved ebuild with amr and v4l2 support, thanks to Philip Kovacs
2128 + <kovacsp3@×××××××.net> for the improved ebuild, other minor fixes
2129 +
2130 + 04 Mar 2006; Luca Barbato <lu_zero@g.o>
2131 + files/ffmpeg-shared-gcc4.1.patch:
2132 + fix
2133 +
2134 + 04 Mar 2006; Luca Barbato <lu_zero@g.o>
2135 + +files/ffmpeg-shared-gcc4.1.patch, ffmpeg-0.4.9_p20060302.ebuild:
2136 + ffmpeg-shared-gcc4 patch is back
2137 +
2138 +*ffmpeg-0.4.9_p20060302 (03 Mar 2006)
2139 +
2140 + 03 Mar 2006; Luca Barbato <lu_zero@g.o>
2141 + +ffmpeg-0.4.9_p20060302.ebuild:
2142 + New snapshot
2143 +
2144 + 15 Feb 2006; Diego Pettenò <flameeyes@g.o>
2145 + ffmpeg-0.4.9_p20050226-r3.ebuild:
2146 + Add missing sdl useflag in IUSE.
2147 +
2148 + 30 Jan 2006; Luca Barbato <lu_zero@g.o>
2149 + +files/ffmpeg-shared-gcc4.patch, ffmpeg-0.4.9_p20051216.ebuild:
2150 + x86 workaround from Kevin F. Quinn <kevquinn@g.o>, I'll share the
2151 + blame if breaks something
2152 +
2153 + 09 Jan 2006; Bryan Østergaard <kloeri@g.o
2154 + ffmpeg-0.4.9_p20051216.ebuild:
2155 + Stable on alpha, bug 116181.
2156 +
2157 + 06 Jan 2006; Luca Barbato <lu_zero@g.o>
2158 + ffmpeg-0.4.9_p20051216.ebuild:
2159 + Warning added
2160 +
2161 + 06 Jan 2006; Luca Barbato <lu_zero@g.o>
2162 + files/ffmpeg-soname-symlink.patch:
2163 + minor fix for osx
2164 +
2165 + 03 Jan 2006; Bryan Østergaard <kloeri@g.o
2166 + ffmpeg-0.4.9_p20051216.ebuild:
2167 + ~alpha keyword, bug 116181.
2168 +
2169 + 02 Jan 2006; Fabian Groffen <grobian@g.o>
2170 + ffmpeg-0.4.9_p20051216.ebuild:
2171 + Marked ~ppc-macos (bug #116181)
2172 +
2173 + 02 Jan 2006; Michael Hanselmann <hansmi@g.o>
2174 + ffmpeg-0.4.9_p20051216.ebuild:
2175 + Stable on ppc.
2176 +
2177 + 01 Jan 2006; Simon Stelling <blubb@g.o>
2178 + ffmpeg-0.4.9_p20051216.ebuild:
2179 + stable on amd64 wrt bug 116181
2180 +
2181 + 31 Dec 2005; Markus Rothe <corsair@g.o>
2182 + ffmpeg-0.4.9_p20051216.ebuild:
2183 + Stable on ppc64
2184 +
2185 + 30 Dec 2005; Mark Loeser <halcy0n@g.o>
2186 + ffmpeg-0.4.9_p20051216.ebuild:
2187 + Stable on x86; bug #116181
2188 +
2189 + 30 Dec 2005; Gustavo Zacarias <gustavoz@g.o>
2190 + ffmpeg-0.4.9_p20051216.ebuild:
2191 + Stable on sparc wrt security #116181
2192 +
2193 + 28 Dec 2005; Guy Martin <gmsoft@g.o> ffmpeg-0.4.9_p20051216.ebuild:
2194 + Fix compilation of xine-lib on hppa.
2195 +
2196 + 26 Dec 2005; Luca Barbato <lu_zero@g.o> -ffmpeg-0.4.8.ebuild,
2197 + -ffmpeg-0.4.9_pre1-r1.ebuild, ffmpeg-0.4.9_p20050226-r3.ebuild:
2198 + Cleanup
2199 +
2200 + 21 Dec 2005; Luis Medinas <metalgod@g.o>
2201 + ffmpeg-0.4.9_p20051216.ebuild:
2202 + Add ~amd64 keyword for bug #116181.
2203 +
2204 + 21 Dec 2005; Markus Rothe <corsair@g.o>
2205 + ffmpeg-0.4.9_p20051216.ebuild:
2206 + Added ~ppc64; bug #116181
2207 +
2208 + 21 Dec 2005; Mark Loeser <halcy0n@g.o>
2209 + ffmpeg-0.4.9_p20051216.ebuild:
2210 + Adding ~x86; bug #116181
2211 +
2212 + 20 Dec 2005; Rene Nussbaumer <killerfox@g.o>
2213 + ffmpeg-0.4.9_p20051216.ebuild:
2214 + Unstable on hppa. See bug #116181.
2215 +
2216 + 20 Dec 2005; Gustavo Zacarias <gustavoz@g.o>
2217 + ffmpeg-0.4.9_p20051216.ebuild:
2218 + Keyworded ~sparc wrt #116181
2219 +
2220 + 17 Dec 2005; Luca Barbato <lu_zero@g.o>
2221 + files/ffmpeg-soname-symlink.patch:
2222 + yet another fix part 2
2223 +
2224 + 17 Dec 2005; Luca Barbato <lu_zero@g.o>
2225 + files/ffmpeg-soname-symlink.patch:
2226 + yet another fix
2227 +
2228 + 16 Dec 2005; Luca Barbato <lu_zero@g.o>
2229 + files/ffmpeg-soname-symlink.patch:
2230 + Fix in the patch
2231 +
2232 +*ffmpeg-0.4.9_p20051216 (16 Dec 2005)
2233 +
2234 + 16 Dec 2005; Luca Barbato <lu_zero@g.o>
2235 + +files/ffmpeg-soname-symlink.patch, +files/ffmpeg-unknown-options.patch,
2236 + +ffmpeg-0.4.9_p20051216.ebuild:
2237 + New snapshot
2238 +
2239 + 04 Dec 2005; Lina Pezzella <j4rg0n@g.o>
2240 + ffmpeg-0.4.9_p20051120.ebuild:
2241 + Testing ppc-macos, Bug #113107
2242 +
2243 + 29 Nov 2005; Jason Wever <weeve@g.o> ffmpeg-0.4.9_p20051120.ebuild:
2244 + Added ~sparc keyword wrt bug #113107.
2245 +
2246 + 21 Nov 2005; Luca Barbato <lu_zero@g.o>
2247 + ffmpeg-0.4.9_p20051120.ebuild:
2248 + Marked ~ppc
2249 +
2250 + 21 Nov 2005; Markus Rothe <corsair@g.o>
2251 + ffmpeg-0.4.9_p20051120.ebuild:
2252 + Added ~ppc64 keyword; bug #113107
2253 +
2254 + 21 Nov 2005; Herbie Hopkins <herbs@g.o>
2255 + ffmpeg-0.4.9_p20051120.ebuild:
2256 + Marked ~amd64 wrt bug #113107.
2257 +
2258 + 21 Nov 2005; Chris White <chriswhite@g.o>
2259 + ffmpeg-0.4.9_p20051120.ebuild:
2260 + Added ~x86 keyword as per bug #113107.
2261 +
2262 +*ffmpeg-0.4.9_p20051120 (20 Nov 2005)
2263 +
2264 + 20 Nov 2005; Luca Barbato <lu_zero@g.o>
2265 + +files/ffmpeg-configure.patch, +ffmpeg-0.4.9_p20051120.ebuild:
2266 + New experimental snapshot
2267 +
2268 + 18 Sep 2005; Bryan Østergaard <kloeri@g.o>
2269 + ffmpeg-0.4.9_p20050906.ebuild:
2270 + Add ~alpha keyword.
2271 +
2272 + 17 Sep 2005; Luca Barbato <lu_zero@g.o>
2273 + ffmpeg-0.4.9_p20050906.ebuild:
2274 + ~alpha temporary dropped
2275 +
2276 + 17 Sep 2005; Luca Barbato <lu_zero@g.o>
2277 + ffmpeg-0.4.9_p20050906.ebuild:
2278 + Dep fix for xvid, thanks to Staffan Palmroos <spalmroos@×××××.com>
2279 +
2280 + 15 Sep 2005; Aron Griffis <agriffis@g.o>
2281 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2282 + Mark 0.4.9_p20050226-r5 stable on alpha
2283 +
2284 + 15 Sep 2005; Luca Barbato <lu_zero@g.o>
2285 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2286 + ieee1394 issues, fixed the stable ebuild.
2287 +
2288 + 12 Sep 2005; Luca Barbato <lu_zero@g.o>
2289 + +files/ffmpeg-0.4.9_p20050906-osx.patch, ffmpeg-0.4.9_p20050906.ebuild:
2290 + Other fixes and dylib support
2291 +
2292 + 12 Sep 2005; Luca Barbato <lu_zero@g.o>
2293 + ffmpeg-0.4.9_p20050906.ebuild:
2294 + Fix ieee1394 issues
2295 +
2296 + 10 Sep 2005; Diego Pettenò <flameeyes@g.o>
2297 + ffmpeg-0.4.9_p20050906.ebuild:
2298 + Comments cleanup for missing keywords. Don't install INSTALL file.
2299 +
2300 + 10 Sep 2005; Luca Barbato <lu_zero@g.o>
2301 + ffmpeg-0.4.9_p20050906.ebuild:
2302 + Fix Ogg support
2303 +
2304 +*ffmpeg-0.4.9_p20050906 (08 Sep 2005)
2305 +
2306 + 08 Sep 2005; Luca Barbato <lu_zero@g.o>
2307 + +ffmpeg-0.4.9_p20050906.ebuild:
2308 + New snapshot, src_test added.
2309 +
2310 + 26 Aug 2005; Seemant Kulleen <seemant@g.o>
2311 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2312 + moved libdc1394 from media-plugins to media-libs
2313 +
2314 + 24 Aug 2005; Aron Griffis <agriffis@g.o>
2315 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2316 + stable on ia64
2317 +
2318 + 12 Jun 2005; Bryan Østergaard <kloeri@g.o>
2319 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2320 + Add ~alpha keyword.
2321 +
2322 + 10 Jun 2005; Diego Pettenò <flameeyes@g.o>
2323 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2324 + Use memalign hack on FreeBSD.
2325 +
2326 + 06 Jun 2005; Markus Rothe <corsair@g.o>
2327 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2328 + Stable on ppc64
2329 +
2330 + 17 May 2005; Gustavo Zacarias <gustavoz@g.o>
2331 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2332 + Stable on sparc
2333 +
2334 + 15 May 2005; Diego Pettenò <flameeyes@g.o>
2335 + ffmpeg-0.4.9_pre1-r1.ebuild, ffmpeg-0.4.9_p20050226-r3.ebuild,
2336 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2337 + Removed unused gcc inheriting. Inherited toolchain-funcs where needed.
2338 +
2339 + 09 May 2005; Aron Griffis <agriffis@g.o>
2340 + ffmpeg-0.4.9_p20050226-r3.ebuild, ffmpeg-0.4.9_p20050226-r5.ebuild:
2341 + mark 0.4.9_p20050226-r3 stable on ia64. add ~ia64 to 0.4.9_p20050226-r5
2342 +
2343 + 06 May 2005; Diego Pettenò <flameeyes@g.o>
2344 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2345 + Marked amd64.
2346 +
2347 + 06 May 2005; Luca Barbato <lu_zero@g.o>
2348 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2349 + Marked ppc and x86
2350 +
2351 + 05 May 2005; Donnie Berkholz <spyderous@g.o>;
2352 + +files/0.4.8-gcc3.4-magicF2W.patch:
2353 + Re-add missing patch.
2354 +
2355 +*ffmpeg-0.4.9_pre1-r1 (04 May 2005)
2356 +
2357 + 04 May 2005; Lina Pezzella <j4rg0n@g.o> +files/ffmpeg-osx.patch,
2358 + +ffmpeg-0.4.9_pre1-r1.ebuild:
2359 + Re-added the pre1 ebuild since there are extensive patches made against it
2360 + that do not yet work with upstream's CVS. We're working on the latter, but
2361 + I'm not going to hold up ffmpeg any longer.
2362 +
2363 + 02 May 2005; Luca Barbato <lu_zero@g.o>
2364 + ffmpeg-0.4.9_p20050226-r5.ebuild:
2365 + Forced -fomit-frame-pointer
2366 +
2367 +*ffmpeg-0.4.9_p20050226-r5 (26 Apr 2005)
2368 +
2369 + 26 Apr 2005; Jeremy Huddleston <eradicator@g.o>
2370 + -files/ffmpeg-0.4.7-2.6.patch, -files/0.4.8-gcc3.4-magicF2W.patch,
2371 + -files/alpha-idct.patch, +files/ffmpeg-a52.patch,
2372 + -files/ffmpeg-configure-extralibs.patch,
2373 + +files/ffmpeg-missing_links.patch, -ffmpeg-0.4.7.ebuild,
2374 + -ffmpeg-0.4.8.20040222.ebuild, -ffmpeg-0.4.8.20040322.ebuild,
2375 + -ffmpeg-0.4.8.20040322-r1.ebuild, -ffmpeg-0.4.9_pre1.ebuild,
2376 + -ffmpeg-0.4.9_p20050226-r1.ebuild, -ffmpeg-0.4.9_p20050226.ebuild,
2377 + -ffmpeg-0.4.9_p20050226-r2.ebuild, ffmpeg-0.4.9_p20050226-r3.ebuild,
2378 + -ffmpeg-0.4.9_p20050226-r4.ebuild, +ffmpeg-0.4.9_p20050226-r5.ebuild:
2379 + Revbump to add missing links to needed libs in libavformat. Handle a52 and
2380 + faad properly. Removing old versions.
2381 +
2382 + 25 Apr 2005; Martin Schlemmer <azarah@g.o>
2383 + files/ffmpeg-0.4.9_p20050226-gcc4.patch, ffmpeg-0.4.9_p20050226-r4.ebuild:
2384 + Fixup mafteah's patch the other way around, else it breaks avifile among
2385 + things.
2386 +
2387 + 25 Apr 2005; Martin Schlemmer <azarah@g.o>
2388 + +files/ffmpeg-0.4.9_p20050226-gcc4.patch,
2389 + ffmpeg-0.4.9_p20050226-r4.ebuild:
2390 + Fix building with gcc4. Patch from Genady Okrain (mafteah) 's overlay, with
2391 + some added hunks that was needed this side.
2392 +
2393 + 24 Apr 2005; Diego Pettenò <flameeyes@g.o>
2394 + +files/ffmpeg-configure-extralibs.patch, ffmpeg-0.4.9_p20050226-r4.ebuild:
2395 + Added patch to link to libdc1394 when ieee1394 is enabled. Fixes #90150.
2396 +
2397 + 24 Apr 2005; Michael Hanselmann <hansmi@g.o>
2398 + ffmpeg-0.4.9_p20050226-r3.ebuild:
2399 + Stable on hppa.
2400 +
2401 + 24 Apr 2005; Bryan Østergaard <kloeri@g.o>
2402 + ffmpeg-0.4.9_p20050226-r3.ebuild:
2403 + Stable on alpha.
2404 +
2405 + 24 Apr 2005; Markus Rothe <corsair@g.o>
2406 + ffmpeg-0.4.9_p20050226-r3.ebuild:
2407 + Stable on ppc64
2408 +
2409 + 22 Apr 2005; Diego Pettenò <flameeyes@g.o>
2410 + ffmpeg-0.4.9_p20050226-r4.ebuild:
2411 + Fixed typo on pic/mmx if condition.
2412 +
2413 +*ffmpeg-0.4.9_p20050226-r4 (21 Apr 2005)
2414 +
2415 + 21 Apr 2005; Diego Pettenò <flameeyes@g.o>
2416 + +ffmpeg-0.4.9_p20050226-r4.ebuild:
2417 + Added new revision which applies cleanups on bug #89172, and patch to enable
2418 + mmx on amd64 as for bug #88965.
2419 +
2420 + 19 Apr 2005; Luca Barbato <lu_zero@g.o>
2421 + ffmpeg-0.4.9_p20050226-r3.ebuild:
2422 + Marked ppc and x86
2423 +
2424 + 19 Apr 2005; Diego Pettenò <flameeyes@g.o>
2425 + ffmpeg-0.4.9_p20050226-r3.ebuild:
2426 + Mark ffmpeg-0.4.9_p20050226-r3 stable on amd64.
2427 +
2428 + 18 Apr 2005; Diego Pettenò <flameeyes@g.o>
2429 + ffmpeg-0.4.9_p20050226-r3.ebuild:
2430 + Changed xvid dependency to 1.0. Fixes #88879.
2431 +
2432 +*ffmpeg-0.4.9_p20050226-r3 (03 Apr 2005)
2433 +
2434 + 03 Apr 2005; Jan Brinkmann <luckyduck@g.o>
2435 + +ffmpeg-0.4.9_p20050226-r3.ebuild:
2436 + revision bump to indicate the latest changes, fixes #87681
2437 +
2438 + 30 Mar 2005; Chris White <chriswhite@g.o>
2439 + ffmpeg-0.4.9_p20050226-r1.ebuild, ffmpeg-0.4.9_p20050226-r2.ebuild,
2440 + ffmpeg-0.4.9_p20050226.ebuild:
2441 + Fixed bug #87069.
2442 +
2443 + 21 Mar 2005; Jeremy Huddleston <eradicator@g.o>
2444 + ffmpeg-0.4.9_p20050226-r2.ebuild:
2445 + Use the right toolchain compiler.
2446 +
2447 + 20 Mar 2005; Chris White <chriswhite@g.o>
2448 + files/gentoo-ffmpeg001.patch, ffmpeg-0.4.9_p20050226-r2.ebuild:
2449 + Fixed a52 linking (again). Closes bugs #85929 and #85952.
2450 +
2451 +*ffmpeg-0.4.9_p20050226-r2 (19 Mar 2005)
2452 +
2453 + 19 Mar 2005; Chris White <chriswhite@g.o>
2454 + +files/ffmpeg-libdir-pic.patch, files/gentoo-ffmpeg001.patch,
2455 + +ffmpeg-0.4.9_p20050226-r2.ebuild:
2456 + Fix bug #84241 (multilib and pic).
2457 +
2458 + 16 Mar 2005; Chris White <chriswhite@g.o>
2459 + ffmpeg-0.4.9_p20050226-r1.ebuild:
2460 + Added missing emake.
2461 +
2462 + 11 Mar 2005; Luca Barbato <lu_zero@g.o>
2463 + ffmpeg-0.4.9_p20050226-r1.ebuild:
2464 + Put back xvid support
2465 +
2466 +*ffmpeg-0.4.9_p20050226-r1 (10 Mar 2005)
2467 +
2468 + 10 Mar 2005; Chris White <chriswhite@g.o>
2469 + +ffmpeg-0.4.9_p20050226-r1.ebuild:
2470 + Fixed bug #67947. -fPIC logic makes sense now. Thanks to Kevin Quin for
2471 + supplying the logic.
2472 +
2473 + 07 Mar 2005; Chris White <chriswhite@g.o>
2474 + ffmpeg-0.4.9_p20050226.ebuild:
2475 + Added threading support.
2476 +
2477 + 03 Mar 2005; Luca Barbato <lu_zero@g.o>
2478 + ffmpeg-0.4.9_p20050226.ebuild:
2479 + Removed xvid useflag
2480 +
2481 + 01 Mar 2005; Chris White <chriswhite@g.o>
2482 + ffmpeg-0.4.9_p20050226.ebuild:
2483 + Fix bad spelling.
2484 +
2485 +*ffmpeg-0.4.9_p20050226 (01 Mar 2005)
2486 +
2487 + 01 Mar 2005; Chris White <chriswhite@g.o>
2488 + +files/gentoo-ffmpeg001.patch, +ffmpeg-0.4.9_p20050226.ebuild:
2489 + Bumped to 20050226 snapshot release.
2490 +
2491 + 24 Feb 2005; Jan Brinkmann <luckyduck@g.o> ffmpeg-0.4.8.ebuild:
2492 + fixed #82873, emerge failed due to missing patch.
2493 +
2494 + 06 Feb 2005; Jan Brinkmann <luckyduck@g.o> ffmpeg-0.4.7.ebuild,
2495 + ffmpeg-0.4.8.20040222.ebuild, ffmpeg-0.4.8.20040322-r1.ebuild,
2496 + ffmpeg-0.4.8.20040322.ebuild, ffmpeg-0.4.8.ebuild, ffmpeg-0.4.9_pre1.ebuild:
2497 + added dummy src_test() to fix #77212
2498 +
2499 + 16 Dec 2004; Markus Rothe <corsair@g.o> ffmpeg-0.4.9_pre1.ebuild:
2500 + Stable on ppc64
2501 +
2502 + 14 Dec 2004; Jeremy Huddleston <eradicator@g.o>
2503 + ffmpeg-0.4.7.ebuild, ffmpeg-0.4.8.20040222.ebuild,
2504 + ffmpeg-0.4.8.20040322-r1.ebuild, ffmpeg-0.4.8.20040322.ebuild,
2505 + ffmpeg-0.4.8.ebuild, ffmpeg-0.4.9_pre1.ebuild:
2506 + Using 'aac' instead of faad and faac.
2507 +
2508 + 02 Nov 2004; Markus Rothe <corsair@g.o> ffmpeg-0.4.9_pre1.ebuild:
2509 + Marked ~ppc64
2510 +
2511 + 25 Aug 2004; Sven Wegener <swegener@g.o> ffmpeg-0.4.9_pre1.ebuild:
2512 + Changed SRC_URI to use mirror:// syntax.
2513 +
2514 +*ffmpeg-0.4.9_pre1 (21 Jul 2004)
2515 +
2516 + 21 Jul 2004; Jeremy Huddleston <eradicator@g.o>
2517 + +ffmpeg-0.4.9_pre1.ebuild:
2518 + Version bump closes bug #56613.
2519 +
2520 + 25 Jun 2004; Daniel Goller <morfic@g.o> ffmpeg-0.4.8.20040322-r1.ebuild:
2521 + ffmpeg-0.4.8.20040322-r1.ebuild adding patch for gcc 3.4.x
2522 + closes 49383 Credit goes to Ed Catmur for the patch
2523 +
2524 + 24 Jun 2004; Martin Holzer <mholzer@g.o>
2525 + ffmpeg-0.4.8.20040322-r1.ebuild, ffmpeg-0.4.8.20040322.ebuild:
2526 + removing symblink from ffplay to ffmpeg. closes 51014
2527 +
2528 + 09 Jun 2004; Luca Barbato <lu_zero@g.o>
2529 + ffmpeg-0.4.8.20040322-r1.ebuild:
2530 + Same fix from amd64
2531 +
2532 + 09 Jun 2004; Thomas Raschbacher <lordvan@g.o>
2533 + ffmpeg-0.4.8.20040322-r1.ebuild:
2534 + only enable faac when we are not on ia64 or alpha in src_compile
2535 +
2536 +*ffmpeg-0.4.8.20040322-r1 (09 Jun 2004)
2537 +
2538 + 09 Jun 2004; Thomas Raschbacher <lordvan@g.o>
2539 + +ffmpeg-0.4.8.20040322-r1.ebuild:
2540 + -r1 adds faac support, added local USE flag
2541 + fixes bug #48090, thanks to Stefan Briesenick <sbriesen@×××.de>
2542 +
2543 + 07 Jun 2004; Travis Tilley <lv@g.o> ffmpeg-0.4.8.20040322.ebuild:
2544 + stable on amd64
2545 +
2546 + 05 Jun 2004; <tester@g.o> ffmpeg-0.4.8.20040322.ebuild:
2547 + No longer available from SRC_URI, changed the keywords to -*.. oops
2548 + we have it on our mirrors... sorry..
2549 +
2550 + 30 Mar 2004; Sven Blumenstein <bazik@g.o>
2551 + ffmpeg-0.4.8.20040322.ebuild:
2552 + Stable on sparc.
2553 +
2554 + 26 Mar 2004; Joel Martin <kanaka@g.o> ffmpeg-0.4.8.20040222.ebuild,
2555 + ffmpeg-0.4.8.20040322.ebuild:
2556 + Filter out -momit-leaf-frame-pointer flag from libpostproc compilation
2557 +
2558 +*ffmpeg-0.4.8.20040322 (22 Mar 2004)
2559 +
2560 + 22 Mar 2004; Luca Barbato <lu_zero@g.o> ffmpeg-0.4.8.20040322.ebuild:
2561 + New snapshot, works with ppc
2562 +
2563 + 15 Mar 2004; Luca Barbato <lu_zero@g.o> ffmpeg-0.4.8.20040222.ebuild:
2564 + Marked -ppc pending a fix for misbuild.
2565 +
2566 +*ffmpeg-0.4.8.20040222 (11 Mar 2004)
2567 +
2568 + 11 Mar 2004; <kanaka@g.o> ffmpeg-0.4.8.20040222.ebuild:
2569 + Install libpostproc library. Update to newer snapshot. Bug 27051
2570 +
2571 + 17 Feb 2004; Aron Griffis <agriffis@g.o> ffmpeg-0.4.8.ebuild:
2572 + stable on alpha and ia64
2573 +
2574 + 16 Jan 2004; Bartosch Pixa <darkspecter@g.o> ffmpeg-0.4.8.ebuild:
2575 + set ppc in keywords
2576 +
2577 + 29 Nov 2003; Brad House <brad_mssw@g.o> ffmpeg-0.4.8.ebuild:
2578 + amd64 needs -fPIC to compile properly
2579 +
2580 + 22 Nov 2003; Luca Barbato <lu_zero@g.o> ffmpeg-0.4.8.ebuild:
2581 + altivec related fix, thanks to Olivier <ocastan@××××.fr> for the report
2582 + and the patch
2583 +
2584 +*ffmpeg-0.4.8 (18 Oct 2003)
2585 +
2586 + 18 Oct 2003; <iggy@g.o> ffmpeg-0.4.8.ebuild:
2587 + version bump, fix a bug where it was trying to include X11/Xlib.h for no
2588 + apparent reason
2589 +
2590 +*ffmpeg-0.4.7 (09 Sep 2003)
2591 +
2592 + 09 Sep 2003; Martin Holzer <mholzer@g.o> ffmpeg-0.4.7.ebuild:
2593 + Version bumped.
2594 +
2595 + 14 Jul 2003; Alastair Tse <liquidx@g.o>
2596 + ffmpeg-0.4.7_pre20030624.ebuild:
2597 + depend on a non-masked version of imlib2
2598 +
2599 + 13 Jul 2003; Nick Hadaway <raker@g.o> ffmpeg-0.4.7_pre20030624.ebuild:
2600 + Adding sdl, imlib, and truetype use flags.
2601 +
2602 + 06 Jul 2003; Nick Hadaway <raker@g.o> ffmpeg-0.4.7_pre20030624.ebuild:
2603 + Marked stble for x86
2604 +
2605 + 02 Jul 2003; Nick Hadaway <raker@g.o> ffmpeg-0.4.7_pre20030624.ebuild,
2606 + files/alpha-idct.patch:
2607 + Addresses bug #23563. This problem was fixed upstream in cvs.
2608 + Added a small patch.
2609 +
2610 +*ffmpeg-0.4.7_pre20030624 (26 Jun 2003)
2611 +
2612 + 26 Jun 2003; Nick Hadaway <raker@g.o> ffmpeg-0.4.7_pre20030624.ebuild:
2613 + As of June 9th, 0.4.6 is considered obsolete by the upstream author.
2614 + This build pulled from a cvs snapshot now has support for the dvd
2615 + and static use variables. Also added faad as a local use variable.
2616 +
2617 +*ffmpeg-0.4.6-r1 (4 Jan 2003)
2618 +
2619 + 10 Mar 2003; Will Woods <wwoods@g.o> ffmpeg-0.4.6-r1.ebuild:
2620 + Added ~alpha to keywords and -fPIC to flags, fixes bug #16281
2621 +
2622 + 19 Feb 2003; Martin Holzer <mholzer@g.o> ffmpeg-0.4.6-r1.ebuild :
2623 + Marked as stable.
2624 +
2625 + 26 Jan 2003; Seemant Kulleen <seemant@g.o> ffmpeg-0.4.6-r1.ebuild :
2626 +
2627 + Added -fPIC to the filter-flags to sort out compiling issues such as
2628 + those reported in bug #14500 by atomicdog@×××××.net (Conrad Akier)
2629 +
2630 + 4 Jan 2003; Joshua Brindle <method@g.o> ffmpeg-0.4.6-r1.ebuild :
2631 + merge patches to ebuild and package from Rene Wagner <reenoo@×××.de>
2632 + to install libavcodec as a .so.
2633 +
2634 +*ffmpeg-0.4.6 (3 Jan 2003)
2635 +
2636 + 3 Jan 2003; Joshua Brindle <method@g.o> ffmpeg-0.4.6.ebuild :
2637 + version bump, this is a release non-snapshot version, recommend upgrade
2638 +
2639 +*ffmpeg-0.4.5.20021212 (13 Dec 2002)
2640 +
2641 + 5 Jan 2002; Joshua Brindle <method@g.o ffmpeg-0.4.5.20021212.ebuild :
2642 + removed this ebuild from portage, it is old and was a cvs snapshot, 0.4.6
2643 + contains everything this did and is a release version
2644 +
2645 + 14 Dec 2002; Joshua Brindle <method@g.o> ffmpeg-0.4.5.20021212.ebuild :
2646 + Changing url to reflect where author moved his.
2647 +
2648 + 13 Dec 2002; Bryon Roche <kain@g.o> ffmpeg-0.4.5.20021212.ebuild :
2649 + ffmpeg isn't REALLY x86 specific. Giving ppc and sparc a nice big ~.
2650 +
2651 + 12 Dec 2002; Joshua Brindle <method@g.o> ffmpeg-0.4.5.20021212.ebuild :
2652 + cvs snapshot so that streaming will work, also added mp3lame and oggvorbis
2653 + support with encode and oggvorbis use vars.
2654 +
2655 + 06 Dec 2002; Rodney Rees <manson@g.o> : changed sparc ~sparc keywords
2656 +
2657 +*ffmpeg-0.4.5 (1 Feb 2002)
2658 +
2659 + 25 Sep 2002; Daniel Ahlberg <aliz@g.o> ffmpeg-0.4.5.ebuild :
2660 + Filter out "-fforce-addr".
2661 +
2662 + 05 Sep 2002; Seemant Kulleen <seemant@g.o> ffmpeg-0.4.5.ebuild :
2663 +
2664 + Added nasm to DEPEND. Thanks to: jfelice@××××××××.com (Jay 'Eraserhead'
2665 + Felice) in bug #7481. Also tagged it x86 only due to this.
2666 +
2667 + 1 Feb 2002; G.Bevin <gbevin@g.o> ChangeLog :
2668 +
2669 + Added initial ChangeLog which should be updated whenever the package is
2670 + updated in any way. This changelog is targetted to users. This means that the
2671 + comments should well explained and written in clean English. The details about
2672 + writing correct changelogs are explained in the skel.ChangeLog file which you
2673 + can find in the root directory of the portage repository.
2674
2675 diff --git a/media-video/ffmpeg/Manifest b/media-video/ffmpeg/Manifest
2676 new file mode 100644
2677 index 0000000..68b3bcd
2678 --- /dev/null
2679 +++ b/media-video/ffmpeg/Manifest
2680 @@ -0,0 +1,27 @@
2681 +-----BEGIN PGP SIGNED MESSAGE-----
2682 +Hash: SHA256
2683 +
2684 +AUX checkstack.patch 1801 SHA256 d70ff6ce4cfd080a5b7e0a8678ad9aba994f41e67edef07fc9771a645a118644 SHA512 de57e31e747ff87152a0c3011a84760b8bcce97090cb3d29676ef77d20a9c0944f3e082301a086af2cb15b4bfcc6699eb7cd7c058dcc6970e4cf80b8ccfeee19 WHIRLPOOL 9f78951e8bacc0bba8976126e235257ac0459bc090ac3bc6ad04b9b2720ae00ec56168f7057793e6c189f8da2da048cc9e0ba6010a601c9b2b26762d8d20e0c9
2685 +AUX flashtest.patch 2343 SHA256 fcd05d4ad3f8cc6dd64a55c83279bd5738002100f1cfdf2f4ca8c9547f5b9a28 SHA512 e2994e3b25b207021e00ed982a82efa8ab2fdf2499f5ef97b7f280a0abd33fac639b7e26c26b5ed7dac70931c009b7062b6c91c4b4b38d30a29f8b364a837ba0 WHIRLPOOL 78c41fd6dcd7f698b92ee6f9ac0c5c5d80c8e45c3dffb8c2bff72f0802084b78ce601dd716c6ae7b6bc6641b4f98a1ec33acfe761a13bcfaeafe3677fa6e3ee0
2686 +AUX freiordl.patch 611 SHA256 4857bbf856e2014f41d89d0ed0744f7bb3277e5600a877f2b84e0aae571f3dcf SHA512 1d7491e65fec247d9cb6b14e9a494f55e3a88ca9ce0962b7874e3f3e5c087ca7672bda5949637f4493c49a388070addb9db909c2e384f8a4349609ec02e7dd3f WHIRLPOOL dc2bbc9c95dff14998ef8f7f15c55b9cdc9464e01e036c3b67935d9505596360d103aafb9a50b43e6d2e78950664c4b6f214a874fc6aa29727397130a98e6511
2687 +DIST ffmpeg-0.10.7.tar.bz2 5782181 SHA256 f5f3fc43e0f7789a3cf8f4f379851a5a838dd652144e5d2ad4fc727387678422 SHA512 d84cc9e678ee23b3ce2e0854c0907914042ad15ff0bdf4c62ddee71ec66fb23a2be89a4553c367eb79f6652a134bb33cf3c5e89a169dc1200fdb6f182aea4968 WHIRLPOOL a4fd815da627f20cfa2ea867129286f6016f2b54ca81fc3444edda5f224063173b789b92d1ce3812c3af6449f3652f9972365f63d20acfdb1beadf4bc2a1b6ba
2688 +EBUILD ffmpeg-0.10.7-r99.ebuild 8984 SHA256 2b015da713ba4837ef51258bf21bc556d0ac714c2e7fc5fee1204096f9c6025b SHA512 7738b8472658195c20fbcc4da3f98d5dfc38befcd91335177e23b4eb2b77a23165133038aed31765cda842a717373b62ba932678bc51a2527597fda6fc1c648c WHIRLPOOL a4b78fcb3c5e854cfe08be7350cc5b800d6684d1e72ba0f39aa16560c83682b4170ef6980121fc4b78a5dc98e0079c9b6542250e6f6b6334ab031f1818411bf5
2689 +MISC ChangeLog 91437 SHA256 61df5967b9d99079dad2e9da83416bf0be2138511ae64fc53640e48f5b21ccbc SHA512 f5364aaf2d648c72f03082f6cccc3e86313585427f46747c6bd8869862044cd43e873236322d21234073b89e048cfeb54cbe140d37fd723196e77d19327d5358 WHIRLPOOL 01e84d16499cf129a9ae3e6d66d55590b149db125e01e97cfe88edeab0412200306cd601f57ce34a5955f3e80b4a44260c0cd007d19ed40b8cd5243c5fe29bb8
2690 +MISC metadata.xml 3610 SHA256 f063020557dbf61fffd89023e8b4181bdbbd65ff775a12d5eef68d8ab5c8d32f SHA512 d48ae96183cb2412b251b60a2d49f9ad847b62b1a3e822ec1559108ec87974f9a45d464fa12593fdb95e124bc1e7c88d3e710cf41327e4bf725d00f9450e67cf WHIRLPOOL 4082cf7d5382f8f4d25ea60ef1410a6d1ad90ddbad2b622cbba47e1f31e782ef24ef4f05fd064a04b4d63e16544dd7307e85970cfe57483d95c82f0c03d0eb0a
2691 +-----BEGIN PGP SIGNATURE-----
2692 +Version: GnuPG v2.0.19 (GNU/Linux)
2693 +
2694 +iQIcBAEBCAAGBQJRpphPAAoJEJOE+m71LUu6NgUP/1palhDV1dkzFmRWO9s/KEox
2695 +trDfk1k/W/SGgZAb2tpPTq6tMFeCx76EG4vChIJBykSwm8CtBXydN/G7ZIf4VIGc
2696 +OHiChj6PShCWFP7GyLRrmQWwnHM3QPX0TRSVNSYnPOXCAyD8hFEEWwUJtXmy9XVe
2697 +leauc61t2LvkMghXZVAG2vTQLiTwPhj42aSE6PuX/sR8bT6QeOyyxb1QJrwO0EL6
2698 +CAyOYhyteaz4JSLIm5rWKznqFN8u1lgG0GvzaNIAYuBlm9UtKWK66I6V2x/fmQC4
2699 +8vxaM6wS2jFzVxNY7Krh9ptE2k0a0t3gQI+HDqGxMjXJRILVHCbm52FLnc+vOvue
2700 +MngKJtfIpZJ7I6OAAJLcLpQ3gf2E3s33duLKhGxoBdJubZka8n2Ex/7OYHGinM56
2701 +zWNrZRWkCeQD5+JPRC39w9wwDk5Qp0szZYs47R6X4ZhMmkwijyC5jlgrOj2JjHUA
2702 +99U0NdfL3sMB366R5OZdRIQTTxi7qFYTtl9qiJu9WuZlcfknEb0+S40/kbMC6fIR
2703 +P9A3wDVq+ekePh8KRVMqsn9lE6EuX7UEKq4MHxlQI0IobWUZjTp55GuodujAMgnm
2704 +4XsshpFvowK+sBjpXc47jkqNa5I2Gunf+SpgLmHBDjbYcnSaMawlETri2qGC7jHf
2705 +gw7Alufs0RUAbeWgeAO1
2706 +=XHfl
2707 +-----END PGP SIGNATURE-----
2708
2709 diff --git a/media-video/ffmpeg/ffmpeg-0.10.7-r99.ebuild b/media-video/ffmpeg/ffmpeg-0.10.7-r99.ebuild
2710 new file mode 100644
2711 index 0000000..796714d
2712 --- /dev/null
2713 +++ b/media-video/ffmpeg/ffmpeg-0.10.7-r99.ebuild
2714 @@ -0,0 +1,294 @@
2715 +# Copyright 1999-2013 Gentoo Foundation
2716 +# Distributed under the terms of the GNU General Public License v2
2717 +# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.7.ebuild,v 1.10 2013/04/13 07:42:54 ago Exp $
2718 +
2719 +EAPI="4"
2720 +
2721 +SCM=""
2722 +if [ "${PV#9999}" != "${PV}" ] ; then
2723 + SCM="git-2"
2724 + EGIT_REPO_URI="git://git.videolan.org/ffmpeg.git"
2725 +fi
2726 +
2727 +inherit eutils flag-o-matic multilib toolchain-funcs ${SCM}
2728 +
2729 +DESCRIPTION="Complete solution to record, convert and stream audio and video. Includes libavcodec."
2730 +HOMEPAGE="http://ffmpeg.org/"
2731 +if [ "${PV#9999}" != "${PV}" ] ; then
2732 + SRC_URI=""
2733 +elif [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
2734 + SRC_URI="mirror://gentoo/${P}.tar.bz2"
2735 +else # Release
2736 + SRC_URI="http://ffmpeg.org/releases/${P/_/-}.tar.bz2"
2737 +fi
2738 +FFMPEG_REVISION="${PV#*_p}"
2739 +
2740 +LICENSE="GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )"
2741 +SLOT="0"
2742 +if [ "${PV#9999}" = "${PV}" ] ; then
2743 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
2744 +fi
2745 +IUSE="
2746 + aac aacplus alsa amr bindist +bzip2 cdio celt cpudetection debug
2747 + dirac doc +encode faac frei0r gnutls gsm +hardcoded-tables ieee1394 jack
2748 + jpeg2k libass libv4l modplug mp3 network openal openssl oss pic pulseaudio
2749 + rtmp schroedinger sdl speex static-libs test theora threads
2750 + truetype v4l vaapi vdpau vorbis vpx X x264 xvid +zlib
2751 + "
2752 +
2753 +# String for CPU features in the useflag[:configure_option] form
2754 +# if :configure_option isn't set, it will use 'useflag' as configure option
2755 +CPU_FEATURES="3dnow:amd3dnow 3dnowext:amd3dnowext altivec avx mmx mmxext:mmx2 ssse3 vis neon"
2756 +
2757 +for i in ${CPU_FEATURES}; do
2758 + IUSE="${IUSE} ${i%:*}"
2759 +done
2760 +
2761 +FFTOOLS="aviocat cws2fws ffeval graph2dot ismindex pktdumper qt-faststart trasher"
2762 +
2763 +for i in ${FFTOOLS}; do
2764 + IUSE="${IUSE} +fftools_$i"
2765 +done
2766 +
2767 +RDEPEND="
2768 + alsa? ( media-libs/alsa-lib )
2769 + amr? ( media-libs/opencore-amr )
2770 + bzip2? ( app-arch/bzip2 )
2771 + cdio? ( || ( dev-libs/libcdio-paranoia <dev-libs/libcdio-0.90[-minimal] ) )
2772 + celt? ( >=media-libs/celt-0.11.1 )
2773 + dirac? ( media-video/dirac )
2774 + encode? (
2775 + aac? ( media-libs/vo-aacenc )
2776 + aacplus? ( media-libs/libaacplus )
2777 + amr? ( media-libs/vo-amrwbenc )
2778 + faac? ( media-libs/faac )
2779 + mp3? ( >=media-sound/lame-3.98.3 )
2780 + theora? ( >=media-libs/libtheora-1.1.1[encode] media-libs/libogg )
2781 + vorbis? ( media-libs/libvorbis media-libs/libogg )
2782 + x264? ( >=media-libs/x264-0.0.20111017 )
2783 + xvid? ( >=media-libs/xvid-1.1.0 )
2784 + )
2785 + frei0r? ( media-plugins/frei0r-plugins )
2786 + gnutls? ( >=net-libs/gnutls-2.12.16 )
2787 + gsm? ( >=media-sound/gsm-1.0.12-r1 )
2788 + ieee1394? ( media-libs/libdc1394 sys-libs/libraw1394 )
2789 + jack? ( media-sound/jack-audio-connection-kit )
2790 + jpeg2k? ( >=media-libs/openjpeg-1.3-r2 )
2791 + libass? ( media-libs/libass )
2792 + libv4l? ( media-libs/libv4l )
2793 + modplug? ( media-libs/libmodplug )
2794 + openal? ( >=media-libs/openal-1.1 )
2795 + pulseaudio? ( media-sound/pulseaudio )
2796 + rtmp? ( >=media-video/rtmpdump-2.2f )
2797 + sdl? ( >=media-libs/libsdl-1.2.13-r1[audio,video] )
2798 + schroedinger? ( media-libs/schroedinger )
2799 + speex? ( >=media-libs/speex-1.2_beta3 )
2800 + truetype? ( media-libs/freetype:2 )
2801 + vaapi? ( >=x11-libs/libva-0.32 )
2802 + vdpau? ( x11-libs/libvdpau )
2803 + vpx? ( >=media-libs/libvpx-0.9.6 )
2804 + X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXfixes )
2805 + zlib? ( sys-libs/zlib )
2806 + !media-video/qt-faststart
2807 + !media-libs/libpostproc
2808 +"
2809 +
2810 +DEPEND="${RDEPEND}
2811 + >=sys-devel/make-3.81
2812 + dirac? ( virtual/pkgconfig )
2813 + doc? ( app-text/texi2html )
2814 + gnutls? ( virtual/pkgconfig )
2815 + ieee1394? ( virtual/pkgconfig )
2816 + libv4l? ( virtual/pkgconfig )
2817 + mmx? ( dev-lang/yasm )
2818 + rtmp? ( virtual/pkgconfig )
2819 + schroedinger? ( virtual/pkgconfig )
2820 + test? ( net-misc/wget )
2821 + truetype? ( virtual/pkgconfig )
2822 + v4l? ( sys-kernel/linux-headers )
2823 +"
2824 +# faac is license-incompatible with ffmpeg
2825 +REQUIRED_USE="bindist? ( encode? ( !faac !aacplus ) !openssl )
2826 + libv4l? ( v4l )
2827 + fftools_cws2fws? ( zlib )
2828 + test? ( encode zlib )"
2829 +
2830 +S=${WORKDIR}/${P/_/-}
2831 +
2832 +src_prepare() {
2833 + if [ "${PV%_p*}" != "${PV}" ] ; then # Snapshot
2834 + export revision=git-N-${FFMPEG_REVISION}
2835 + fi
2836 + epatch "${FILESDIR}/freiordl.patch"
2837 + epatch "${FILESDIR}/flashtest.patch"
2838 + epatch "${FILESDIR}/checkstack.patch"
2839 +
2840 + if has_version dev-libs/libcdio-paranoia; then
2841 + sed -i \
2842 + -e 's:cdio/cdda.h:cdio/paranoia/cdda.h:' \
2843 + -e 's:cdio/paranoia.h:cdio/paranoia/paranoia.h:' \
2844 + configure libavdevice/libcdio.c || die
2845 + fi
2846 +}
2847 +
2848 +src_configure() {
2849 + local myconf="${EXTRA_FFMPEG_CONF}"
2850 + # Set to --enable-version3 if (L)GPL-3 is required
2851 + local version3=""
2852 +
2853 + # enabled by default
2854 + for i in debug doc network vaapi vdpau zlib; do
2855 + use ${i} || myconf="${myconf} --disable-${i}"
2856 + done
2857 + use bzip2 || myconf="${myconf} --disable-bzlib"
2858 + use sdl || myconf="${myconf} --disable-ffplay"
2859 +
2860 + use cpudetection && myconf="${myconf} --enable-runtime-cpudetect"
2861 + use openssl && myconf="${myconf} --enable-openssl --enable-nonfree"
2862 + for i in gnutls ; do
2863 + use $i && myconf="${myconf} --enable-$i"
2864 + done
2865 +
2866 + # Encoders
2867 + if use encode
2868 + then
2869 + use mp3 && myconf="${myconf} --enable-libmp3lame"
2870 + use aac && { myconf="${myconf} --enable-libvo-aacenc" ; version3=" --enable-version3" ; }
2871 + use amr && { myconf="${myconf} --enable-libvo-amrwbenc" ; version3=" --enable-version3" ; }
2872 + for i in theora vorbis x264 xvid; do
2873 + use ${i} && myconf="${myconf} --enable-lib${i}"
2874 + done
2875 + use aacplus && myconf="${myconf} --enable-libaacplus --enable-nonfree"
2876 + use faac && myconf="${myconf} --enable-libfaac --enable-nonfree"
2877 + else
2878 + myconf="${myconf} --disable-encoders"
2879 + fi
2880 +
2881 + # libavdevice options
2882 + use cdio && myconf="${myconf} --enable-libcdio"
2883 + use ieee1394 && myconf="${myconf} --enable-libdc1394"
2884 + use openal && myconf="${myconf} --enable-openal"
2885 + # Indevs
2886 + # v4l1 is gone since linux-headers-2.6.38
2887 + myconf="${myconf} --disable-indev=v4l"
2888 + use v4l || myconf="${myconf} --disable-indev=v4l2"
2889 + for i in alsa oss jack ; do
2890 + use ${i} || myconf="${myconf} --disable-indev=${i}"
2891 + done
2892 + use X && myconf="${myconf} --enable-x11grab"
2893 + use pulseaudio && myconf="${myconf} --enable-libpulse"
2894 + use libv4l && myconf="${myconf} --enable-libv4l2"
2895 + # Outdevs
2896 + for i in alsa oss sdl ; do
2897 + use ${i} || myconf="${myconf} --disable-outdev=${i}"
2898 + done
2899 + # libavfilter options
2900 + use frei0r && myconf="${myconf} --enable-frei0r"
2901 + use truetype && myconf="${myconf} --enable-libfreetype"
2902 + use libass && myconf="${myconf} --enable-libass"
2903 +
2904 + # Threads; we only support pthread for now but ffmpeg supports more
2905 + use threads && myconf="${myconf} --enable-pthreads"
2906 +
2907 + # Decoders
2908 + use amr && { myconf="${myconf} --enable-libopencore-amrwb --enable-libopencore-amrnb" ; version3=" --enable-version3" ; }
2909 + for i in celt gsm dirac modplug rtmp schroedinger speex vpx; do
2910 + use ${i} && myconf="${myconf} --enable-lib${i}"
2911 + done
2912 + use jpeg2k && myconf="${myconf} --enable-libopenjpeg"
2913 +
2914 + # CPU features
2915 + for i in ${CPU_FEATURES}; do
2916 + use ${i%:*} || myconf="${myconf} --disable-${i#*:}"
2917 + done
2918 + if use pic ; then
2919 + myconf="${myconf} --enable-pic"
2920 + # disable asm code if PIC is required
2921 + # as the provided asm decidedly is not PIC for x86.
2922 + use x86 && myconf="${myconf} --disable-asm"
2923 + fi
2924 + [[ ${ABI} == "x32" ]] && myconf+=" --disable-asm" #427004
2925 +
2926 + # Try to get cpu type based on CFLAGS.
2927 + # Bug #172723
2928 + # We need to do this so that features of that CPU will be better used
2929 + # If they contain an unknown CPU it will not hurt since ffmpeg's configure
2930 + # will just ignore it.
2931 + for i in $(get-flag march) $(get-flag mcpu) $(get-flag mtune) ; do
2932 + [ "${i}" = "native" ] && i="host" # bug #273421
2933 + myconf="${myconf} --cpu=${i}"
2934 + break
2935 + done
2936 +
2937 + # Mandatory configuration
2938 + myconf="
2939 + --enable-gpl
2940 + ${version3}
2941 + --enable-postproc
2942 + --enable-avfilter
2943 + --disable-stripping
2944 + ${myconf}"
2945 +
2946 + # cross compile support
2947 + if tc-is-cross-compiler ; then
2948 + myconf="${myconf} --enable-cross-compile --arch=$(tc-arch-kernel) --cross-prefix=${CHOST}-"
2949 + case ${CHOST} in
2950 + *freebsd*)
2951 + myconf="${myconf} --target-os=freebsd"
2952 + ;;
2953 + mingw32*)
2954 + myconf="${myconf} --target-os=mingw32"
2955 + ;;
2956 + *linux*)
2957 + myconf="${myconf} --target-os=linux"
2958 + ;;
2959 + esac
2960 + fi
2961 +
2962 + # Misc stuff
2963 + use hardcoded-tables && myconf="${myconf} --enable-hardcoded-tables"
2964 +
2965 + cd "${S}"
2966 + ./configure \
2967 + --prefix="${EPREFIX}/usr" \
2968 + --libdir="${EPREFIX}/usr/$(get_libdir)" \
2969 + --shlibdir="${EPREFIX}/usr/$(get_libdir)" \
2970 + --mandir="${EPREFIX}/usr/share/man" \
2971 + --enable-shared \
2972 + --cc="$(tc-getCC)" \
2973 + --cxx="$(tc-getCXX)" \
2974 + --ar="$(tc-getAR)" \
2975 + --optflags="${CFLAGS}" \
2976 + --extra-cflags="${CFLAGS}" \
2977 + --extra-cxxflags="${CXXFLAGS}" \
2978 + $(use_enable static-libs static) \
2979 + ${myconf} || die
2980 +}
2981 +
2982 +src_compile() {
2983 + emake
2984 +
2985 + for i in ${FFTOOLS} ; do
2986 + if use fftools_$i ; then
2987 + emake tools/$i
2988 + fi
2989 + done
2990 +}
2991 +
2992 +src_install() {
2993 + emake DESTDIR="${D}" install install-man
2994 +
2995 + dodoc Changelog README INSTALL
2996 + dodoc -r doc/*
2997 +
2998 + for i in ${FFTOOLS} ; do
2999 + if use fftools_$i ; then
3000 + dobin tools/$i
3001 + fi
3002 + done
3003 +}
3004 +
3005 +src_test() {
3006 + LD_LIBRARY_PATH="${S}/libpostproc:${S}/libswscale:${S}/libswresample:${S}/libavcodec:${S}/libavdevice:${S}/libavfilter:${S}/libavformat:${S}/libavutil" \
3007 + emake fate
3008 +}
3009
3010 diff --git a/media-video/ffmpeg/files/checkstack.patch b/media-video/ffmpeg/files/checkstack.patch
3011 new file mode 100644
3012 index 0000000..4f96953
3013 --- /dev/null
3014 +++ b/media-video/ffmpeg/files/checkstack.patch
3015 @@ -0,0 +1,48 @@
3016 +--- libavcodec/x86/mlpdsp.c 2013-05-30 00:47:51.100621173 +0200
3017 ++++ libavcodec/x86/mlpdsp.c 2013-05-30 00:56:27.318621998 +0200
3018 +@@ -38,12 +38,6 @@
3019 + "imul %%rdx, %%rax\n\t" \
3020 + "add %%rax, %%rsi\n\t"
3021 +
3022 +-#define FIRMULREG(label, offset, firc)\
3023 +- LABEL_MANGLE(label)": \n\t" \
3024 +- "movslq "#offset"(%0), %%rax\n\t" \
3025 +- "imul %"#firc", %%rax\n\t" \
3026 +- "add %%rax, %%rsi\n\t"
3027 +-
3028 + #define CLEAR_ACCUM \
3029 + "xor %%rsi, %%rsi\n\t"
3030 +
3031 +@@ -63,9 +57,6 @@
3032 + "add %%eax , %%esi\n\t" \
3033 + "adc %%edx , %%ecx\n\t"
3034 +
3035 +-#define FIRMULREG(label, offset, firc) \
3036 +- MLPMUL(label, #offset, "0", "0")
3037 +-
3038 + #define CLEAR_ACCUM \
3039 + "xor %%esi, %%esi\n\t" \
3040 + "xor %%ecx, %%ecx\n\t"
3041 +@@ -108,9 +99,9 @@
3042 + FIRMUL (ff_mlp_firorder_6, 0x14 )
3043 + FIRMUL (ff_mlp_firorder_5, 0x10 )
3044 + FIRMUL (ff_mlp_firorder_4, 0x0c )
3045 +- FIRMULREG(ff_mlp_firorder_3, 0x08,10)
3046 +- FIRMULREG(ff_mlp_firorder_2, 0x04, 9)
3047 +- FIRMULREG(ff_mlp_firorder_1, 0x00, 8)
3048 ++ FIRMUL (ff_mlp_firorder_3, 0x08 )
3049 ++ FIRMUL (ff_mlp_firorder_2, 0x04 )
3050 ++ FIRMUL (ff_mlp_firorder_1, 0x00 )
3051 + LABEL_MANGLE(ff_mlp_firorder_0)":\n\t"
3052 + "jmp *%6 \n\t"
3053 + IIRMUL (ff_mlp_iirorder_4, 0x0c )
3054 +@@ -137,9 +128,6 @@
3055 + /* 3*/"+r"(blocksize)
3056 + : /* 4*/"r"((x86_reg)mask), /* 5*/"r"(firjump),
3057 + /* 6*/"r"(iirjump) , /* 7*/"c"(filter_shift)
3058 +- , /* 8*/"r"((int64_t)coeff[0])
3059 +- , /* 9*/"r"((int64_t)coeff[1])
3060 +- , /*10*/"r"((int64_t)coeff[2])
3061 + : "rax", "rdx", "rsi"
3062 + #else /* ARCH_X86_32 */
3063 + /* 3*/"+m"(blocksize)
3064
3065 diff --git a/media-video/ffmpeg/files/flashtest.patch b/media-video/ffmpeg/files/flashtest.patch
3066 new file mode 100644
3067 index 0000000..b15e799
3068 --- /dev/null
3069 +++ b/media-video/ffmpeg/files/flashtest.patch
3070 @@ -0,0 +1,47 @@
3071 +commit 785d8a3868fdd965299cd6e230803906b047eee0
3072 +Author: Clément Bœsch <ubitux@×××××.com>
3073 +Date: Fri Feb 3 20:28:32 2012 +0100
3074 +
3075 + fate: use compression level 0 for flashsv2 tests.
3076 +
3077 + Output sizes mismatch (and thus MD5) between zlib version 1.2.5 and
3078 + 1.2.6 if compression level > 0. The issue doesn't affect the intra-only
3079 + tests.
3080 +
3081 +diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh
3082 +index b8d27cb..87db24f 100755
3083 +--- a/tests/codec-regression.sh
3084 ++++ b/tests/codec-regression.sh
3085 +@@ -294,7 +294,7 @@ do_video_decoding "" "-pix_fmt yuv420p -sws_flags area+accurate_rnd+bitexact"
3086 + fi
3087 +
3088 + if [ -n "$do_flashsv2" ] ; then
3089 +-do_video_encoding flashsv2.flv "-an -vcodec flashsv2 -sws_flags neighbor+full_chroma_int+accurate_rnd+bitexact -strict experimental"
3090 ++do_video_encoding flashsv2.flv "-an -vcodec flashsv2 -sws_flags neighbor+full_chroma_int+accurate_rnd+bitexact -strict experimental -compression_level 0"
3091 + do_video_encoding flashsv2I.flv "-an -vcodec flashsv2 -sws_flags neighbor+full_chroma_int+accurate_rnd+bitexact -strict experimental -g 1"
3092 + do_video_decoding "" "-pix_fmt yuv420p -sws_flags area+accurate_rnd+bitexact"
3093 + fi
3094 +diff --git a/tests/ref/vsynth1/flashsv2 b/tests/ref/vsynth1/flashsv2
3095 +index 6c43bda..58e2e8f 100644
3096 +--- a/tests/ref/vsynth1/flashsv2
3097 ++++ b/tests/ref/vsynth1/flashsv2
3098 +@@ -1,5 +1,5 @@
3099 +-ec13d68cbce263f589fe79bcd2e98364 *./tests/data/vsynth1/flashsv2.flv
3100 +-8406137 ./tests/data/vsynth1/flashsv2.flv
3101 ++8d105780bb79915bc36f96f7a754f289 *./tests/data/vsynth1/flashsv2.flv
3102 ++9371095 ./tests/data/vsynth1/flashsv2.flv
3103 + ed28c0021768629b2675e72bf1632426 *./tests/data/vsynth1/flashsv2I.flv
3104 + 8755723 ./tests/data/vsynth1/flashsv2I.flv
3105 + efa88d09115a2e947eff00ee435ba3f3 *./tests/data/flashsv2.vsynth1.out.yuv
3106 +diff --git a/tests/ref/vsynth2/flashsv2 b/tests/ref/vsynth2/flashsv2
3107 +index b40988a..7102308 100644
3108 +--- a/tests/ref/vsynth2/flashsv2
3109 ++++ b/tests/ref/vsynth2/flashsv2
3110 +@@ -1,5 +1,5 @@
3111 +-6fbb1cf84d473a93035047c3a3e344ff *./tests/data/vsynth2/flashsv2.flv
3112 +-4814443 ./tests/data/vsynth2/flashsv2.flv
3113 ++3f4a7454fa664896ac7532e3551c4071 *./tests/data/vsynth2/flashsv2.flv
3114 ++9293862 ./tests/data/vsynth2/flashsv2.flv
3115 + d5a22183d9fe670174340a8a1847e52a *./tests/data/vsynth2/flashsv2I.flv
3116 + 5037122 ./tests/data/vsynth2/flashsv2I.flv
3117 + 8f63e24049ba1789a7f8353c695a3d99 *./tests/data/flashsv2.vsynth2.out.yuv
3118
3119 diff --git a/media-video/ffmpeg/files/freiordl.patch b/media-video/ffmpeg/files/freiordl.patch
3120 new file mode 100644
3121 index 0000000..1b89ef2
3122 --- /dev/null
3123 +++ b/media-video/ffmpeg/files/freiordl.patch
3124 @@ -0,0 +1,20 @@
3125 +commit cfec77aaf8186f556e1201be13ce487b99b3b831
3126 +Author: Anton Khirnov <anton@×××××××.net>
3127 +Date: Sun Apr 1 18:56:26 2012 +0200
3128 +
3129 + configure: add dl to frei0r extralibs.
3130 +
3131 +diff --git a/configure b/configure
3132 +index 4606b23..e207ed8 100755
3133 +--- a/configure
3134 ++++ b/configure
3135 +@@ -1526,7 +1526,9 @@ cropdetect_filter_deps="gpl"
3136 + delogo_filter_deps="gpl"
3137 + drawtext_filter_deps="libfreetype"
3138 + frei0r_filter_deps="frei0r dlopen"
3139 ++frei0r_filter_extralibs='$ldl'
3140 + frei0r_src_filter_deps="frei0r dlopen"
3141 ++frei0r_src_filter_extralibs='$ldl'
3142 + hqdn3d_filter_deps="gpl"
3143 + ocv_filter_deps="libopencv"
3144 + scale_filter_deps="swscale"
3145
3146 diff --git a/media-video/ffmpeg/metadata.xml b/media-video/ffmpeg/metadata.xml
3147 new file mode 100644
3148 index 0000000..664200f
3149 --- /dev/null
3150 +++ b/media-video/ffmpeg/metadata.xml
3151 @@ -0,0 +1,45 @@
3152 +<?xml version="1.0" encoding="UTF-8"?>
3153 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3154 +<pkgmetadata>
3155 + <herd>video</herd>
3156 + <maintainer>
3157 + <email>media-video@g.o</email>
3158 + </maintainer>
3159 + <use>
3160 + <flag name="3dnowext">
3161 + Enable manually-optimised routines using the AMD 3DNow!Ex SIMD
3162 + instruction set, present in modern AMD CPUs. (Check for
3163 + 3dnowext in /proc/cpuinfo to know whether your CPU supports it).
3164 + </flag>
3165 + <flag name="aacplus">AAC+ encoding via <pkg>media-libs/libaacplus</pkg>.</flag>
3166 + <flag name="amr">Enables Adaptive Multi-Rate Audio support</flag>
3167 + <flag name="avx">Adds support for Advanced Vector Extensions instructions (Intel Sandy Bridge, AMD Bulldozer and later chips)</flag>
3168 + <flag name="bindist">Enforces license compatibility constraints via REQUIRED_USE.</flag>
3169 + <flag name="bluray">Enable playback of Blu-ray filesystems</flag>
3170 + <flag name="cdio">Enables audio CD grabbing with <pkg>dev-libs/libcdio</pkg>.</flag>
3171 + <flag name="celt">Adds Xiph CELT audio decoding support via <pkg>media-libs/celt</pkg></flag>
3172 + <flag name="cpudetection">Enables runtime CPU detection (useful for bindist, compatibility on other CPUs)</flag>
3173 + <flag name="dirac">Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac.</flag>
3174 + <flag name="faac">Use external faac library for AAC encoding</flag>
3175 + <flag name="fdk">Use external fdk-aac library for AAC encoding</flag>
3176 + <flag name="flite">Adds a text-to-speech filter based on <pkg>app-accessibility/flite</pkg>.</flag>
3177 + <flag name="frei0r">Enable frei0r wrapping in libavfilter</flag>
3178 + <flag name="hardcoded-tables">Use pre-calculated tables rather than calculating them on the fly.</flag>
3179 + <flag name="iec61883"> Support for FireWire DV/HDV input device using <pkg>media-libs/libiec61883</pkg>.</flag>
3180 + <flag name="libsoxr">Enables audio resampling through <pkg>media-libs/soxr</pkg>.</flag>
3181 + <flag name="libv4l">Uses <pkg>media-libs/libv4l</pkg> for video4linux instead of direct calls. Adds support for more devices via the userspace library.</flag>
3182 + <flag name="mmxext">Enables mmx2 support</flag>
3183 + <flag name="network">Enables network streaming support</flag>
3184 + <flag name="openssl">Enables <pkg>dev-libs/openssl</pkg> support. Adds support for encrypted network protocols (TLS/HTTPS).</flag>
3185 + <flag name="opus">Adds (decoding) support for the Opus codec via <pkg>media-libs/opus</pkg>.</flag>
3186 + <flag name="pic">Force shared libraries to be built as PIC (this is slower)</flag>
3187 + <flag name="quvi">Adds support for playing media from Internet services using the quvi project.</flag>
3188 + <flag name="rtmp">Enable Real Time Messaging Protocol using librtmp</flag>
3189 + <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>
3190 + <flag name="ssse3">Faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips)</flag>
3191 + <flag name="twolame">Enables MP2 encoding via <pkg>media-sound/twolame</pkg> as an alternative to the internal encoder.</flag>
3192 + <flag name="vaapi">Enables VAAPI (Video Acceleration API) for hardware decoding</flag>
3193 + <flag name="vis"> Adds support for SIMD optimizations for UltraSPARC processors.</flag>
3194 + <flag name="vpx">Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though.</flag>
3195 + </use>
3196 +</pkgmetadata>