summaryrefslogtreecommitdiff
blob: 04aa2257fae1fd152250f58c83ec2529397381b4 (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
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
# ChangeLog for www-plugins/gnash
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.105 2015/04/08 18:30:35 mgorny Exp $

  08 Apr 2015; Michał Górny <mgorny@gentoo.org> gnash-0.8.10_p20131019.ebuild,
  gnash-0.8.10_p20150316.ebuild:
  Drop old Python implementations

*gnash-0.8.10_p20150316 (26 Mar 2015)

  26 Mar 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +gnash-0.8.10_p20150316.ebuild:
  New snapshot, bug #536256.

  21 Mar 2015; Manuel Rüger <mrueg@gentoo.org>
  -gnash-0.8.10_p20120903-r1.ebuild, -gnash-0.8.10_p20120903.ebuild,
  -gnash-0.8.10_p20130822.ebuild:
  Remove old superseded versions.

  02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> gnash-0.8.10_p20131019.ebuild:
  Stable for ppc, wrt bug #490208

  12 Dec 2014; Sergey Popov <pinkbyte@gentoo.org> metadata.xml:
  USE='vaapi' is now global, removing it's description from metadata

  04 Dec 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.10_p20131019.ebuild:
  Stable on amd64/x86

*gnash-0.8.10_p20131019 (22 Oct 2013)

  22 Oct 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +gnash-0.8.10_p20131019.ebuild:
  New snapshot.

*gnash-0.8.10_p20130822 (22 Aug 2013)

  22 Aug 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +files/gnash-0.8.11-gettext-macro.patch, +gnash-0.8.10_p20130822.ebuild,
  metadata.xml:
  New snapshot. Adds ffmpeg-2.0 support, bug #480672.

  10 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.10_p20120903-r1.ebuild:
  Use subslot dependencies for boost.

*gnash-0.8.10_p20120903-r1 (28 Mar 2013)

  28 Mar 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +gnash-0.8.10_p20120903-r1.ebuild, -files/gnash-0.8.10-cve-2012-1175.patch,
  -files/gnash-0.8.10-jemalloc-aslr-fix.patch, -gnash-0.8.10-r2.ebuild,
  gnash-0.8.10_p20120903.ebuild:
  Do not install eglinfo, bug #463654.

  09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> gnash-0.8.10_p20120903.ebuild:
  Stable for x86, wrt bug #456328

  09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> gnash-0.8.10_p20120903.ebuild:
  Stable for ppc, wrt bug #456328

  05 Mar 2013; Agostino Sarubbo <ago@gentoo.org> gnash-0.8.10_p20120903.ebuild:
  Stable for amd64, wrt bug #456328

  15 Feb 2013; Alexis Ballier <aballier@gentoo.org>
  gnash-0.8.10_p20120903.ebuild, +files/gnash-0.8.10_p20120903-bytesfmt.patch,
  +files/gnash-0.8.10_p20120903-ffmpeg1.patch,
  +files/gnash-0.8.10_p20120903-libav9.patch:
  Fix build with ffmpeg-1 / libav-9, bug #443184

  04 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> gnash-0.8.10-r2.ebuild:
  Remove pointless version check after unslotting boost.

  31 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org> gnash-0.8.10-r2.ebuild,
  gnash-0.8.10_p20120903.ebuild:
  Remove blocker on unslotted boost, now that it's unslotted.

*gnash-0.8.10_p20120903 (16 Oct 2012)

  16 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +files/gnash-0.8.10-boost-1.50.patch, +gnash-0.8.10_p20120903.ebuild,
  metadata.xml:
  New snapshot to address gcc-4.7 and boost-1.50 build failures, bug #425442,
  bug #432874 and bug #432876.

  18 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.10-r2.ebuild:
  Depend on virtual/glu, bug #434432.

  21 May 2012; Samuli Suominen <ssuominen@gentoo.org> gnash-0.8.10-r2.ebuild:
  Force net-misc/npapi-sdk for USE="nsplugin" instead of having || ( )
  dependency block with net-libs/xulrunner which is obsolete and vulnerable.

  16 May 2012; Tomáš Chvátal <scarabeus@gentoo.org>
  -files/gnash-0.8.3-boost-dynamic-link.patch, -files/gnash-0.8.5-klash.patch,
  -files/gnash-0.8.7-amf-include.patch, -files/gnash-0.8.7-moc-qt4.patch,
  -files/gnash-0.8.8-documentation-paths.patch,
  -files/gnash-0.8.8-external-dejagnu.patch, -files/gnash-0.8.8-klash.patch,
  -files/gnash-0.8.8-secure-tempfile-creation.patch,
  -files/gnash-0.8.9-cve-2011-4328.patch,
  -files/gnash-0.8.9-cygnal-sshclient.patch,
  -files/gnash-0.8.9-documentation-paths.patch,
  -files/gnash-0.8.9-ffmpeg-detection.patch,
  -files/gnash-0.8.9-find-openvg.patch,
  -files/gnash-0.8.9-libavcodec-version.patch,
  -files/gnash-0.8.9-look-harder-for-version_h.patch,
  -files/gnash-0.8.9-no-deprecated-avcodec-audio-resample.patch,
  -files/gnash-0.8.9-no-deprecated-avcodec-decode-audio.patch,
  -files/gnash-0.8.9-no-deprecated-avcodec-decode-video.patch,
  -files/gnash-0.8.9-no-deprecated-avcodec-parser.patch,
  -files/gnash-0.8.9-no-deprecated-avformat-metadata.patch,
  -gnash-0.8.10-r1.ebuild, -gnash-0.8.8.ebuild, -gnash-0.8.9-r2.ebuild,
  -gnash-0.8.9.ebuild, gnash-0.8.10-r2.ebuild:
  Stable on ppc wrt bug#408209. Remove old.

  03 May 2012; Jeff Horelick <jdhore@gentoo.org> gnash-0.8.8.ebuild,
  gnash-0.8.9.ebuild, gnash-0.8.9-r2.ebuild, gnash-0.8.10-r1.ebuild,
  gnash-0.8.10-r2.ebuild:
  dev-util/pkgconfig -> virtual/pkgconfig

  21 Mar 2012; Thomas Kahle <tomka@gentoo.org> gnash-0.8.10-r2.ebuild:
  marked x86 per bug 408209

  15 Mar 2012; Agostino Sarubbo <ago@gentoo.org> gnash-0.8.10-r2.ebuild:
  Stable for amd64, wrt bug #408209

  15 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.10-r2.ebuild:
  Move dependencies for nsplugin building to RDEPEND, bug #408259.

*gnash-0.8.10-r2 (14 Mar 2012)

  14 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +files/gnash-0.8.10-cve-2012-1175.patch, +gnash-0.8.10-r2.ebuild:
  Add patch to fix security bug #408209.

  06 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.10-r1.ebuild, metadata.xml:
  Add USE flag for gnash-dump, bug #406991.

*gnash-0.8.10-r1 (29 Feb 2012)

  29 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  -gnash-0.8.10.ebuild, +gnash-0.8.10-r1.ebuild,
  +files/gnash-0.8.10-jemalloc-aslr-fix.patch:
  Add patch to fix broken jemalloc, bug #405993.

  27 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.10.ebuild, +files/gnash-0.8.10-npapi-sdk.patch:
  Allow building nsplugin against npapi-sdk, bug #383071.

  27 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.10.ebuild:
  Fix dependencies and REQUIRED_USE for building openvg, bug #405799.

  24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.10.ebuild, metadata.xml:
  Make gconf support optional.

  24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.10.ebuild:
  Don't download tarball from savannah.

*gnash-0.8.10 (24 Feb 2012)

  24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +gnash-0.8.10.ebuild, +files/gnash-0.8.10-amf-include.patch,
  +files/gnash-0.8.10-gettext-macro.patch, metadata.xml:
  Version bump, bug #403177. Force python-2 during build, bug #392969.

  01 Feb 2012; Brent Baude <ranger@gentoo.org> gnash-0.8.9-r2.ebuild:
  Mistakenly commited. Back to ~ppc gnash-0.8.9-r2

  01 Feb 2012; Brent Baude <ranger@gentoo.org> gnash-0.8.9-r2.ebuild:
  Marking gnash-0.8.9-r2 ppc for bug 391283

  08 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> gnash-0.8.9-r2.ebuild:
  x86 stable wrt bug #391283

  02 Dec 2011; Steve Dibb <beandog@gentoo.org> gnash-0.8.9-r2.ebuild:
  amd64 stable, bug 391283

  26 Nov 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.9-r2.ebuild, +files/gnash-0.8.9-cygnal-sshclient.patch:
  Fix building of cygnal sshclient, bug #391915.

*gnash-0.8.9-r2 (25 Nov 2011)

  25 Nov 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  -gnash-0.8.9-r1.ebuild, +gnash-0.8.9-r2.ebuild,
  +files/gnash-0.8.9-kde4-libdir.patch:
  Fix kde multilib library path, bug #391283.

*gnash-0.8.9-r1 (21 Nov 2011)

  21 Nov 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +gnash-0.8.9-r1.ebuild, +files/gnash-0.8.9-cve-2011-4328.patch:
  Add patch for security bug #391283

  16 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.9.ebuild:
  Add tslib dependency that was previously automagic. warn user against
  multiple boost versions, bug #366407.

  19 Jul 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
  Drop maintainer due retirement, bug #266794

  02 Jul 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.9.ebuild,
  +files/gnash-0.8.9-no-deprecated-avcodec-audio-resample.patch,
  +files/gnash-0.8.9-no-deprecated-avcodec-decode-audio.patch,
  +files/gnash-0.8.9-no-deprecated-avcodec-decode-video.patch,
  +files/gnash-0.8.9-no-deprecated-avformat-metadata.patch:
  Fix building against ffmpeg-0.8, bug #362949

  26 Jun 2011; Brent Baude <ranger@gentoo.org> gnash-0.8.8.ebuild:
  Marking gnash-0.8.8 ppc for bug 339102

  07 Jun 2011; Jonathan Callen <abcd@gentoo.org> gnash-0.8.8.ebuild,
  gnash-0.8.9.ebuild:
  Use add_kdebase_dep() for KDE deps

  17 May 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.8.ebuild:
  Add ffmpeg detection fix to gnash-0.8.8 too, bug #367501

  10 Apr 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.9.ebuild, +files/gnash-0.8.9-look-harder-for-version_h.patch,
  +files/gnash-0.8.9-no-deprecated-avcodec-parser.patch:
  Fix bug 362683, attempt to fix bug 362949.

  09 Apr 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.9.ebuild, +files/gnash-0.8.9-libavcodec-version.patch:
  One more patch for recent ffmpeg build failure, bug #362683

  07 Apr 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.9.ebuild, +files/gnash-0.8.9-ffmpeg-detection.patch:
  Fix building against recent ffmpeg, drop useless video_cards_intel.

  27 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.8.ebuild, gnash-0.8.9.ebuild:
  Tweak ffmpeg dependency and default USE flags

*gnash-0.8.9 (21 Mar 2011)

  21 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +gnash-0.8.9.ebuild, +files/gnash-0.8.9-documentation-paths.patch,
  +files/gnash-0.8.9-external-dejagnu.patch,
  +files/gnash-0.8.9-find-openvg.patch, +files/gnash-0.8.9-klash.patch,
  metadata.xml:
  Version bump, bug #359533. Fixes bug #332755, bug #332757, bug #339610,
  bug #344069 and bug #356859.

  04 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.8.ebuild:
  Add comment about boost blocker, bug #357243.

  26 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> gnash-0.8.8.ebuild:
  Marked ~ppc64 wrt #342535. Thanks to Stephen Lewis
  <lewis+gentoo@freeshell.org> for report and testing.

  17 Jan 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  -files/gnash-0.8.5-moc-qt4.patch, -files/gnash-0.8.x-libpng14.patch,
  -gnash-0.8.5.ebuild, -files/gnash-0.8.5-xpcom-idldir.patch,
  -files/gnash-0.8.5-xpidl-sdkdir.patch, -gnash-0.8.6.ebuild,
  -files/gnash-0.8.6-libcore-as3-headers.patch,
  -files/gnash-0.8.6-libssh-0.4.patch, -gnash-0.8.7.ebuild,
  -files/gnash-0.8.7-klash.patch, -files/gnash-0.8.7-xpcom-idldir.patch,
  gnash-0.8.8.ebuild, +files/gnash-0.8.8-secure-tempfile-creation.patch:
  Fix insecure creation of temporary files, bug #351724. Drop vulnerable
  versions.

  06 Dec 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.5.ebuild, gnash-0.8.6.ebuild, gnash-0.8.7.ebuild,
  gnash-0.8.8.ebuild:
  Depend on virtual/jpeg instead of media-libs/jpeg, bug #347981

  15 Nov 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.8.ebuild:
  Fix building on ppc64, bug #342535. Require agg for fbcon, bug #340567.

  06 Oct 2010; Markus Meier <maekke@gentoo.org> gnash-0.8.8.ebuild:
  x86 stable, bug #339102

  04 Oct 2010; Richard Freeman <rich0@gentoo.org> gnash-0.8.8.ebuild:
  amd64 stable - 339102

  29 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.8.ebuild, metadata.xml:
  Rename openssl USE flag back to ssl per ML discussion. Update maintainer
  metadata.

  29 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.8.ebuild, +files/gnash-0.8.8-external-dejagnu.patch:
  Fix building of tests, bug #321017

  28 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.8.ebuild, +files/gnash-0.8.8-documentation-paths.patch:
  Install documentation in the proper directory, bug #296110

  28 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.8.ebuild:
  Do not install pointless .la file, bug #338831

  28 Sep 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.8.ebuild:
  Switch mysql dependency to virtual, bug #333831. Allow building of several
  media handlers, bug #334145

  24 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.8.ebuild:
  Block compilation against older boost, bug #334259

  23 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.8.ebuild:
  Warn against net-misc/curl[threads]

*gnash-0.8.8 (22 Aug 2010)

  22 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  -gnash-0.8.7_p20100812.ebuild, +gnash-0.8.8.ebuild:
  New upstream release. Remove snapshot.

  15 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.7_p20100812.ebuild:
  Further tweak acceleration settings, bug #332755.

  14 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.7_p20100812.ebuild:
  Attempt to fix generation of hwaccel configure option, bug #332755

  13 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  -gnash-0.8.7_p20100706.ebuild, files/gnash-0.8.8-klash.patch:
  Drop old snapshot. Fix klash patch, bug #332673.

*gnash-0.8.7_p20100812 (13 Aug 2010)

  13 Aug 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +gnash-0.8.7_p20100812.ebuild, metadata.xml:
  New snapshot. Make SDL entirely optional, and split GUI and sound flags,
  bug #325445. Ebuild now doubles as live ebuild, bug #300466. Add fbcon USE
  flag for the framebuffer GUI. Disable defunct avm2 support. Rename ssl USE
  flag to openssl after discussion with upstream.

  09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> gnash-0.8.5.ebuild,
  gnash-0.8.6.ebuild, gnash-0.8.7.ebuild, gnash-0.8.7_p20100706.ebuild:
  Drop useless kde_minimal definition.

  19 Jul 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.7_p20100706.ebuild:
  don't install plugin to /opt, bug #328595

  19 Jul 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.7_p20100706.ebuild:
  check for agg USE flag when vaapi is enabled

  14 Jul 2010; Jeroen Roovers <jer@gentoo.org> gnash-0.8.5.ebuild,
  gnash-0.8.6.ebuild, gnash-0.8.7.ebuild, gnash-0.8.7_p20100706.ebuild:
  Remove HPPA keywording.

  13 Jul 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.7_p20100706.ebuild:
  Require USE=opengl for xv support

  13 Jul 2010; Jeroen Roovers <jer@gentoo.org> gnash-0.8.7_p20100706.ebuild:
  Remove extra slash.

*gnash-0.8.7_p20100706 (12 Jul 2010)

  12 Jul 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +gnash-0.8.7_p20100706.ebuild, +files/gnash-0.8.8-klash.patch,
  metadata.xml:
  New snapshot. Adds support for accelerated video decode through VAAPI.

  02 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
  +files/gnash-0.8.x-libpng14.patch, gnash-0.8.5.ebuild, gnash-0.8.6.ebuild:
  Fix building with libpng14 wrt #326599 by Serhij S. Stasyuk.

  27 Jun 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.7.ebuild:
  depend on libsdl when gtk and kde frontends are disabled, bug #325445

  21 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> gnash-0.8.7.ebuild:
  Fix building with FFmpeg >= 0.6 wrt #324357 by Diego E. Pettenò.

  01 May 2010; Maciej Mrozowski <reavertm@gentoo.org> gnash-0.8.5.ebuild,
  gnash-0.8.6.ebuild, gnash-0.8.7.ebuild:
  CMAKE_REQUIRED can be 'always' or 'never'

  24 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.7.ebuild:
  update USE flag checks more

  23 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.7.ebuild:
  update USE flag checks

  17 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.7.ebuild, +files/gnash-0.8.7-amf-include.patch:
  Make agg the default renderer again, bug #309801. Attempt to fix build
  with USE="lirc", bug #286933

*gnash-0.8.7 (15 Mar 2010)

  15 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  +gnash-0.8.7.ebuild, +files/gnash-0.8.7-klash.patch,
  +files/gnash-0.8.7-moc-qt4.patch, +files/gnash-0.8.7-xpcom-idldir.patch:
  Version bump. Fixes bug #285157, bug #286444, bug #298848, bug #302793,
  bug #304335 and bug #305311

  15 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  gnash-0.8.6.ebuild:
  make agg the default renderer as requested by upstream

  07 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
  metadata.xml:
  add myself to maintainers

  10 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> gnash-0.8.6.ebuild:
  QA: non-maint. commit: Fix build issues per bug #286491.

  22 Dec 2009; Peter Volkov <pva@gentoo.org> gnash-0.8.6.ebuild,
  +files/gnash-0.8.6-libssh-0.4.patch:
  Added patch to fix build with libssh-0.4, also updated deps, this package
  depends on libssh[server], not libssh2.'

  27 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> gnash-0.8.5.ebuild,
  gnash-0.8.6.ebuild:
  Rename variable to correspond with kde eclass.

  12 Oct 2009; Jonathan Callen <abcd@gentoo.org> gnash-0.8.5.ebuild,
  gnash-0.8.6.ebuild:
  Downgrade KDE dep to fix hppa, ppc

  07 Oct 2009; Romain Perier <mrpouet@gentoo.org>
  gnash-0.8.6.ebuild:
  Fix missing pygtk dependency with python&gtk supports, per bug #287684.
  Many thanks to Ian Leonard.

  29 Sep 2009; Romain Perier <mrpouet@gentoo.org>
  gnash-0.8.5.ebuild, gnash-0.8.6.ebuild:
  Fix missing dep on media-libs/giflib per bug #286152, thanks to Myckel
  Habets.

*gnash-0.8.6 (25 Sep 2009)

  25 Sep 2009; Romain Perier <mrpouet@gentoo.org>
  -gnash-0.8.4.ebuild, +gnash-0.8.6.ebuild,
  +files/gnash-0.8.6-libcore-as3-headers.patch, metadata.xml:
  Version bump, remove old revision.

  25 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org> gnash-0.8.5.ebuild:
  Fix kde4-base inheritance to work without cmake.

  10 Sep 2009; Romain Perier <mrpouet@gentoo.org>
  gnash-0.8.5.ebuild:
  Fix bug #284342, sdl was added into $gui local var from src_configure()
  even with USE=-sdl gtk -kde, which also introduiced a syntax error caused
  by the sed expression (which drops the first matched comma).

  10 Sep 2009; Romain Perier <mrpouet@gentoo.org>
  gnash-0.8.5.ebuild:
  Fix bug #284355, testsuite failed due to inheritance from kde4-base.eclass
  which exported kde4-base_src_test which tried to find a CMakeLists.txt
  (does not exist), re-import src_test() from 0.8.4.

  09 Sep 2009; Romain Perier <mrpouet@gentoo.org>
  gnash-0.8.5.ebuild, +files/gnash-0.8.5-xpcom-idldir.patch:
  Fix bug #284073, Use pkgconfig to determine XPCOM_IDL_DIR instead of
  non-portable construct which fix building against xulrunner-1.9.0, many
  thanks to Chi-Thanh Christopher Nguyen <chithanh@cs.tu-berlin.de>, Add
  >=sys-devel/libtool-2 in RDEPEND (not portable to libtool-1).

  09 Sep 2009; Romain Perier <mrpouet@gentoo.org>
  gnash-0.8.5.ebuild:
  Fix bug #284244, src_install() always failed with USE=-nsplugin due to
  stupid test line 184, replace it by an if.

  08 Sep 2009; Romain Perier <mrpouet@gentoo.org>
  gnash-0.8.5.ebuild, +files/gnash-0.8.5-klash.patch,
  +files/gnash-0.8.5-moc-qt4.patch:
  Fix kde4 headers detection, moc and uic checks, Import patch from Linux
  Alt to fix klash support, many thanks to Chi-Thanh Christopher Nguyen
  <chithanh@cs.tu-berlin.de>. bug #283905.

  06 Sep 2009; Romain Perier (mrpouet) <mrpouet@gentoo.org>
  gnash-0.8.5.ebuild, metadata.xml:
  Drop neon USE-flag, drop gst-plugins-gnomevfs from RDEPENDS (both are
  unnecessary thanks to leio), Fix typo in metadata.xml.

*gnash-0.8.5 (05 Sep 2009)

  05 Sep 2009; Romain Perier <mrpouet@gentoo.org>
  +gnash-0.8.5.ebuild, gnash-0.8.4.ebuild,
  +files/gnash-0.8.5-xpidl-sdkdir.patch, metadata.xml:
  Version bump, Assign myself to maintainer. Fix QA errors.

  04 Sep 2009; Rémi Cardona <remi@gentoo.org> metadata.xml:
  assign package to maintainer-needed for removal in 60 days

  06 May 2009; Jeroen Roovers <jer@gentoo.org> gnash-0.8.4.ebuild:
  Marked ~hppa (bug #229427).

  10 Apr 2009; Ulrich Mueller <ulm@gentoo.org>
  +files/gnash-0.8.3-boost-dynamic-link.patch, +metadata.xml,
  +gnash-0.8.4.ebuild:
  Package moved from net-www to www-plugins, bug 265569. Remove unused patch
  file.

  06 Apr 2009; Friedrich Oslage <bluebird@gentoo.org> gnash-0.8.4.ebuild:
  Add ~sparc keyword, bug #229427

  23 Mar 2009; Peter Alfredsen <loki_val@gentoo.org> metadata.xml:
  Not using this anymore.

  13 Dec 2008; Peter Alfredsen <loki_val@gentoo.org> -gnash-0.8.1-r1.ebuild,
  -gnash-0.8.3.ebuild, -gnash-9999.ebuild:
  Dropped old ebuilds per ssuominen's request on -dev ml, since they do not
  build with next stable ffmpeg.

  20 Oct 2008; Peter Alfredsen <loki_val@gentoo.org> gnash-0.8.4.ebuild:
  Fixup mysterious sed failure.

  20 Oct 2008; Peter Alfredsen <loki_val@gentoo.org> gnash-0.8.4.ebuild:
  Add giflib as a dep. Bug 242840.

  19 Oct 2008; Peter Alfredsen <loki_val@gentoo.org> gnash-0.8.4.ebuild:
  Fix compilation with =sys-devel/libtool-1*.

*gnash-0.8.4 (19 Oct 2008)

  19 Oct 2008; Peter Alfredsen <loki_val@gentoo.org> gnash-0.8.3.ebuild,
  +gnash-0.8.4.ebuild:
  Fix bug 242656 by restricting 0.8.3 to ffmpeg 20080326. Bump to 0.8.4, bug
  241874, thanks to Mounir Lamouri. This version works much better than
  0.8.3, but tests fail to compile.

  12 Oct 2008; Friedrich Oslage <bluebird@gentoo.org> gnash-0.8.3.ebuild:
  Drop ~sparc keyword, until bug #240470 is fixed

  16 Sep 2008; Friedrich Oslage <bluebird@gentoo.org> gnash-0.8.3.ebuild:
  Add ~sparc keyword, bug #229427

  01 Sep 2008; Peter Alfredsen <loki_val@gentoo.org>
  files/gnash-0.8.3-boost-dynamic-link.patch:
  Update dynamic link patch to always link dynamic, bug 230287

  23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
  add GLEP 56 USE flag desc from use.local.desc

  08 Aug 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
  gnash-0.8.1-r1.ebuild:
  Restrict kde & qt dependencies to version 3 (bug #213291)

  28 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
  +files/gnash-0.8.3-boost-dynamic-link.patch,
  +files/gnash-0.8.3-libtool-2.2.patch, gnash-0.8.3.ebuild:
  Fix a compilation problem on amd64, bug #229453.

*gnash-0.8.3 (25 Jun 2008)

  25 Jun 2008; Peter Alfredsen <loki_val@gentoo.org> metadata.xml,
  +gnash-0.8.3.ebuild:
  Bump. Fixes bugs 212943, 213167, 218105 and 226099. Added tests, cleaned
  up ebuild.

  14 Jun 2008; Jeroen Roovers <jer@gentoo.org> gnash-0.8.1-r1.ebuild:
  Marked ~hppa too.

  19 Jan 2008; Stefan Schweizer <genstef@gentoo.org>
  -files/gnash-0.8.0-ffmpeg.patch, -gnash-0.8.0.ebuild, -gnash-0.8.1.ebuild,
  gnash-0.8.1-r1.ebuild:
  remove old, dont offer fltk because we do not have fltk2, bug 205408

*gnash-0.8.1-r1 (12 Jan 2008)

  12 Jan 2008; Mike Frysinger <vapier@gentoo.org> +gnash-0.8.1-r1.ebuild:
  Add support for more USE flags and let the ebuild select between competing
  features rather than aborting #200759.

  21 Nov 2007; Stefan Schweizer <genstef@gentoo.org> gnash-9999.ebuild:
  change cvs ebuild to a stub to point to the cvs ebuild overlay made by
  Harley Peters <harley@thepetersclan.com> in bug 187444

*gnash-0.8.1 (21 Nov 2007)

  21 Nov 2007; Stefan Schweizer <genstef@gentoo.org> +gnash-0.8.1.ebuild:
  Version bump thanks to many contributions in bug 190753

  30 Aug 2007; Stefan Schweizer <genstef@gentoo.org> gnash-9999.ebuild:
  add depend, bug 187723 thanks Michael Zanetti <michael_zanetti@gmx.net>

  23 Jul 2007; Samuli Suominen <drac@gentoo.org>
  +files/gnash-0.8.0-ffmpeg.patch, gnash-0.8.0.ebuild:
  Fix building with --as-needed and swscaler enabled ffmpeg-20070616-r1 for
  bug 183714.

  22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; gnash-0.8.0.ebuild,
  gnash-9999.ebuild:
  Drop virtual/x11 references.

  10 Jul 2007; Stefan Schweizer <genstef@gentoo.org> -gnash-0.7.2.ebuild,
  -gnash-0.7.2_p20099999.ebuild, gnash-0.8.0.ebuild, gnash-9999.ebuild:
  Fix flawed media and sound setting logic thanks to Harley Peters
  <harley@thepetersclan.com> in bug 184105 also attempt to fix as-needed bug
  183714

*gnash-9999 (20 Jun 2007)

  20 Jun 2007; Hanno Boeck <hanno@gentoo.org> +gnash-9999.ebuild:
  Add up-to-date cvs ebuild.

  12 Jun 2007; Christian Faulhammer <opfer@gentoo.org> gnash-0.8.0.ebuild:
  fixed a typo and added two pairs of quotes

*gnash-0.8.0 (11 Jun 2007)

  11 Jun 2007; Stefan Schweizer <genstef@gentoo.org> +gnash-0.8.0.ebuild:
  version bump

  14 May 2007; Thilo Bangert <bangert@gentoo.org> metadata.xml:
  add <herd>no-herd</herd>

  13 May 2007; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.2_p20099999.ebuild:
  Add proper quoting thanks expose

  03 May 2007; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.2_p20099999.ebuild:
  Add boost thread check thanks to Chi-Thanh Christopher Nguyen
  <chithanh@cs.tu-berlin.de> in bug 176901

  16 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> gnash-0.7.2.ebuild:
  Keyworded ~sparc wrt #171038

  04 Mar 2007; <genstef@gentoo.org> gnash-0.7.2_p20099999.ebuild:
  Add --disable-gnash thanks to g-ranquet <ranquet@imerir.com> in bug 169336

  23 Feb 2007; <genstef@gentoo.org> gnash-0.7.2_p20099999.ebuild:
  Improve qt3 detection thanks to Sarath Menon <sarathmenon@gmail.com> in bug
  168112

  05 Feb 2007; <genstef@gentoo.org> gnash-0.7.2.ebuild,
  gnash-0.7.2_p20099999.ebuild:
  use mirror gnu

  31 Jan 2007; <genstef@gentoo.org> gnash-0.7.2_p20099999.ebuild:
  KEYWORDS=-* -> KEYWORDS="", bug 160519

  26 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> gnash-0.7.2.ebuild:
  Add ~x86-fbsd keyword.

  30 Nov 2006; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.2_p20099999.ebuild:
  Use ./autogen.sh instead of eautoreconf in the cvs ebuild because it works
  more reliable, thanks to expose

  23 Nov 2006; Stefan Schweizer <genstef@gentoo.org> gnash-0.7.2.ebuild,
  gnash-0.7.2_p20099999.ebuild:
  Die on kde and agg thanks to Marco Clocchiatti <ziapannocchia@gmail.com> and
  sanchan in bug 155888

  21 Nov 2006; Stefan Schweizer <genstef@gentoo.org> gnash-0.7.2.ebuild,
  gnash-0.7.2_p20099999.ebuild:
  Readd kde support on popular demand. Drizztbsd and others say that it is
  working

*gnash-0.7.2_p20099999 (18 Nov 2006)

  18 Nov 2006; Stefan Schweizer <genstef@gentoo.org>
  -files/gnash-0.7.1_p20060704-opengl.diff,
  -files/gnash-fix-cxxflags-rpath.patch, -gnash-0.7.1_p20060704.ebuild,
  -gnash-0.7.1_p20060814.ebuild, -gnash-0.7.1_p20099999.ebuild,
  +gnash-0.7.2_p20099999.ebuild:
  Remove old ebuilds, add new cvs ebuild

  18 Nov 2006; Stefan Schweizer <genstef@gentoo.org>
  files/digest-gnash-0.7.2, Manifest:
  fix digest, bug 155603

  18 Nov 2006; Tony Vroon <chainsaw@gentoo.org> gnash-0.7.2.ebuild:
  Add ~ppc keyword.

*gnash-0.7.2 (17 Nov 2006)

  17 Nov 2006; Stefan Schweizer <genstef@gentoo.org> +gnash-0.7.2.ebuild:
  version bump thanks go to Nihilus and the other gnash developers!

  08 Nov 2006; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.1_p20099999.ebuild:
  Fix WANT_AUTOMAKE

  07 Nov 2006; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.1_p20099999.ebuild:
  make cvs ebuild working again based on my prepared ebuild for 0.7.2

  07 Nov 2006; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.1_p20099999.ebuild:
  make cvs ebuild working again based on my prepared ebuild for 0.7.2

  20 Oct 2006; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.1_p20099999.ebuild:
  Fix gnash cvs ebuild thanks to Hal Engel <hvengel@astound.net> in bug 151895

  07 Oct 2006; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.1_p20099999.ebuild:
  Add DEPEND on boost thanks to Dennis Brendel <buddabrod@gmail.com>, Daniel
  Herzog <expose@luftgetrock.net> and Gustavo Michels
  <gustavo.michels@gmail.com>

  03 Oct 2006; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.1_p20099999.ebuild:
  Do not use autodetect arch, thanks Nihilus and expose in #gnash

*gnash-0.7.1_p20099999 (01 Sep 2006)

  01 Sep 2006; Stefan Schweizer <genstef@gentoo.org>
  -gnash-0.7.1_p20090909.ebuild, +gnash-0.7.1_p20099999.ebuild:
  rename as per bug 143320

*gnash-0.7.1_p20060814 (14 Aug 2006)

  14 Aug 2006; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.1_p20060704.ebuild, +gnash-0.7.1_p20060814.ebuild,
  gnash-0.7.1_p20090909.ebuild:
  new snapshot currently -* because clicking does not work for me, sed sound
  support to on again

  13 Aug 2006; Stefan Schweizer <genstef@gentoo.org> -files/do-sound.diff,
  -files/kdedir.diff, -files/klash-makefile.diff,
  gnash-0.7.1_p20090909.ebuild:
  remove some patches that got applied upstream

  12 Aug 2006; Stefan Schweizer <genstef@gentoo.org> +files/do-sound.diff,
  -files/gnash-as-needed.diff, -files/klash-int-not-external.diff,
  gnash-0.7.1_p20090909.ebuild:
  remove some patches that got applied from the live ebuild, fold sound sed
  into patch

*gnash-0.7.1_p20090909 (08 Aug 2006)

  08 Aug 2006; Stefan Schweizer <genstef@gentoo.org>
  -files/gnash-0.7.1_p20060528-confcache-gtkglext.patch,
  -files/gnash-0.7.1_p20060528-opengl.diff, files/gnash-as-needed.diff,
  +files/kdedir.diff, +files/klash-int-not-external.diff,
  +files/klash-makefile.diff, -gnash-0.7.1.ebuild,
  -gnash-0.7.1_p20060528.ebuild, gnash-0.7.1_p20060704.ebuild,
  +gnash-0.7.1_p20090909.ebuild:
  remove old ebuilds, remove dmalloc use flag thanks to Attila Stehr
  <as.gentoo@web.de> in bug 142939, add new live cvs ebuild thnaks to Markus
  Gothe <nietzsche@lysator.liu.se> in bug 143131 that compiles klash even
  without the nsplugin thanks to Simon Siemonsma <simon.gentoo@hccnet.nl> in
  bug 142190

  07 Jul 2006; Stefan Schweizer <genstef@gentoo.org>
  +files/gnash-fix-cxxflags-rpath.patch, gnash-0.7.1_p20060704.ebuild:
  Add patch for CXXFLAGS and RPATH thanks to vapier in bug 139457 and 139459

*gnash-0.7.1_p20060704 (04 Jul 2006)

  04 Jul 2006; Stefan Schweizer <genstef@gentoo.org>
  +files/gnash-0.7.1_p20060704-opengl.diff, +gnash-0.7.1_p20060704.ebuild:
  version bump: new cvs snapshot

  29 Jun 2006; Jason Wever <weeve@gentoo.org> gnash-0.7.1_p20060528.ebuild:
  Masking on SPARC as it makes the baby Xwindow crash.

  01 Jun 2006; Stefan Schweizer <genstef@gentoo.org>
  gnash-0.7.1_p20060528.ebuild:
  Gtkglext is always needed, remove gtk use flag thanks to Bård Sørngård
  <baard.sorngard@gmail.com> and Avuton Olrich <avuton@gmail.com> in bug
  135010

  29 May 2006; Stefan Schweizer <genstef@gentoo.org> gnash-0.7.1_p20060528.ebuild:
  gtkglext dep fix

  29 May 2006; Stefan Schweizer <genstef@gentoo.org>
  +files/gnash-0.7.1_p20060528-confcache-gtkglext.patch,
  gnash-0.7.1_p20060528.ebuild:
  Add confcache fix

*gnash-0.7.1_p20060528 (28 May 2006)

  28 May 2006; Jory A. Pratt <anarchy@gentoo.org>
  +files/gnash-0.7.1_p20060528-opengl.diff, +gnash-0.7.1_p20060528.ebuild:
  snapshot of cvs tree, many bug fixes including x86_64 fixes

  11 May 2006; Stefan Schweizer <genstef@gentoo.org> gnash-0.7.1.ebuild:
  Workaround install problem thanks to Roie Kerstein
  <sf_kersteinroie@bezeqint.net> in bug 132964, mp3->mad to support alt-arches
  with mad use.mask, enable sound, cleanup depends

*gnash-0.7.1 (09 May 2006)

  09 May 2006; Stefan Schweizer <genstef@gentoo.org>
  +files/gnash-as-needed.diff, -gnash-0.7_alpha20060331.ebuild,
  -gnash-0.7_alpha20060331-r1.ebuild, +gnash-0.7.1.ebuild:
  version bump

*gnash-0.7_alpha20060331-r1 (03 Apr 2006)

  03 Apr 2006; Stefan Schweizer <genstef@gentoo.org>
  +gnash-0.7_alpha20060331-r1.ebuild:
  revision bump, gtk use flag, fix plugin, add docs, fix .qt-error, bug 128680

*gnash-0.7_alpha20060331 (02 Apr 2006)

  02 Apr 2006; Stefan Schweizer <genstef@gentoo.org>
  -gnash-0.7_alpha20060110.ebuild, -gnash-0.7_alpha20060129.ebuild,
  +gnash-0.7_alpha20060331.ebuild:
  New ebuild including firefox plugin support, bug 122659, remove old

*gnash-0.7_alpha20060129 (29 Jan 2006)

  29 Jan 2006; Stefan Schweizer <genstef@gentoo.org>
  +gnash-0.7_alpha20060129.ebuild:
  version bump and DEPEND fix thanks to David Watzke <david@klenot.cz> in bug
  120314

  11 Jan 2006; David Holm <dholm@gentoo.org> gnash-0.7_alpha20060110.ebuild:
  Added to ~ppc.

*gnash-0.7_alpha20060110 (10 Jan 2006)

  10 Jan 2006; Stefan Schweizer <genstef@gentoo.org> +metadata.xml,
  +gnash-0.7_alpha20060110.ebuild:
  Alpha ebuild for gnash, closes bug 118527