summaryrefslogtreecommitdiff
blob: cac95a0a99329eab54de353a02ac733e4f20e3ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
# ChangeLog for media-plugins/gst-plugins-ffmpeg
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.130 2011/08/10 23:48:31 leio Exp $

*gst-plugins-ffmpeg-0.10.12 (10 Aug 2011)

  10 Aug 2011; Mart Raudsepp <leio@gentoo.org>
  +gst-plugins-ffmpeg-0.10.12.ebuild:
  Version bump. Updated to use libav-0.7.1 instead of ffmpeg (including new
  codecs) - for now still bundled version though, not system. Timestamp
  tracking fixes, which fixes various problematic videos that ran at wrong
  speed or just not work. Multi-threaded decoding support associated with
  new libav, but disabled by default because it is too unstable still.

  25 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org>
  gst-plugins-ffmpeg-0.10.11-r1.ebuild:
  ppc/ppc64 stable wrt #368281

  09 Jun 2011; Jeroen Roovers <jer@gentoo.org>
  gst-plugins-ffmpeg-0.10.11-r1.ebuild:
  Stable for HPPA (bug #368281).

  05 Jun 2011; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-ffmpeg-0.10.11-r1.ebuild:
  alpha/ia64/sparc stable wrt #368281

  05 Jun 2011; Markus Meier <maekke@gentoo.org>
  gst-plugins-ffmpeg-0.10.11-r1.ebuild:
  arm stable, bug #368281

  23 May 2011; Markos Chandras <hwoarang@gentoo.org>
  gst-plugins-ffmpeg-0.10.11-r1.ebuild:
  Stable on amd64 wrt bug #368281

  23 May 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
  gst-plugins-ffmpeg-0.10.11-r1.ebuild:
  x86 stable wrt bug #368281

  29 Mar 2011; Mart Raudsepp <leio@gentoo.org>
  gst-plugins-ffmpeg-0.10.11-r1.ebuild:
  Add ~mips keyword

  17 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
  -gst-plugins-ffmpeg-0.10.5.ebuild, -gst-plugins-ffmpeg-0.10.6.ebuild,
  -gst-plugins-ffmpeg-0.10.7.ebuild:
  Remove old

*gst-plugins-ffmpeg-0.10.11-r1 (30 Jan 2011)

  30 Jan 2011; Arun Raghavan <ford_prefect@gentoo.org>
  -gst-plugins-ffmpeg-0.10.11.ebuild, +gst-plugins-ffmpeg-0.10.11-r1.ebuild,
  metadata.xml:
  Fix bad deps in 0.10.11. liboil was dropped in favour of orc, so we depend on
  that on architectures where orc is available.

*gst-plugins-ffmpeg-0.10.11 (30 Jan 2011)

  30 Jan 2011; Arun Raghavan <ford_prefect@gentoo.org>
  +gst-plugins-ffmpeg-0.10.11.ebuild:
  Bump to 0.10.11. Updated to ffmpeg 0.6 series (including new codecs) and some
  fixes/enhancements.

  05 Aug 2010; Samuli Suominen <ssuominen@gentoo.org>
  gst-plugins-ffmpeg-0.10.9.ebuild:
  ppc64 stable wrt #324691

  24 Jun 2010; Jeroen Roovers <jer@gentoo.org>
  gst-plugins-ffmpeg-0.10.9.ebuild:
  Stable for HPPA (bug #308379).

  18 Apr 2010; <nixnut@gentoo.org> gst-plugins-ffmpeg-0.10.9.ebuild:
  ppc stable #308379

  05 Apr 2010; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-ffmpeg-0.10.9.ebuild:
  alpha/arm/ia64/sparc stable wrt #308379

  24 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
  gst-plugins-ffmpeg-0.10.9.ebuild:
  stable x86, bug 308379

  19 Mar 2010; Pacho Ramos <pacho@gentoo.org>
  gst-plugins-ffmpeg-0.10.9.ebuild:
  amd64 stable, bug 308379

  28 Jan 2010; Jeroen Roovers <jer@gentoo.org>
  gst-plugins-ffmpeg-0.10.7.ebuild:
  Stable for HPPA (bug #266986).

  15 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
  gst-plugins-ffmpeg-0.10.5.ebuild, gst-plugins-ffmpeg-0.10.6.ebuild:
  Use base_src_prepare.

*gst-plugins-ffmpeg-0.10.9 (17 Nov 2009)

  17 Nov 2009; Olivier Crête <tester@gentoo.org>
  +gst-plugins-ffmpeg-0.10.9.ebuild:
  Version bump, also use internal ffmpeg, the system one is not from the
  same branch

  01 Jul 2009; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-ffmpeg-0.10.7.ebuild:
  arm/ia64/sparc stable wrt #266986

  21 May 2009; Brent Baude <ranger@gentoo.org>
  gst-plugins-ffmpeg-0.10.7.ebuild:
  Marking gst-plugins-ffmpeg-0.10.7 ppc64 stable for bug 266986

  21 May 2009; Brent Baude <ranger@gentoo.org>
  gst-plugins-ffmpeg-0.10.7.ebuild:
  Marking gst-plugins-ffmpeg-0.10.7 ppc stable for bug 266986

  14 May 2009; Markus Meier <maekke@gentoo.org>
  gst-plugins-ffmpeg-0.10.7.ebuild:
  amd64 stable, bug #266986

  12 May 2009; Christian Faulhammer <fauli@gentoo.org>
  gst-plugins-ffmpeg-0.10.7.ebuild:
  stable x86, bug 266986

  05 May 2009; Samuli Suominen <ssuominen@gentoo.org>
  gst-plugins-ffmpeg-0.10.7.ebuild:
  Change ffmpeg dep. to allow live version as well.

  03 May 2009; Tobias Klausmann <klausman@gentoo.org>
  gst-plugins-ffmpeg-0.10.7.ebuild:
  Stable on alpha, bug #266986

*gst-plugins-ffmpeg-0.10.7 (30 Mar 2009)

  30 Mar 2009; Olivier Crête <tester@gentoo.org>
  +gst-plugins-ffmpeg-0.10.7.ebuild:
  Version bump

  22 Dec 2008; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-ffmpeg-0.10.5.ebuild:
  arm/ia64 stable wrt #245285

  21 Dec 2008; nixnut <nixnut@gentoo.org> gst-plugins-ffmpeg-0.10.5.ebuild:
  Stable on ppc wrt bug 231834

  20 Dec 2008; Ferris McCormick <fmccor@gentoo.org>
  gst-plugins-ffmpeg-0.10.5.ebuild:
  Sparc stable, Bug #245291.

  20 Dec 2008; Thomas Anderson <gentoofan23@gentoo.org>
  gst-plugins-ffmpeg-0.10.5.ebuild:
  stable amd64, bug 245291

  16 Dec 2008; Brent Baude <ranger@gentoo.org>
  gst-plugins-ffmpeg-0.10.5.ebuild:
  Marking gst-plugins-ffmpeg-0.10.5 ppc64 for bug 245291

  16 Dec 2008; Jeroen Roovers <jer@gentoo.org>
  gst-plugins-ffmpeg-0.10.5.ebuild:
  Stable for HPPA (bug #245291).

  15 Dec 2008; <ssuominen@gentoo.org> gst-plugins-ffmpeg-0.10.5.ebuild:
  x86 stable wrt #245291

  12 Dec 2008; Tobias Klausmann <klausman@gentoo.org>
  gst-plugins-ffmpeg-0.10.5.ebuild:
  Stable on alpha, bug #245291

  11 Dec 2008; Peter Alfredsen <loki_val@gentoo.org> metadata.xml:
  Freedom!

*gst-plugins-ffmpeg-0.10.6 (05 Dec 2008)

  05 Dec 2008; Peter Alfredsen <loki_val@gentoo.org>
  +files/0.10.6/system-ffmpeg-warning.patch,
  +gst-plugins-ffmpeg-0.10.6.ebuild:
  Bump

  10 Nov 2008; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-ffmpeg-0.10.5.ebuild:
  Add ~ia64 wrt #241908

  27 Oct 2008; Mike Frysinger <vapier@gentoo.org>
  gst-plugins-ffmpeg-0.10.5.ebuild:
  Add arm/ppc love #241908.

  18 Oct 2008; Alexis Ballier <aballier@gentoo.org>
  gst-plugins-ffmpeg-0.10.5.ebuild:
  Drop arm/ia64/ppc ~arch keywords per bug #241908 to allow unmasking

  15 Oct 2008; Peter Alfredsen <loki_val@gentoo.org>
  gst-plugins-ffmpeg-0.10.5.ebuild:
  Drop most of the filterflags. We're using system ffmpeg anyway.

  14 Oct 2008; Peter Alfredsen <loki_val@gentoo.org>
  gst-plugins-ffmpeg-0.10.4-r1.ebuild:
  Adjust dependency on ffmpeg to be only _p20080326

*gst-plugins-ffmpeg-0.10.5 (14 Oct 2008)

  14 Oct 2008; Peter Alfredsen <loki_val@gentoo.org>
  +files/0.10.5/lavc.patch, +files/0.10.5/offset.patch,
  +files/0.10.5/system-ffmpeg-warning.patch, metadata.xml,
  +gst-plugins-ffmpeg-0.10.5.ebuild:
  Bump to 0.10.5, take maintainership since it seems I'm stuck with it.

  25 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
  +files/0.10.4/system-ffmpeg-warning.patch,
  gst-plugins-ffmpeg-0.10.4-r1.ebuild:
  Removed 15 second wait and warning message using unspeakable means.

*gst-plugins-ffmpeg-0.10.4-r1 (23 Jun 2008)

  23 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
  +files/0.10.4/01_new-codec-ids.patch, +files/0.10.4/03_disable-aac.patch,
  +files/0.10.4/02_av_picture_copy.patch,
  +files/0.10.4/04_disable-mpegts.patch, -gst-plugins-ffmpeg-0.10.4.ebuild,
  +gst-plugins-ffmpeg-0.10.4-r1.ebuild:
  Revbump with patches to fix interaction with newer ffmpeg, courtesy of
  Debian. Fixes bug 229015.

*gst-plugins-ffmpeg-0.10.4 (22 Jun 2008)

  22 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
  +gst-plugins-ffmpeg-0.10.4.ebuild:
  Bumping to 0.10.4, to get something that compiles with gcc-4.3. Solves
  226023, 225855 and 137401. Uses system ffmpeg, despite upstream
  recommending against it. Debian, Ubuntu and a few others are already doing
  this, though.

  22 Feb 2008; Zaheer Abbas Merali <zaheerm@gentoo.org> 
  gst-plugins-ffmpeg-0.10.1-r1.ebuild,
  gst-plugins-ffmpeg-0.10.2.ebuild, gst-plugins-ffmpeg-0.10.3.ebuild:
  fix up deps; bug #210509

*gst-plugins-ffmpeg-0.10.3 (08 Dec 2007)

  08 Dec 2007; Samuli Suominen <drac@gentoo.org>
  +gst-plugins-ffmpeg-0.10.3.ebuild:
  Version bump.

  11 Oct 2007; Markus Rothe <corsair@gentoo.org>
  gst-plugins-ffmpeg-0.10.2.ebuild:
  Stable on ppc64; bug #190900

  26 Sep 2007; Raúl Porcel <armin76@gentoo.org>
  gst-plugins-ffmpeg-0.10.2.ebuild:
  ia64 stable wrt #190900

  21 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
  gst-plugins-ffmpeg-0.10.2.ebuild:
  Stable on amd64 wrt bug #190900.

  10 Sep 2007; nixnut <nixnut@gentoo.org> gst-plugins-ffmpeg-0.10.2.ebuild:
  Stable on ppc wrt bug 190900

  09 Sep 2007; Christian Faulhammer <opfer@gentoo.org>
  gst-plugins-ffmpeg-0.10.2.ebuild:
  x86 stable, bug 190900

  03 Sep 2007; Jeroen Roovers <jer@gentoo.org>
  gst-plugins-ffmpeg-0.10.2.ebuild:
  Stable for HPPA (bug #190900).

  07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  gst-plugins-ffmpeg-0.10.2.ebuild:
  Stable on sparc wrt #185823

  16 Feb 2007; Roy Marples <uberlord@gentoo.org>
  gst-plugins-ffmpeg-0.10.2.ebuild:
  Added ~x86-fbsd keyword.

  01 Feb 2007; Gustavo Zacarias <gustavoz@gentoo.org>
  gst-plugins-ffmpeg-0.10.1-r1.ebuild, gst-plugins-ffmpeg-0.10.2.ebuild:
  0.10.1 not good for sparc so unkeyworded, 0.10.2 kinda works but not fine
  for all media types, ~sparc it anyway

  10 Jan 2007; Mart Raudsepp <leio@gentoo.org>
  -gst-plugins-ffmpeg-0.10.1.ebuild:
  Prune old versions

  21 Dec 2006; Ferris McCormick <fmccor@gentoo.org>
  gst-plugins-ffmpeg-0.10.1-r1.ebuild:
  Add ~sparc keyword; builds and installs as expected.

*gst-plugins-ffmpeg-0.10.2 (13 Dec 2006)

  13 Dec 2006; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-ffmpeg-0.10.2.ebuild:
  version bump

  19 Sep 2006; Aron Griffis <agriffis@gentoo.org>
  gst-plugins-ffmpeg-0.10.1-r1.ebuild:
  Mark 0.10.1-r1 stable on ia64. #139612

  19 Aug 2006; Bryan Østergaard <kloeri@gentoo.org>
  gst-plugins-ffmpeg-0.10.1-r1.ebuild:
  Add ~ia64 keyword.

  22 Jul 2006; Thomas Cort <tcort@gentoo.org>
  gst-plugins-ffmpeg-0.10.1-r1.ebuild:
  Stable on alpha.

  17 Jul 2006; Daniel Gryniewicz <dang@gentoo.org>
  gst-plugins-ffmpeg-0.10.1-r1.ebuild:
  Marked stable on amd64 for bug #139612

  16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  gst-plugins-ffmpeg-0.10.1-r1.ebuild:
  hppa stable, bug #139612

  14 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  gst-plugins-ffmpeg-0.10.1-r1.ebuild:
  ppc stable, bug #139612

  12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
  gst-plugins-ffmpeg-0.10.1-r1.ebuild:
  Stable on x86 wrt bug #139612.

  06 Jul 2006; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-ffmpeg-0.8.7-r1.ebuild:
  Fix bug #139222

*gst-plugins-ffmpeg-0.10.1-r1 (19 Jun 2006)

  19 Jun 2006; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-ffmpeg-0.10.1-r1.ebuild:
  Disable building of ffplay.  Fixes #135153

  14 May 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  gst-plugins-ffmpeg-0.10.1.ebuild:
  Added ~hppa

  12 May 2006; Thomas Cort <tcort@gentoo.org>
  gst-plugins-ffmpeg-0.10.1.ebuild:
  Added ~alpha keyword.

  05 May 2006; Markus Rothe <corsair@gentoo.org>
  gst-plugins-ffmpeg-0.10.1.ebuild:
  Stable on ppc64

  08 Apr 2006; Tobias Scherbaum <dertobi123@gentoo.org>
  gst-plugins-ffmpeg-0.10.1.ebuild:
  Added to ~ppc

  02 Apr 2006; Marinus Schraal <foser@gentoo.org> files/ffmpeg_dos.patch :
  Add back patch for 0.8 version (#128504)

*gst-plugins-ffmpeg-0.10.1 (01 Apr 2006)

  01 Apr 2006; <zaheer@gentoo.org> -files/ffmpeg_dos.patch,
  -gst-plugins-ffmpeg-0.10.0.ebuild, -gst-plugins-ffmpeg-0.10.0-r1.ebuild,
  +gst-plugins-ffmpeg-0.10.1.ebuild:
  version bump

  29 Mar 2006; Markus Rothe <corsair@gentoo.org>
  gst-plugins-ffmpeg-0.10.0-r1.ebuild:
  Added ~ppc64

  27 Feb 2006; Zaheer Abbas Merali <zaheerm@gentoo.org>
  -gst-plugins-ffmpeg-0.8.4.ebuild, -gst-plugins-ffmpeg-0.8.4-r1.ebuild,
  -gst-plugins-ffmpeg-0.8.5.ebuild, -gst-plugins-ffmpeg-0.8.6.ebuild,
  -gst-plugins-ffmpeg-0.8.7.ebuild, gst-plugins-ffmpeg-0.8.7-r1.ebuild:
  fix deps and remove obsolete ebuilds

  24 Feb 2006; Zaheer Abbas Merali <zaheerm@gentoo.org> gst-plugins-ffmpeg-0.10.0-r1.ebuild:
  fix bug #122065

  04 Feb 2006; Simon Stelling <blubb@gentoo.org>
  +files/gst-ffmpeg-gcc4.patch, -files/gst-ffmpeg-gcc4.patch.gz,
  gst-plugins-ffmpeg-0.8.4-r1.ebuild:
  no need to gzip smallish patches

  29 Jan 2006; Bryan Østergaard <kloeri@gentoo.org
  gst-plugins-ffmpeg-0.8.7-r1.ebuild:
  Stable on alpha + ia64, bug 119512.

  21 Jan 2006; Michael Hanselmann <hansmi@gentoo.org>
  gst-plugins-ffmpeg-0.8.7-r1.ebuild:
  Stable on ppc.

  21 Jan 2006; Simon Stelling <blubb@gentoo.org>
  gst-plugins-ffmpeg-0.8.7-r1.ebuild:
  stable on amd64 wrt bug 119512

  21 Jan 2006; Rene Nussbaumer <killerfox@gentoo.org>
  gst-plugins-ffmpeg-0.8.7-r1.ebuild:
  Stable on hppa. See bug #119512.

  21 Jan 2006; Markus Rothe <corsair@gentoo.org>
  gst-plugins-ffmpeg-0.8.7-r1.ebuild:
  Stable on ppc64; bug #119512

  20 Jan 2006; Joshua Jackson <tsunam@gentoo.org>
  gst-plugins-ffmpeg-0.8.7-r1.ebuild:
  Stable on x86 for Security bug #119512

  20 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org>
  gst-plugins-ffmpeg-0.8.7-r1.ebuild:
  Stable on sparc wrt security #119512 and #119634

*gst-plugins-ffmpeg-0.10.0-r1 (18 Jan 2006)
*gst-plugins-ffmpeg-0.8.7-r1 (18 Jan 2006)

  18 Jan 2006; Joe McCann <joem@gentoo.org> +files/ffmpeg_dos.patch,
  +gst-plugins-ffmpeg-0.8.7-r1.ebuild, +gst-plugins-ffmpeg-0.10.0-r1.ebuild:
  Adding patch for ffmpeg vulnerability. More info available in bug 115760

  05 Dec 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-ffmpeg-0.8.4.ebuild, gst-plugins-ffmpeg-0.8.4-r1.ebuild,
  gst-plugins-ffmpeg-0.8.5.ebuild, gst-plugins-ffmpeg-0.8.6.ebuild,
  gst-plugins-ffmpeg-0.8.7.ebuild:
  Fix GStreamer dependencies

*gst-plugins-ffmpeg-0.10.0 (05 Dec 2005)

  05 Dec 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  -gst-plugins-ffmpeg-0.9.7.ebuild, +gst-plugins-ffmpeg-0.10.0.ebuild:
  0.10.0 Release

  04 Dec 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  -gst-plugins-ffmpeg-0.8.3.ebuild:
  Remove unneeded versions

*gst-plugins-ffmpeg-0.9.7 (04 Dec 2005)

  04 Dec 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-ffmpeg-0.9.7.ebuild:
  0.10 Prerelease

  27 Nov 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-ffmpeg-0.8.6.ebuild:
  fix bug #109280

*gst-plugins-ffmpeg-0.8.7 (27 Nov 2005)

  27 Nov 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-ffmpeg-0.8.7.ebuild:
  version bump, thanks Frittella Laurento <mrfree@infinito.it> fixes bug #111360

  05 Sep 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +files/gst-plugins-ffmpeg-0.8.5-gmake.patch,
  gst-plugins-ffmpeg-0.8.5.ebuild, gst-plugins-ffmpeg-0.8.6.ebuild:
  add patch so make is replaced by autotool specified make, fixes bug

*gst-plugins-ffmpeg-0.8.6 (28 Aug 2005)

  28 Aug 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-ffmpeg-0.8.6.ebuild:
  version bump

  24 Aug 2005; Aron Griffis <agriffis@gentoo.org>
  gst-plugins-ffmpeg-0.8.4-r1.ebuild:
  stable on ia64

  13 Jul 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-ffmpeg-0.8.5.ebuild:
  fix gstreamer dep, due to use of new symbol

  02 Jul 2005; Bryan Østergaard <kloeri@gentoo.org>
  gst-plugins-ffmpeg-0.8.4.ebuild:
  Stable on alpha.

  26 Jun 2005; Guy Martin <gmsoft@gentoo.org>
  gst-plugins-ffmpeg-0.8.4.ebuild, gst-plugins-ffmpeg-0.8.4-r1.ebuild,
  gst-plugins-ffmpeg-0.8.5.ebuild:
  Stable on hppa.

  13 Jun 2005; Bryan Østergaard <kloeri@gentoo.org>
  gst-plugins-ffmpeg-0.8.5.ebuild:
  Add ~alpha keyword.

*gst-plugins-ffmpeg-0.8.5 (11 Jun 2005)

  11 Jun 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +gst-plugins-ffmpeg-0.8.5.ebuild:
  version bump

  09 Jun 2005; Markus Rothe <corsair@gentoo.org>
  gst-plugins-ffmpeg-0.8.4-r1.ebuild:
  Stable on ppc64

  16 May 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-ffmpeg-0.8.4-r1.ebuild:
  filter -fweb, fixes #91789

  14 May 2005; Hanno Boeck <hanno@gentoo.org>
  +files/gst-ffmpeg-gcc4.patch.gz, gst-plugins-ffmpeg-0.8.4-r1.ebuild:
  Fix for gcc4 (from ffmpeg ebuild and cvs).

  09 May 2005; Aron Griffis <agriffis@gentoo.org>
  gst-plugins-ffmpeg-0.8.4.ebuild:
  stable on ia64

  06 May 2005; Markus Rothe <corsair@gentoo.org>
  gst-plugins-ffmpeg-0.8.4-r1.ebuild:
  Added ~ppc64 to KEYWORDS

  02 May 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  gst-plugins-ffmpeg-0.8.4.ebuild:
  Stable on sparc

*gst-plugins-ffmpeg-0.8.4-r1 (29 Apr 2005)

  29 Apr 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  +files/gst-plugins-ffmpeg-0.8.4-eoshangfix.patch,
  +gst-plugins-ffmpeg-0.8.4-r1.ebuild:
  add patch to stop some files taking up 100% cpu - fixes bug #86042

  27 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org>
  gst-plugins-ffmpeg-0.8.4.ebuild:
  stable on amd64

  25 Apr 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  -gst-plugins-ffmpeg-0.8.0.ebuild, -gst-plugins-ffmpeg-0.8.2.ebuild:
  Removing gst-plugins-ffmpeg 0.8.0 and 0.8.2

  25 Apr 2005; Mike Gardiner <obz@gentoo.org>
  gst-plugins-ffmpeg-0.8.4.ebuild:
  Keyworded ppc

  25 Apr 2005; Zaheer Abbas Merali <zaheerm@gentoo.org>
  gst-plugins-ffmpeg-0.8.4.ebuild:
  stabilise on x86

*gst-plugins-ffmpeg-0.8.4 (11 Mar 2005)

  11 Mar 2005; Heinrich Wendel <lanius@gentoo.org>
  +gst-plugins-ffmpeg-0.8.4.ebuild:
  version bump

  30 Jan 2005; lanius@gentoo.org :
  stable on amd64

  05 Jan 2004; foser <foser@gentoo.org> gst-plugins-ffmpeg-0.8.3.ebuild :
  Also strip -msse3 from CFLAGS (#64262 comment #35)

*gst-plugins-ffmpeg-0.8.3 (29 Dec 2004)

  29 Dec 2004; foser <foser@gentoo.org> gst-plugins-ffmpeg-0.8.3.ebuild :
  New release

  16 Dec 2004; Dylan Carlson <absinthe@gentoo.org>
  gst-plugins-ffmpeg-0.8.2.ebuild:
  Stable on amd64.

  12 Dec 2004; foser <foser@gentoo.org> gst-plugins-ffmpeg-0.8.2-r1.ebuild :
  Use the CFLAG restrictions from the mplayer ebuild (#64262)

*gst-plugins-ffmpeg-0.8.2-r1 (29 Nov 2004)

  29 Nov 2004; foser <foser@gentoo.org> gst-plugins-ffmpeg-0.8.2-r1.ebuild :
  Add patch to fix aspect ratio issues with some movies
  http://bugzilla.gnome.org/show_bug.cgi?id=159755
  Filter more flags to fix bugs like #64262

  30 Oct 2004; Travis Tilley <lv@gentoo.org> gst-plugins-ffmpeg-0.8.1.ebuild:
  stable on amd64

*gst-plugins-ffmpeg-0.8.2 (11 Oct 2004)

  11 Oct 2004; foser <foser@gentoo.org> gst-plugins-ffmpeg-0.8.2.ebuild :
  New release
  Filter some problematic CFLAGS (#56075)
  Remove global sed

  20 Aug 2004; Travis Tilley <lv@gentoo.org> gst-plugins-ffmpeg-0.8.1.ebuild:
  added ~amd64 keyword

  04 Aug 2004; foser <foser@gentoo.org> gst-plugins-ffmpeg-0.8.1.ebuild :
  Add homepage (#57908)

*gst-plugins-ffmpeg-0.8.1 (20 Jul 2004)

  20 Jul 2004; foser <foser@gentoo.org> gst-plugins-ffmpeg-0.8.1.ebuild :
  New release

  30 Apr 2004; foser <foser@gentoo.org> gst-plugins-ffmpeg-0.8.0.ebuild :
  Do not use the gst-plugins eclass, the eclass structure messes up the deps (#49228)

  14 Apr 2004; Jason Wever <weeve@gentoo.org> gst-plugins-ffmpeg-0.8.0.ebuild:
  Added ~sparc keyword.

  29 Mar 2004; David Holm <dholm@gentoo.org> gst-plugins-ffmpeg-0.8.0.ebuild:
  Added to ~ppc.

*gst-plugins-ffmpeg-0.8.0 (28 Mar 2004)

  28 Mar 2004; foser <foser@gentoo.org> gst-plugins-ffmpeg-0.8.0.ebuild, ChangeLog, metadata.xml :
  Initial commit
  ffmpeg based plugin for gstreamer
  offers a wide variety of audio/videa plug-ins
  added to the gnome herd