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
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
|
# ChangeLog for media-plugins/gst-plugins-ffmpeg
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-ffmpeg/ChangeLog,v 1.206 2015/07/30 12:33:49 ago Exp $
30 Jul 2015; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:
Stable for sparc, wrt bug #551488
24 Jul 2015; Mikle Kolyada <zlogene@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:
ia64 stable wrt bug #551488
18 Jul 2015; Jeroen Roovers <jer@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:
Stable for PPC64 (bug #551488).
04 Jul 2015; Tobias Klausmann <klausman@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:
Stable on alpha, bug 551488
20 Jun 2015; Jeroen Roovers <jer@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:
Stable for HPPA (bug #551488).
13 Jun 2015; Mikle Kolyada <zlogene@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:
arm stable wrt bug #551488
11 Jun 2015; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:
Stable for ppc, wrt bug #551488
09 Jun 2015; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:
Stable for x86, wrt bug #551488
08 Jun 2015; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:
Stable for amd64, wrt bug #551488
*gst-plugins-ffmpeg-0.10.13_p201211-r4 (30 May 2015)
30 May 2015; Pacho Ramos <pacho@gentoo.org>
+files/0.10.13_p201211-audioresample.patch,
+files/0.10.13_p201211-r_frame_rate.patch,
+files/0.10.13_p201211-snow-codec.patch,
+gst-plugins-ffmpeg-0.10.13_p201211-r4.ebuild:
Support libav-11 too (#509326 by Nikoli, mudler and others).
29 Mar 2015; Jeroen Roovers <jer@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
Stable for HPPA (bug #534012).
15 Mar 2015; Pacho Ramos <pacho@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
x86 stable, bug 534012
15 Mar 2015; Pacho Ramos <pacho@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
ppc64 stable, bug 534012
15 Mar 2015; Pacho Ramos <pacho@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
ppc stable, bug 534012
14 Mar 2015; Pacho Ramos <pacho@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
amd64 stable, bug 534012
11 Feb 2015; Pacho Ramos <pacho@gentoo.org>
-gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild,
-gst-plugins-ffmpeg-0.10.13_p201211.ebuild,
gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
Not compatible with libav >= 10 , drop old
*gst-plugins-ffmpeg-0.10.13_p201211-r3 (07 Feb 2015)
07 Feb 2015; Michał Górny <mgorny@gentoo.org>
+gst-plugins-ffmpeg-0.10.13_p201211-r3.ebuild:
Replace the virtual with USE=libav.
11 Oct 2014; Markus Meier <maekke@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
arm stable, bug #512012
15 Sep 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
Stable for sparc, wrt bug #512012
25 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
Stable for alpha, wrt bug #512012
23 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
Stable for ia64, wrt bug #512012
21 Aug 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
Stable for ppc64, wrt bug #512012
07 Aug 2014; Jeroen Roovers <jer@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
Stable for HPPA (bug #512012).
28 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
Stable for ppc, wrt bug #512012
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
Stable for x86, wrt bug #512012
22 Jul 2014; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
Stable for amd64, wrt bug #512912
19 Jun 2014; Michał Górny <mgorny@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
Reduce ffmpeg dep, bug #513752.
18 Jun 2014; Michał Górny <mgorny@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug
#513718.
*gst-plugins-ffmpeg-0.10.13_p201211-r2 (10 Jun 2014)
10 Jun 2014; Michał Górny <mgorny@gentoo.org>
+gst-plugins-ffmpeg-0.10.13_p201211-r2.ebuild:
Enable multilib support, bug #493176.
22 Oct 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild:
Stable for sparc, wrt bug #480908
16 Oct 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild:
Stable for ia64, wrt bug #480908
16 Oct 2013; Jeroen Roovers <jer@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild:
Stable for HPPA (bug #480908).
15 Oct 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild:
Stable for alpha, wrt bug #480908
14 Oct 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild:
Stable for arm, wrt bug #480908
13 Oct 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild:
Stable for ppc64, wrt bug #480908
12 Oct 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild:
Stable for ppc, wrt bug #480908
11 Oct 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild:
Stable for x86, wrt bug #480908
10 Oct 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild:
Stable for amd64, wrt bug #480908
11 Aug 2013; Alexis Ballier <aballier@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211.ebuild,
gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild:
depend on slot 0 for ffmpeg
*gst-plugins-ffmpeg-0.10.13_p201211-r1 (06 Aug 2013)
06 Aug 2013; Alexis Ballier <aballier@gentoo.org>
+gst-plugins-ffmpeg-0.10.13_p201211-r1.ebuild,
+files/0.10.13_p201211-ffmpeg2.patch,
+files/0.10.13_p201211-planaraudio.patch:
Attempt to fix planar audio support. Fix build with FFmpeg 2.0, bug #476528.
28 Jul 2013; Alexis Ballier <aballier@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
keyword ~amd64-fbsd
02 Jul 2013; Alexis Ballier <aballier@gentoo.org>
-gst-plugins-ffmpeg-0.10.11-r1.ebuild, -gst-plugins-ffmpeg-0.10.13-r1.ebuild,
-gst-plugins-ffmpeg-0.10.13-r2.ebuild, -files/0.10.13-gcc-4.7.patch,
-files/0.10.5/lavc.patch, -files/0.10.5/offset.patch,
-files/0.10.5/system-ffmpeg-warning.patch,
-files/0.10.6/system-ffmpeg-warning.patch:
remove old
29 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Stable for ppc, wrt bug #464524
29 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Stable for sparc, wrt bug #464524
26 Jun 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild,
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Fix typo (bug #474812, thanks to David Flogeras).
26 Jun 2013; Jeroen Roovers <jer@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Stable for HPPA (bug #464524).
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Stable for arm, wrt bug #464524
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Stable for ia64, wrt bug #464524
26 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Stable for alpha, wrt bug #464524
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Stable for x86, wrt bug #464524
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Stable for amd64, wrt bug #464524
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Stable for ppc64, wrt bug #464524
09 Mar 2013; Alexis Ballier <aballier@gentoo.org>
+files/0.10.13_p201211-gstffmpegpipe_redef.patch,
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Do not typedef GstFFMpegPipe twice, fixes bug #460208
15 Feb 2013; Alexis Ballier <aballier@gentoo.org>
+files/0.10.13_p201211-channel_layout.patch,
+files/0.10.13_p201211-coma.patch, +files/0.10.13_p201211-iscodec.patch,
gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
fixes for compatibility with older ffmpeg/libav (same as done for gst-libav)
*gst-plugins-ffmpeg-0.10.13_p201211 (11 Feb 2013)
11 Feb 2013; Alexandre Rostovtsev <tetromino@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild,
+gst-plugins-ffmpeg-0.10.13_p201211.ebuild:
Add the gstreamer-2012.11 SDK git snapshot of gst-plugins-ffmpeg with
additional backported patches from gst-plugins-libav-1.1 for libav-9 and
(hopefully) ffmpeg-1.1 compatibility; should fix bug #423717. Pin existing
ebuild to libav-0.8 and ffmpeg-0.10.
10 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild:
Stable for sparc, wrt bug #454906
07 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild:
Stable for hppa, wrt bug #454906
04 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild:
Stable for alpha, wrt bug #454906
04 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild:
Stable for ia64, wrt bug #454906
20 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> metadata.xml:
Switch to global orc USE flag.
02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org>
+gst-plugins-ffmpeg-0.10.13-r1.ebuild:
Restore 0.10.13-r1 due to bug #423717, thanks to Hanno for reminding me.
02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org>
gst-plugins-ffmpeg-0.10.11-r1.ebuild, gst-plugins-ffmpeg-0.10.13-r2.ebuild:
Add missing gstreamer slots.
02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org>
-gst-plugins-ffmpeg-0.10.9.ebuild, -gst-plugins-ffmpeg-0.10.12.ebuild,
-gst-plugins-ffmpeg-0.10.13-r1.ebuild:
Clean up old revisions.
20 Sep 2012; Kacper Kowalik <xarthisius@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild:
ppc64 stable wrt #422537
23 Aug 2012; Michael Weber <xmw@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild:
ppc stable (bug 422537).
01 Aug 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild:
x86 stable wrt bug #422537
19 Jul 2012; Markus Meier <maekke@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild:
arm stable, bug #422537
27 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r1.ebuild:
Revert the -r1 to use the internal version. It was commited accidentaly, the
change was ment only for -r2.
22 Jun 2012; Agostino Sarubbo <ago@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild:
Stable for amd64, wrt bug #422537
20 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r2.ebuild:
Depend on postproc too, thanks to Diego.
*gst-plugins-ffmpeg-0.10.13-r2 (20 Jun 2012)
20 Jun 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+gst-plugins-ffmpeg-0.10.13-r2.ebuild, gst-plugins-ffmpeg-0.10.13-r1.ebuild:
Revision bump the latest to use system ffmpeg like old version did. Remove the
patch for 4.7 which patched only libav code, same goes for hardened useflag.
Add some elog informations for ffmpeg users informing about upstream using
libav.
15 Jun 2012; Justin Lecher <jlec@gentoo.org>
gst-plugins-ffmpeg-0.10.13-r1.ebuild, +files/0.10.13-gcc-4.7.patch,
metadata.xml:
Add fix for gcc-4.7: #407741, move to EAPI=4
05 May 2012; Jeff Horelick <jdhore@gentoo.org>
gst-plugins-ffmpeg-0.10.9.ebuild, gst-plugins-ffmpeg-0.10.11-r1.ebuild,
gst-plugins-ffmpeg-0.10.12.ebuild, gst-plugins-ffmpeg-0.10.13-r1.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
02 Apr 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop from metadata as gnome team doesn't maintain this at all now.
*gst-plugins-ffmpeg-0.10.13-r1 (04 Nov 2011)
04 Nov 2011; Arun Raghavan <ford_prefect@gentoo.org>
-gst-plugins-ffmpeg-0.10.13.ebuild, +gst-plugins-ffmpeg-0.10.13-r1.ebuild:
For hardened systems, disable mmx and mmx2 optimisations, since these
introduce TEXTRELs. (bug #389471)
*gst-plugins-ffmpeg-0.10.13 (04 Nov 2011)
04 Nov 2011; Arun Raghavan <ford_prefect@gentoo.org>
+gst-plugins-ffmpeg-0.10.13.ebuild:
Bump to 0.10.13. Switches internal libav to 0.7.2 and adds a bunch of other
fixes.
*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
|