summaryrefslogtreecommitdiff
blob: 3a0a8c0fa32b223079add56ca22221939dc9a54b (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
# ChangeLog for media-video/vlc
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/ChangeLog,v 1.108 2005/10/12 12:10:33 flameeyes Exp $

  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.