summaryrefslogtreecommitdiff
blob: 3d16477f6ed24ee3f9e84670d241a2e7820047f5 (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
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
# ChangeLog for media-video/vlc
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.196 2006/12/01 13:16:06 caster Exp $

  01 Dec 2006; Vlastimil Babka <caster@gentoo.org> vlc-0.8.6_rc1.ebuild:
  Hopefully fixed the nsplugin building (bug #156067) this time.

*vlc-0.8.6_rc1 (01 Dec 2006)

  01 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> +vlc-0.8.6_rc1.ebuild:
  Version bump to release candidate, fix the mozilla plugin thanks to the
  information by Tavin Cole in bug #156067.

  21 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> metadata.xml:
  Give this back to video herd.

  17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.6_beta2.ebuild:
  Update install-sh script with the libtool copy, and keyword ~x86-fbsd.

  17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.6_beta2.ebuild:
  Run emake install in src first so that we don't need to block old versions
  of VLC.

*vlc-0.8.6_beta2 (17 Nov 2006)

  17 Nov 2006; Diego Pettenò <flameeyes@gentoo.org>
  +vlc-0.8.6_beta2.ebuild:
  Add the test2a version of VLC, masked. Unfortunately here are troubles with
  libtool and shared libvlc, and thus you need to remove old version before
  merging this one.

  11 Nov 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.5-r5.ebuild:
  Ignore patch 230_all_libcdio-0.78.2.patch when using older versions of
  libcdio. Closes bug #154193.

  04 Nov 2006; Patrick McLean <chutzpah@gentoo.org> vlc-0.8.5-r5.ebuild:
  Add patch to allow compilation with media-video/vlc-0.8.5-r5 (bug #153931).

  19 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a-r1.ebuild,
  vlc-0.8.5-r3.ebuild, vlc-0.8.5-r5.ebuild:
  Depend on 1.1.2 version of flac, as the 1.1.3 version changes API.

  01 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a-r1.ebuild,
  vlc-0.8.5-r3.ebuild, vlc-0.8.5-r5.ebuild:
  Remove build-time dependency on xproto and/or xextproto.

  22 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a-r1.ebuild,
  vlc-0.8.5-r3.ebuild, vlc-0.8.5-r5.ebuild:
  Force latest version of autotools, and be done with that.

  21 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a-r1.ebuild,
  vlc-0.8.5-r3.ebuild, vlc-0.8.5-r5.ebuild:
  Add dependency on automake 1.8 as per bug #148420. Thanks to Åsmund
  Grammeltvedt for reporting.

  09 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.5-r5.ebuild:
  Bump patchset trying to fix bug #139843.

  31 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a-r1.ebuild,
  vlc-0.8.5-r3.ebuild, vlc-0.8.5-r5.ebuild:
  Remove nls and screen useflags that weren't being used. Thanks to Sascha
  Geschwandtner for noticing in bug #141956.

  09 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a-r1.ebuild,
  vlc-0.8.5-r3.ebuild, vlc-0.8.5-r5.ebuild:
  Pinpoint virtual/x11 version to less than 7.

*vlc-0.8.5-r5 (08 Jul 2006)

  08 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> -vlc-0.8.5-r4.ebuild,
  +vlc-0.8.5-r5.ebuild:
  Fix (hopefully) the nsplugin location, thanks to Alex, Caster and Sascha
  Geschwandtner in bug #139317.

*vlc-0.8.5-r4 (04 Jul 2006)

  04 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> +vlc-0.8.5-r4.ebuild:
  Re-add nsplugin support with dependency on firefox or seamonkey (use
  seamonkey useflag). Enable optimise for memory with optimisememory useflag.

  04 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.5-r3.ebuild:
  Bump patchset to fix the parallel install problem reported in bug #139176.

  01 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> -vlc-0.8.2-r2.ebuild:
  Remove obsolete version.

  01 Jul 2006; Seemant Kulleen <seemant@gentoo.org> vlc-0.8.4a-r1.ebuild:
  stable for bug #121558

  01 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> -vlc-0.8.1-r1.ebuild:
  Remove obsolete version.

  30 Jun 2006; Thomas Cort <tcort@gentoo.org> vlc-0.8.4a-r1.ebuild:
  Stable on alpha wrt Bug #121558.

  29 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> -vlc-0.8.4a.ebuild:
  Drop old version.

  29 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> vlc-0.8.4a-r1.ebuild:
  Stable on x86 wrt bug #136890.

  26 Jun 2006; Saleem Abdulrasool <compnerd@gentoo.org>
  vlc-0.8.4a-r1.ebuild, vlc-0.8.5-r3.ebuild:
  adding gnome2 to inherit (resolves bug #117158)

  23 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.2-r2.ebuild,
  vlc-0.8.4a.ebuild, vlc-0.8.4a-r1.ebuild, -vlc-0.8.5-r2.ebuild,
  vlc-0.8.5-r3.ebuild:
  Remove nsplugin support as per bug #137665.

  18 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild,
  vlc-0.8.2-r2.ebuild, vlc-0.8.4a.ebuild, vlc-0.8.4a-r1.ebuild,
  vlc-0.8.5-r2.ebuild, vlc-0.8.5-r3.ebuild:
  Restrict confcache as per bugs #1371445 and #137023.

*vlc-0.8.5-r3 (18 Jun 2006)

  18 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +vlc-0.8.5-r3.ebuild:
  Add new version with patchset to fix strict aliasing and make wx build
  without permissive.

*vlc-0.8.5-r2 (16 Jun 2006)

  16 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> -vlc-0.8.5-r1.ebuild,
  +vlc-0.8.5-r2.ebuild:
  Remove aac useflag and use ffmpeg decoding instead. Fixes AAC playing.

  16 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> vlc-0.8.4a-r1.ebuild:
  Stable on sparc

  05 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> -vlc-0.8.5.ebuild,
  vlc-0.8.5-r1.ebuild:
  Depend on version 1.2 of upnp or it won't work correctly. THanks to Colin
  Carle for reporting and Samuli Suominen for finding the solution. Closes bug
  #135681.

*vlc-0.8.5-r1 (02 Jun 2006)

  02 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> +vlc-0.8.5-r1.ebuild:
  Add new revision with a fix for stream containing ' character.

  28 May 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.5.ebuild:
  Bump patchlevel to add a patch to support ffmpeg with (experimental) hidden
  visibility.

  09 May 2006; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
  Sign manifest after key expiration.

  09 May 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.5.ebuild:
  Bump patchset to fix bug #132809.

  09 May 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.5.ebuild:
  Bump patchlevel to fix bugs #132776 and #132780.

  08 May 2006; Markus Rothe <corsair@gentoo.org> vlc-0.8.5.ebuild:
  Added ~ppc64

  07 May 2006; <tcort@gentoo.org> vlc-0.8.5.ebuild:
  Added ~alpha keyword.

*vlc-0.8.5 (06 May 2006)

  06 May 2006; Diego Pettenò <flameeyes@gentoo.org>
  -vlc-0.8.5_beta4.ebuild, +vlc-0.8.5.ebuild:
  Update to 0.8.5, dropped ~alpha keyword.

  04 May 2006; Mark Loeser <halcy0n@gentoo.org> vlc-0.8.4a.ebuild:
  Stable on x86; bug #121558

  02 May 2006; Diego Pettenò <flameeyes@gentoo.org> -vlc-0.8.4.ebuild:
  Drop old version.

*vlc-0.8.5_beta4 (02 May 2006)

  02 May 2006; Diego Pettenò <flameeyes@gentoo.org>
  -vlc-0.8.5_beta2.ebuild, -vlc-0.8.5_beta3.ebuild, +vlc-0.8.5_beta4.ebuild:
  Update to last test version.

  20 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.5_beta3.ebuild:
  Bump patchset to fix directfb support, and make ebuild handle that, too.

*vlc-0.8.5_beta3 (20 Apr 2006)

  20 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  +vlc-0.8.5_beta3.ebuild:
  Bump to latest test version from upstream.

  15 Apr 2006; Thomas Cort <tcort@gentoo.org> vlc-0.8.5_beta2.ebuild:
  Added ~alpha keyword.

  12 Apr 2006; Thomas Cort <tcort@gentoo.org> vlc-0.8.4a-r1.ebuild:
  Added ~alpha keyword wrt Bug #121558.

  11 Apr 2006; Gustavo Zacarias <gustavoz@gentoo.org> vlc-0.8.4a.ebuild:
  Stable on sparc wrt #121558

  11 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4.ebuild,
  vlc-0.8.4a.ebuild, vlc-0.8.4a-r1.ebuild, vlc-0.8.5_beta2.ebuild:
  Rename real useflag to rtsp as real usually involves realplayer/helixplayer
  and thus is masked on non-x86 profiles.

*vlc-0.8.5_beta2 (02 Apr 2006)

  02 Apr 2006; Diego Pettenò <flameeyes@gentoo.org>
  +vlc-0.8.5_beta2.ebuild:
  New beta version from upstream, please try it out if you can. New in this
  release the directfb support and Intel UPnP stack support.

  21 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a-r1.ebuild:
  Bump patchset to fix bug #125071.

  15 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.2-r2.ebuild,
  vlc-0.8.4.ebuild, vlc-0.8.4a.ebuild, vlc-0.8.4a-r1.ebuild:
  Replace xml2 useflag with xml useflag.

  14 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a-r1.ebuild:
  Bump patchset to allow building with GCC 4.1, see bug #126202.

  02 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a-r1.ebuild:
  Cleanup modular x deps.

*vlc-0.8.4a-r1 (01 Mar 2006)

  01 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> +vlc-0.8.4a-r1.ebuild:
  New patchset with a patch to build against libcddb 1.2 finally. This allows
  to remove cddb and libcdio from unmask.

  28 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a.ebuild:
  Enable streamout support when vlm is enabled also if stream is not. Thanks
  to Robert Lippmann <rlippmann@hotmail.com> for pointing this out in bug
  #124356.

  12 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a.ebuild:
  Make cddb an useflag so that people can decide whether to use it or not,
  allowing to stop the up/down cycle with libcdio 0.76 that requires newer
  cddb.

  04 Feb 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a.ebuild:
  Change dep on wxGTK 2.6.2-r1 as per bug #118631. Drop autotools dependencies.

  12 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a.ebuild:
  Add xinerama useflag and make it optional, after bumping patchset to version
  13.

  04 Jan 2006; Simon Stelling <blubb@gentoo.org> vlc-0.8.2-r2.ebuild:
  stable on amd64 wrt bug 116181

  04 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a.ebuild:
  Bump patchset to include the patch to fix textrels provided by PaX team.

  04 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> -vlc-0.8.2-r1.ebuild,
  -vlc-0.8.4-r1.ebuild:
  Drop old versions.

  03 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4a.ebuild:
  Filter out --as-needed when using wxwindows, it makes ld segfault.

  03 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4-r1.ebuild,
  vlc-0.8.4a.ebuild:
  Make domenu conditional to use wxwindows as the desktop file is specifically
  for wxvlc command.

  02 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> vlc-0.8.4.ebuild:
  Stable on sparc wrt #116181

  02 Jan 2006; Mark Loeser <halcy0n@gentoo.org> vlc-0.8.2-r2.ebuild:
  Stable on x86; bug #116181

  30 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild:
  Fix the last version still using freetype useflag instead of truetype.

  27 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.2-r1.ebuild,
  vlc-0.8.2-r2.ebuild, vlc-0.8.4.ebuild, vlc-0.8.4-r1.ebuild,
  vlc-0.8.4a.ebuild:
  Change freetype useflag to truetype.

  17 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild,
  vlc-0.8.2-r1.ebuild, vlc-0.8.2-r2.ebuild, vlc-0.8.4.ebuild,
  vlc-0.8.4-r1.ebuild, vlc-0.8.4a.ebuild:
  Fix the dependency, for alsa is over alsa-lib, not virtual/alsa that points
  to the drivers. Close bug #115857.

*vlc-0.8.4a (13 Dec 2005)

  13 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> +vlc-0.8.4a.ebuild:
  Updated VLC to 0.8.4a as released by upstream. Avahi and HAL patches are now
  part of vanilla sources.

  10 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4-r1.ebuild:
  Made modular-friendly.

  08 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4.ebuild,
  vlc-0.8.4-r1.ebuild:
  As per bug #113449, disable ability to build vlc with wxGTK built without
  unicode, as 2.6 version has non-experimental support, and vlc 0.8.4 seems to
  require it strictly.

  02 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4-r1.ebuild:
  Added patch from Giandomenico De Tullio for enabing avahi support on 0.6
  version and later, now bonjour support can be enabled on avahi greater than
  0.3. Install the (patched) desktop file from debian directory instead of
  creating a new one.

  01 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild:
  Changing dep for ffmpeg to any revision of 20050226 snapshot to avoid dummy
  people to use newer ffmpeg and filing tons of bugs without looking.

  30 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild:
  Completely remove nsplugin logic in vlc 0.8.1, too bugged.

  29 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4-r1.ebuild:
  Die if skins are requested but freetype is not enabled. Don't remove the
  default skin when using skins. Thanks to Gergan Penkov in bug #113860.

  28 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> metadata.xml:
  Take over maintainership directly.

  28 Nov 2005; Chris White <chriswhite@gentoo.org> vlc-0.8.1-r1.ebuild:
  Re-fixed bug #77153.

*vlc-0.8.4-r1 (27 Nov 2005)

  27 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> +vlc-0.8.4-r1.ebuild:
  Added new testing version (not yet stable candidate). This version uses
  ffmpeg as a plugin instead of builtin, reducing the linking on vlc binary.
  Also backports HAL changes from upstream to allow using HAL 0.5 with it.

*vlc-0.8.4 (27 Nov 2005)

  27 Nov 2005; Diego Pettenò <flameeyes@gentoo.org>
  -vlc-0.8.4_beta3.ebuild, +vlc-0.8.4.ebuild:
  New version, 0.8.4 final: closed bug #113590; applied formats patch by
  solar; transformed sed lines in patches; fixed tests for avahi and hal to
  avoid misunderstanding if someone tries to enable them; build DTS support as
  plugin instead of builtin; removed comments inside the code as the
  maintainer's guide carry all the needed informations; old for deprecated
  interfaces are removed from upstream's package.

  27 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4_beta3.ebuild:
  Remove bonjour support or vlc would fail if avahi 0.6 is installed. See bug
  #113665.

  24 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild,
  vlc-0.8.2-r1.ebuild, vlc-0.8.2-r2.ebuild, vlc-0.8.4_beta3.ebuild:
  Remove comments about missing useflags as they are now reported on the
  maintainer's guide.

*vlc-0.8.4_beta3 (23 Nov 2005)

  23 Nov 2005; Diego Pettenò <flameeyes@gentoo.org>
  -vlc-0.8.4_beta1.ebuild, -vlc-0.8.4_beta2.ebuild, +vlc-0.8.4_beta3.ebuild:
  Update to latest test version before final release.

  22 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild,
  vlc-0.8.2-r1.ebuild, vlc-0.8.2-r2.ebuild, vlc-0.8.4_beta1.ebuild,
  vlc-0.8.4_beta2.ebuild:
  Use mirror://gentoo/ for patchsets.

  16 Nov 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild,
  vlc-0.8.2-r1.ebuild, vlc-0.8.2-r2.ebuild, vlc-0.8.4_beta1.ebuild,
  vlc-0.8.4_beta2.ebuild:
  Forcefully disable x264 support, so that installed x264 library does not get
  detected and the build does not fail. See bug #112670.

*vlc-0.8.4_beta2 (05 Nov 2005)

  05 Nov 2005; Diego Pettenò <flameeyes@gentoo.org>
  +vlc-0.8.4_beta2.ebuild:
  Added last beta version. Requires testing.

  30 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild,
  vlc-0.8.2-r1.ebuild:
  Don't allow to enable hal, as it anyways does not work fine and has bad
  behavior when hal 0.5 is being used.

  30 Oct 2005; Mark Loeser <halcy0n@gentoo.org> vlc-0.8.2-r1.ebuild,
  vlc-0.8.2-r2.ebuild, vlc-0.8.4_beta1.ebuild:
  Add back logic to strip -fomit-frame-pointer only when using gcc-2; fixes bug
  #99813

  14 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.4_beta1.ebuild:
  Remove comments that are no more needed here as they are on the project page
  documentation.

  12 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.2-r2.ebuild:
  Remove gtk1 support from latest 0.8.2 version as wxGTK 2.6 nos just supports
  GTK2.

*vlc-0.8.2-r2 (03 Oct 2005)

  03 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> +vlc-0.8.2-r2.ebuild:
  Added new revision for vlc 0.8.2 with hal disabled, as it seems not to be so
  reliable.

*vlc-0.8.4_beta1 (03 Oct 2005)

  03 Oct 2005; Diego Pettenò <flameeyes@gentoo.org>
  +vlc-0.8.4_beta1.ebuild:
  Added 0.8.4-test1 version. Most of the patches are applied upstream for now.

  15 Sep 2005; Aron Griffis <agriffis@gentoo.org> vlc-0.8.1-r1.ebuild:
  Mark 0.8.1-r1 stable on alpha

  10 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild,
  vlc-0.8.2-r1.ebuild:
  Don't install ABOUT-NLS file.

  02 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.2-r1.ebuild:
  Added patch to compile with samba 3.0.20 (and also previous versions).

  30 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> -vlc-0.8.1-r2.ebuild,
  -vlc-0.8.1-r3.ebuild, -vlc-0.8.2.ebuild:
  Removed old versions.

  13 Jul 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild:
  Disabled threads from stable version as it's for 0.8.1-r2 and following.
  Threads support isn't safe with some external libraries.

  13 Jul 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.2-r1.ebuild:
  Add patch to build vlc fine when +debug is enabled in wxGTK. Closes #97169.

  12 Jul 2005; Diego Pettenò <flameeyes@gentoo.org>
  -files/mpeg2dec-20030612-configure.in-fpic.patch,
  -files/0.6.2-mozilla-fix.patch, -files/glide.patch, -vlc-0.6.2.ebuild,
  -vlc-0.6.2-r1.ebuild, -vlc-0.7.2.ebuild, vlc-0.8.1-r1.ebuild,
  vlc-0.8.1-r2.ebuild, vlc-0.8.1-r3.ebuild, vlc-0.8.2.ebuild:
  Rename mozilla useflag into nsplugin. Removed old (bugged) versions.

*vlc-0.8.2-r1 (11 Jul 2005)

  11 Jul 2005; Diego Pettenò <flameeyes@gentoo.org> +vlc-0.8.2-r1.ebuild:
  Added nsplugin flag to build the mozilla-compatible plugin (depends on
  gecko-sdk).

  10 Jul 2005; Jason Wever <weeve@gentoo.org> vlc-0.8.2.ebuild:
  Added ~sparc keyword wrt bug #95625.

  27 Jun 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.2.ebuild:
  Disabled also slp support as upstream still uses an older API which breaks
  with current version. See bug #97169.

  27 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
  -vlc-0.8.2_beta2.ebuild, vlc-0.8.2.ebuild:
  Removed vlc-0.8.2_beta2. Disabled mozilla support waiting for new gecko-sdk,
  see bug #97164.

*vlc-0.8.2 (26 Jun 2005)

  26 Jun 2005; Diego Pettenò <flameeyes@gentoo.org> +vlc-0.8.2.ebuild:
  New upstream version, missing ~sparc keyword until daap dependency is fixed.
  Uses the same patches as 0.8.2_beta2 minus the sap one.

  10 Jun 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r3.ebuild,
  vlc-0.8.2_beta2.ebuild:
  Fixed mp3/mad params for 0.8.1 and 0.8.2_beta2. Added patch to compile clean
  with latest GCC 4.0.1 for 0.8.2_beta2.

  08 Jun 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.2_beta2.ebuild:
  Fixed checks for ffmpeg features.

*vlc-0.8.2_beta2 (08 Jun 2005)

  08 Jun 2005; Diego Pettenò <flameeyes@gentoo.org>
  +vlc-0.8.2_beta2.ebuild:
  New version (test version from upstream's snapshots. Cleaned up useflags,
  added new dependencies, fixed dependencies which changed with latest
  version, removed a few useflag. Now vcd and cdda enables also the extended
  versions (requiring libcdio).

  26 May 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r3.ebuild:
  Renamed mad flag into mp3 for latest version.

  22 May 2005; Jason Wever <weeve@gentoo.org> vlc-0.8.1-r1.ebuild:
  Stable on SPARC.

  18 May 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r3.ebuild:
  Added new patches to make vlc work with wxGTK 2.6. Need more testing before
  unmasking.

  17 May 2005; Fernando J. Pereda <ferdy@gentoo.org> vlc-0.8.1-r1.ebuild:
  keyworded ~alpha, wrt #90506

*vlc-0.8.1-r3 (14 May 2005)

  14 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  -files/vlc-0.8.1-bool.patch, -files/vlc-0.8.1-matroska-shared.patch,
  -files/vlc-0.8.1-time.patch, vlc-0.6.2.ebuild, vlc-0.6.2-r1.ebuild,
  vlc-0.7.2.ebuild, vlc-0.8.1-r1.ebuild, vlc-0.8.1-r2.ebuild,
  +vlc-0.8.1-r3.ebuild:
  New revision which now uses wxGTK 2.6 instead of 2.4. Added patch to disable
  hal support in configure (just for -r3 for now). Moved patches into patchset
  tarball and removed from files. Converted from gcc to toolchain-funcs
  eclass.

  09 May 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild,
  vlc-0.8.1-r2.ebuild:
  Fixed hal dependency to 0.4, fixes bug #91913. Removed !amd64 check on 3dfx
  (use.masked).

  07 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/vlc-0.8.1-bool.patch, vlc-0.8.1-r1.ebuild, vlc-0.8.1-r2.ebuild:
  Added patch to compile ncurses support on -r2. Fixes #91603. Removed ncurses
  useflag and disabled it on -r1 as it's stable and better not add patches to
  it.

  02 May 2005; Diego Pettenò <flameeyes@gentoo.org> -files/vlc.desktop,
  -vlc-0.8.1.ebuild, vlc-0.8.1-r1.ebuild:
  Marked 0.8.1-r1 stable on amd64 and x86, and removed the old 0.8.1 with its
  files.

  25 Apr 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r2.ebuild:
  Added build-time dependencies on autotools, pkgconfig, gettext and cvs
  (needed by gettext's autopoint). Fixes #90321.

*vlc-0.8.1-r2 (24 Apr 2005)

  24 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/vlc-0.8.1-matroska-shared.patch, vlc-0.8.1-r1.ebuild,
  +vlc-0.8.1-r2.ebuild:
  Removed portaudio useflag, vlc needs portaudio v19 (development branch) 
  which is not in portage.
  Added 0.8.1-r2 version which depends in a recent libmatroska (0.7.3-r1 
  at least) which builds .so version of the library, so to build a dynamic 
  plugin instead of a static module (with the newly added patch to 
  configure).
  Disabled threads useflag from 0.8.1-r2 as it seems not mess up vlc with
  at least latest ffmpeg and libmatroska.

  20 Apr 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.6.2.ebuild,
  vlc-0.6.2-r1.ebuild, vlc-0.7.2.ebuild, vlc-0.8.1.ebuild,
  vlc-0.8.1-r1.ebuild:
  Removed deprecated oggvorbis useflag. Made vlc-0.8.1-r1 install all the docs
  by dodoc instead of installing it on /usr/share/doc/vlc.

  18 Apr 2005; Diego Pettenò <flameeyes@gentoo.org> metadata.xml,
  -vlc-0.6.0-r1.ebuild, -vlc-0.6.1.ebuild, vlc-0.6.2.ebuild,
  -vlc-0.7.1.ebuild, -vlc-0.7.1-r1.ebuild, -vlc-0.7.2-r1.ebuild,
  -vlc-0.8.0.ebuild:
  Pruned old ebuilds, as many bugs are fixed in recent ~arch ebuilds, and 
  0.8.1-r1 is the wannabe-stable. Fixed dependency on libmpeg2-0.3* 
  for vlc-0.6.2 (fixes #60696). Updated metadata, ChrisWhite is retired :/

  18 Apr 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.6.0-r1.ebuild,
  vlc-0.6.1.ebuild, vlc-0.6.2.ebuild, vlc-0.6.2-r1.ebuild:
  VLC 0.6.x needs xvid .9.x, can't build with 1.0.

  17 Apr 2005; Diego Pettenò <flameeyes@gentoo.org> vlc-0.8.1-r1.ebuild:
  Add check for wxwindows before request it (fixex #89436).

  13 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org>
  +files/vlc-0.8.1-time.patch, vlc-0.8.1-r1.ebuild:
  added patch to include missing time.h, fixes #88378. patch grabbed from
  upstream cvs.

  04 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org> vlc-0.8.1-r1.ebuild:
  introduced support for several useflags, implemented enhancement suggestions
  which were made by Diego Pettenò <dgp85@users.sourceforge.net>. Fixes #87289

*vlc-0.8.1-r1 (28 Mar 2005)

  28 Mar 2005; Chris White <chriswhite@gentoo.org> +vlc-0.8.1-r1.ebuild:
  Revbump to -r1. Fixes detailed in bug #86419. Thanks to Diego Pettenò for
  the ebuild cleanup.

  23 Mar 2005; Seemant Kulleen <seemant@gentoo.org> vlc-0.6.0-r1.ebuild,
  vlc-0.6.1.ebuild, vlc-0.6.2.ebuild, vlc-0.6.2-r1.ebuild, vlc-0.7.1.ebuild,
  vlc-0.7.1-r1.ebuild, vlc-0.7.2.ebuild, vlc-0.7.2-r1.ebuild,
  vlc-0.8.0.ebuild, vlc-0.8.1.ebuild:
  change dep from net-www/mozilla to www-client/mozilla

  10 Mar 2005; Chris White <chriswhite@gentoo.org> vlc-0.8.1.ebuild:
  Fixed bug #77611.

  03 Mar 2005; Chris White <chriswhite@gentoo.org> vlc-0.8.1.ebuild:
  Fixed bug #83880.

  27 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org> vlc-0.8.1.ebuild:
  Back to using oggvorbis in IUSE.

  29 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> vlc-0.8.1.ebuild:
  removed unnecessary line from DEPEND, see #78830

  09 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> vlc-0.8.1.ebuild:
  added missing faad? dependency. fixes #77200.

  09 Jan 2005; Chris White <chriswhite@gentoo.org> vlc-0.8.1.ebuild:
  Fixed mozilla plugin not working because it was looking in the wrong place
  for a file :).

  08 Jan 2005; Chris White <chriswhite@gentoo.org> vlc-0.8.1.ebuild:
  Fixed #77119.  Also fixed 2 syntax errors located in #60696.

  08 Jan 2005; Chris White <chriswhite@gentoo.org> vlc-0.8.1.ebuild:
  Fixing MOZILLA_CONFIG errors that I'll surely be getting in about 30 minutes.

  08 Jan 2005; Chris White <chriswhite@gentoo.org> +files/vlc.desktop,
  vlc-0.8.1.ebuild:
  Fixing bug #39213.  Thanks to Keith Lea for providing the vlc.desktop file.

*vlc-0.8.1 (08 Jan 2005)

  08 Jan 2005; Chris White <chriswhite@gentoo.org> +vlc-0.8.1.ebuild:
  Bump to version 0.8.1. This is a nice cleanup of the ebuild for deps and
  all. Should run alot better than previous versions. Fixes bug #72338.

  14 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> vlc-0.6.1.ebuild,
  vlc-0.6.2-r1.ebuild, vlc-0.6.2.ebuild, vlc-0.7.1-r1.ebuild,
  vlc-0.7.1.ebuild, vlc-0.7.2-r1.ebuild, vlc-0.7.2.ebuild, vlc-0.8.0.ebuild:
  Changed USE flag to aac.

  11 Nov 2004; Luca Barbato <lu_zero@gentoo.org> vlc-0.8.0.ebuild:
  Temporary removed slp

*vlc-0.8.0 (09 Nov 2004)

  09 Nov 2004; Luca Barbato <lu_zero@gentoo.org> +vlc-0.8.0.ebuild:
  New release

  23 Oct 2004; Jason Wever <weeve@gentoo.org> vlc-0.7.2-r1.ebuild:
  Added ~sparc keyword.

  01 Sep 2004; Martin Holzer <mholzer@gentoo.org> vlc-0.7.2-r1.ebuild,
  vlc-0.7.2.ebuild:
  adding theora support through IUSE. closes 41383

  20 Aug 2004; Chris White <chriswhite@gentoo.org> vlc-0.7.2-r1.ebuild:
  Fixed LIVE version.

*vlc-0.7.2-r1 (10 Aug 2004)

  10 Aug 2004; Chris White <chriswhite@gentoo.org> metadata.xml,
  +files/vlc-0.7.2-live.patch, vlc-0.7.2-r1.ebuild:
  Removed CFLAGS unsetting, disabled broken interfaces, added myself as
  maintainer, and stopped the live downgrading issue.

  01 Jul 2004; Joel Martin <kanaka@gentoo.org> :
  Add dts use flag, update dependancy version requirements to more closely match
  official requirements, integrate some ebuild changes from ebuild included in
  the source tree, fix default font file location.

  25 Jun 2004; Joel Martin <kanaka@gentoo.org> vlc-0.7.2.ebuild:
  Add depend on automake 1.7.9 to close bug 54498. No version bump necessary,
  this is a getting it to build type fix

  09 Jun 2004; Aron Griffis <agriffis@gentoo.org> vlc-0.6.0-r1.ebuild,
  vlc-0.6.1.ebuild, vlc-0.6.2-r1.ebuild, vlc-0.6.2.ebuild, vlc-0.7.1.ebuild:
  Fix use invocation

*vlc-0.7.2 (07 Jun 2004)

  07 Jun 2004; Travis Tilley <lv@gentoo.org> +vlc-0.7.2.ebuild:
  version bump. this version contains improved interfaces with support for
  embedded video outputs, new formats support, an improved DVB input, subtitles
  improvements, major stream output improvements, a VideoLAN manager to manage
  several streams with only one instance of VLC, and (most importantly, at least
  here) numerous fixes for compiling with gcc 3.4.

  07 Jun 2004; Travis Tilley <lv@gentoo.org> vlc-0.7.1-r1.ebuild:
  stable on amd64

  03 May 2004; Jeremy Huddleston <eradicator@gentoo.org> vlc-0.6.0-r1.ebuild,
  vlc-0.6.1.ebuild, vlc-0.6.2-r1.ebuild, vlc-0.6.2.ebuild:
  Changing mad dep to madplay.

  09 Apr 2004; Travis Tilley <lv@gentoo.org> vlc-0.7.1-r1.ebuild:
  added ~amd64 keyword

*vlc-0.7.1-r1 (26 Mar 2004)

  26 Mar 2004; David Holm <dholm@gentoo.org> vlc-0.7.1-r1.ebuild:
  Added to ~ppc. AltiVec is broken in 0.7.1, disabled.

  20 Mar 2004; Joel Martin <kanaka@gentoo.org> :
  Changed to live.com ebuild rather than importing source. Disabled qt and kde
  interfaces and xvid since they are deprecated, added libdvdnav dependency,
  restructured configuration of dvd and dvb features, synchronized the format
  of the ebuild with the one by Derk-Jan Hartman.

  17 Mar 2004; Joel Martin <kanaka@gentoo.org> vlc-0.6.2-r1.ebuild,
  vlc-0.7.1.ebuild:
  Fix svga dep in 0.7.1, remove ~ia64 from 0.6.2-r1 because of bad deps

  15 Mar 2004; Luca Barbato <lu_zero@gentoo.org> vlc-0.7.1.ebuild:
  Marked -ppc the ffmpeg req has issues

*vlc-0.7.1 (11 Mar 2004)

  11 Mar 2004; Joel Martin <kanaka@gentoo.org> vlc-0.7.1.ebuild,
  files/live-gcc3-3.patch:
  Merged latest unstable vlc-0.6.2-r1, and vlc provided ebuild by Derk-Jan
  Hartman. Depend on new ffmpeg ebuild instead of pulling down ffmpeg directly.
  Add LiveMedia, libcaca support. No implicit mplayer dependency. Bump faad2
  requirement. General cleanup. Removed other arches because or arch dependency
  issues.

  23 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> vlc-0.6.0-r1.ebuild,
  vlc-0.6.1.ebuild, vlc-0.6.2-r1.ebuild, vlc-0.6.2.ebuild:
  fix KEYWORDS to match available deps

  07 Jan 2004; Daniel Ahlberg <aliz@gentoo.org> vlc-0.6.2-r1.ebuild,
  files/mpeg2dec-20030612-configure.in-fpic.patch:
  Patch configure.in instead of configure

*vlc-0.6.2-r1 (13 Dec 2003)

  13 Dec 2003; Seemant Kulleen <seemant@gentoo.org> vlc-0.6.2-r1.ebuild:
  Switch to using internal ffmpeg and mpeg2dec becausethat means that mplayer
  does not have to be a dependency any more. Thanks to the ebuild enclosed
  within the tarball for the clues

  12 Dec 2003; Seemant Kulleen <seemant@gentoo.org> metadata.xml,
  vlc-0.4.4.ebuild, vlc-0.4.5.ebuild, vlc-0.5.2-r1.ebuild, vlc-0.5.2.ebuild,
  vlc-0.6.0.ebuild, vlc-0.6.2.ebuild:
  remove crufty ebuilds and move to use_enable syntax for configure options

  22 Nov 2003; Luca Barbato <lu_zero@gentoo.org> vlc-0.6.2.ebuild,
  files/0.6.2-mozilla-fix.patch:
  Patch to build mozilla plugin on mozilla-1.5*

  21 Nov 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.2.ebuild:
  The Mozilla plugin only works with Mozilla 1.4 currently.

  19 Oct 2003; Max Kalika <max@gentoo.org> vlc-0.6.2.ebuild:
  Revert location of libdvd, it belongs in media-libs but was only 
  partly moved there previously.

  17 Oct 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.2.ebuild:
  Fixed portage location of libdvb.  Marked stable for x86.

  17 Aug 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.2.ebuild:
  Made minor change as suggested by brandy@gentoo.org on bug #24119

  16 Aug 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.2.ebuild,
  files/glide.patch:
  Glide works now possibly.  See bug #24119.  Also added the touch stuff
  from the videolan cvs ebuild.

  15 Aug 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.2.ebuild:
  Stripping -fomit-frame-pointer if gcc-major-version -eq 2.  See bug
  #24678.

*vlc-0.6.2 (13 Aug 2003)

  13 Aug 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.2.ebuild:
  Version bump.  Removed 0.6.1 related workarounds.  Added support
  for the altivec USE variable.  Up to 34 USE variables now. :)

*vlc-0.6.1 (01 Aug 2003)

  01 Aug 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.1.ebuild,
  files/buildorder.patch:
  The "elusive math equation" release.
  Version bump.  Re-organized the ebuild to coincide with the listing
  of configure options outputted by ./configure --help.  Added support
  for USE variables faad, xosd, and matroska.  Added a patch based on
  upstream cvs which allows the mozilla plugin to compile properly.
  I have updated the dependancies to the new ebuilds of libdvdcss-1.2.8
  and libdvbpsi-0.1.3 as upstream authors suggest these versions.
  We are now weighing in at 33 use variables folks. :)  Presently, 
  perhaps the most prolific package in Portage. :)

  21 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0-r1.ebuild:
  Removed the matrox use variable and forced disable-mga as the
  module is known not to work, slower than other rendering, and will
  not be updated upstream anymore.

  20 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0-r1.ebuild:
  Added support for the debug USE variable.  Added the matroska
  local USE variable.

  19 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0-r1.ebuild:
  Added the dvb USE variable.  Added a comment re: truetype for 0.6.1
  Now showing the whole list of IUSE variables.  Updated
  wxwindows dependancy to >=wxGTK-2.4.1 as 2.4.0 has problems.
  Added -i to kde-related sed statements.  Re-worded some comments.
  General ebuild beautification.

  19 Jul 2003; Nick Hadaway <raker@gentoo.org>:
  Removed unneeded vlc-0.6.0-r2.ebuild.

*vlc-0.6.0-r2 (17 Jul 2003)

  17 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0-r2.ebuild:
  Changed "mad" depends to the new libmad/libid3tag

*vlc-0.6.0-r1 (16 Jul 2003)

  16 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0-r1.ebuild,
  files/mozplugin.patch:
  Now utilizes the mozilla USE variable to install a way cool
  mozilla plugin.  The code has been tested with mozilla 1.4
  and may work with 1.3.

  16 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0.ebuild:
  Adding mplayer as a dependancy until the libpostproc issue is
  figured out.  See bug #22811

  09 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0.ebuild:
  A little sed to change glide location from /usr/include/glide to
  /usr/include/glide3

  06 Jul 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0.ebuild:
  Marked stable for x86

*vlc-0.6.0 (25 Jun 2003)

  25 Jun 2003; Nick Hadaway <raker@gentoo.org> vlc-0.6.0.ebuild:
  Lots more IUSE madness.  More proper enabling/disabling of configure
  options.  Some portions of this ebuild were inspired from the 
  videolan.org official ebuild.

*vlc-0.5.2-r1 (29 Mar 2003)

  29 Mar 2003; Martin Holzer <mholzer@gentoo.org> vlc-0.5.2-r1.ebuild:
  Added some IUSE vars and option flags. Closes #18321.

*vlc-0.5.2 (13 Mar 2003)

  13 Mar 2003; Seemant Kulleen <seemant@gentoo.org> vlc-0.5.2.ebuild:
  version bump

*vlc-0.4.5 (09 Nov 2002)

  22 Dec 2002; Martin Holzer <mholzer@gentoo.org> vlc-0.4.4.ebuild files/digest-vlc-0.4.4 Changelog :
  Changed .tar.gz to .tar.bz2, removed --disable-a52

  09 Nov 2002; Seemant Kulleen <seemant@gentoo.org>  vlc-0.4.5.ebuild
  files/digest-vlc-0.4.5 :

  Version bump, thanks to: mholzer@gentoo.org (Martin Holzer) in bug #10426

*vlc-0.4.4 (13 Aug 2002)

  22 Dec 2002; Martin Holzer <mholzer@gentoo.org> vlc-0.4.4.ebuild files/digest-vlc-0.4.4 Changelog :
  Changed .tar.gz to .tar.bz2, removed --disable-a52

  28 Sep 2002; Nick Hadaway <raker@gentoo.org> vlc-0.4.4.ebuild :
  Removed redundant configure options.  Changed to einstall.

  17 Aug 2002; Dan Armak <danarmak@gentoo.org> ChangeLog  :
  Use kde-functions.eclass to determine kdelibs, arts locations.

  15 Aug 2002; Mark Guertin <gerk@gentoo.org> vlc-0.4.4.ebuild :
  Added ppc to keywords

  13 Aug 2002; Seemant Kulleen <seemant@gentoo.org> vlc-0.4.4.ebuild :
  Version bump.

*vlc-0.4.3 (25 Jul 2002)

  02 Aug 2002; Nick Hadaway <raker@gentoo.org> vlc-0.4.3.ebuild :
  Added support for libdvbpsi.

  29 Jul 2002; Nick Hadaway <raker@gentoo.org> :
  Added support for a52dec by default as it is marked as enabled by
  default in vlc's configure options and the a52dec author says we
  should give it a try.  :)  I have it set to depend on
  >=media-libs/a52dec-0.7.4 as previous versions were not thread
  safe.

  25 Jul 2002; Seemant Kulleen <seemant@gentoo.org>  vlc-0.4.3.ebuild :
  Version bump.

*vlc-0.4.2 (13 Jul 2002)

  13 Jul 2002; Nick Hadaway <raker@gentoo.org> 
  vlc-0.4.2.ebuild files/digest-vlc-0.4.2:
  Version bump.

*vlc-0.4.1 (09 Jul 2002)

  09 Jul 2002; Nick Hadaway <raker@gentoo.org> vlc-0.4.1.ebuild
  files/digest-vlc-0.4.1
  Version bump.  Added required dependancy for mad (MPEG audio library)
  which allows vlc to read divx files.  Updated configure options.
  Special thanks to to the vlc support team for the quick response
  to my inquiry.

*vlc-0.4.0 (17 Jun 2002)

  17 Jun 2002; Seemant Kulleen <seemant@gentoo.org> vlc-0.4.0-r1.ebuild
  files/digest-vlc-0.4.0-r1 :
  This now works with Qt2 and Qt3, depending on which is reflected in
  $QTDIR.  Thanks to BradPritt@gmx.de (Markus Mohr) in bug #3678 for
  providing this fix.

*vlc-0.4.0 (24 May 2002)

  24 May 2002; Seemant Kulleen <seemant@gentoo.org> vlc-0.4.0.ebuild
  files/digest-vlc-0.4.0 :
  Version bump.

*vlc-0.3.1-r1 (19 May 2002)

  19 May 2002; Seemant Kulleen <seemant@gentoo.org> vlc-0.3.1-r1.ebuild
  files/digest-vlc-0.3.1-r1 :
  Added USE dependent ALSA support, since gentoo now defaults to alsa-0.9

*vlc-0.3.1 (07 May 2002)

  07 May 2002; Karl Trygve Kalleberg <karltk@gentoo.org> vlc-0.3.1.ebuild files/digest-vlc-0.3.1 :
  New upstream version.


*vlc-0.2.91 (1 Feb 2002)

  1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
  Added initial ChangeLog which should be updated whenever the package is
  updated in any way. This changelog is targetted to users. This means that the
  comments should well explained and written in clean English. The details about
  writing correct changelogs are explained in the skel.ChangeLog file which you
  can find in the root directory of the portage repository.