summaryrefslogtreecommitdiff
blob: b00eb47afcec7b0922169175a765278a5d9f4c10 (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
# ChangeLog for media-video/avifile
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/ChangeLog,v 1.111 2005/07/25 17:51:35 caleb Exp $

  25 Jul 2005; Caleb Tennis <caleb@gentoo.org>
  avifile-0.7.38.20030710-r1.ebuild, avifile-0.7.41.20041001-r1.ebuild,
  avifile-0.7.41.20041001-r2.ebuild, avifile-0.7.43.20050224-r1.ebuild,
  avifile-0.7.43.20050224-r2.ebuild:
  Change qt dep for bug #100235

  15 Jul 2005; Bryan Østergaard <kloeri@gentoo.org>
  avifile-0.7.43.20050224-r1.ebuild:
  Stable on ia64, bug 98891.

  13 Jul 2005; Diego Pettenò <flameeyes@gentoo.org>
  avifile-0.7.43.20050224-r1.ebuild:
  Stable on amd64, closes #93814.

  13 Jul 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/avifile-0.7.43.20050224-pic.patch,
  avifile-0.7.43.20050224-r2.ebuild:
  Add pic patch for x86 as per bug #88582. Thanks to Kevin F. Quinn
  <kevquinn@gentoo.org> for the patch.

  13 Jul 2005; Diego Pettenò <flameeyes@gentoo.org>
  avifile-0.7.43.20050224-r1.ebuild, avifile-0.7.43.20050224-r2.ebuild:
  Backport lib64 fixes in avifile-0.7.43.20050224-r1.

*avifile-0.7.43.20050224-r2 (28 Jun 2005)

  28 Jun 2005; Martin Schlemmer <azarah@gentoo.org>
  +avifile-0.7.43.20050224-r2.ebuild:
  Fix broken acinclude.m4 that have a broken SDL test that clobber
  '/usr/lib64' to '4'.

  18 Jun 2005; Guy Martin <gmsoft@gentoo.org> files/avifile-mad.patch,
  avifile-0.7.43.20050224-r1.ebuild:
  Fixed and marked stable for hppa.

  17 May 2005; Gustavo Zacarias <gustavoz@gentoo.org>
  avifile-0.7.43.20050224-r1.ebuild:
  Stable on sparc

  25 Apr 2005; Martin Schlemmer <azarah@gentoo.org>
  +files/avifile-0.7.43.20050224-1.0.0.1.gcc4.patch,
  avifile-0.7.43.20050224-r1.ebuild:
  Fix building with gcc4.  Patch from Debian.

  25 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  avifile-0.7.43.20050224-r1.ebuild:
  Added check so that qt and dmalloc can't be enabled at the same time as they
  make avifile not compile at all. Fixes #80874.

  22 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/avifile-0.7.43.20050224-fixlabels.patch,
  avifile-0.7.43.20050224-r1.ebuild:
  Added patch to convert labels to local form, fixes #86320.

  18 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/avifile-0.7.43.20050224-sdllibs.patch,
  avifile-0.7.43.20050224-r1.ebuild:
  Added win32codecs useflag (which allows to disable win32codecs support
  instead of harddepend it on x86 systems). Renamed oggvorbis flag into
  vorbis. Renamed dvd flag into a52 (it enables a52 support in avi files, not
  in dvds, anyway). Used mad useflag in use_enable libmad. Remove dependency
  on sed-4 (in system now). Added a patch to fix compilation of sdl support on
  amd64 (at least). Fixed disabling of sdl with useflag. Removed x86
  conditional on divx4linux as it's usemasked out of x86.

  15 Apr 2005; Stephen P. Becker <geoman@gentoo.org>
  avifile-0.7.41.20041001-r1.ebuild:
  changed to -mips because of hard dep on madplay

*avifile-0.7.43.20050224-r1 (26 Mar 2005)

  26 Mar 2005; Jeremy Huddleston <eradicator@gentoo.org>
  -files/avifile-0.7.41.20041001-sparc.patch,
  +files/avifile-0.7.43.20050224-sysffmpeg.patch,
  -avifile-0.7.32.20030219.ebuild, -avifile-0.7.37.20030522-r2.ebuild,
  -avifile-0.7.41.20041001.ebuild, -avifile-0.7.43.20050224.ebuild,
  +avifile-0.7.43.20050224-r1.ebuild:
  Now uses system ffmpeg and installs both static and shared libs. Removing
  old versions. Added to ~sparc.

*avifile-0.7.43.20050224 (22 Mar 2005)

  22 Mar 2005; Chris White <chriswhite@gentoo.org> +files/avifile-mad.patch,
  +avifile-0.7.43.20050224.ebuild:
  Changed the following:
  
  1) changed SRC_URI since upstream extension is now .tar.bz2 instead of
  .tar.gz 2) added alsa dep virutal/alsa (helps to have alsa if you're going
  to use it) 3) removed useless audiofile and ffmpeg depends 4) made qt
  sed-ing look a little bit cleaner and more explanitory 5) removed throw and
  gcc2 patches as they no longer apply 6) changed sparc patch to a sed based
  patch 7) removed avifile.pc.in sed-ing as it no longer applies 8) made the
  AM_CFLAGS apply to x86 as it should have been (conflicts with sparc patch)
  9) changed `use_enable`'s to $(use_enable)'s 10) rid of pointless dodir in
  src_install 10) added a fpm patch to fix FPM_* not being set for use in
  libmad plugin
  
  And that's all.

  14 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org>
  avifile-0.7.41.20041001-r1.ebuild:
  made divx4linux dependency optional, controlled by the respective useflag.
  fixes #81787

  31 Jan 2005; <lucky@gentoo.org> avifile-0.7.41.20041001-r2.ebuild:
  removed the pic functionality. fixes #80034

  29 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org>
  avifile-0.7.41.20041001-r2.ebuild:
  avi? dependency now only possible on x86. thanks to KingTaco.

  29 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org>
  avifile-0.7.41.20041001-r2.ebuild:
  excluded amd64 from optional dmalloc usage.

*avifile-0.7.41.20041001-r2 (29 Jan 2005)

  29 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org>
  +avifile-0.7.41.20041001-r2.ebuild:
  various cleanups which were suggested by Diego Pettenò
  <dgp85@users.sourceforge.net>, fixes bug #72182. thanks a lot, Diego.

  20 Jan 2005; Marcus Hanwell <cryos@gentoo.org>
  avifile-0.7.41.20041001-r1.ebuild:
  Marking stable for amd64.

  09 Dec 2004; Patrick Kursawe <phosphan@gentoo.org>
  avifile-0.7.41.20041001-r1.ebuild:
  Declaring stable for x86 - still broken (see bug #72182), but less broken than
  older versions.

*avifile-0.7.41.20041001 (01 Dec 2004)

  01 Dec 2004; Chris White <chriswhite@gentoo.org>
  avifile-0.7.41.20041001-r1.ebuild, +avifile-0.7.41.20041001.ebuild:
  Re-added 0.7.41.ebuild as it's the latest x86 stable.

*avifile-0.7.32.20030219 (01 Dec 2004)

  01 Dec 2004; Chris White <chriswhite@gentoo.org>
  +avifile-0.7.32.20030219.ebuild:
  Re-adding .32 to unbreak mjpegtools.. again.

*avifile-0.7.37.20030522-r2 (01 Dec 2004)

  01 Dec 2004; Chris White <chriswhite@gentoo.org>
  +avifile-0.7.37.20030522-r2.ebuild, avifile-0.7.41.20041001-r1.ebuild:
  Added avifile-0.7.37-20030522-r2.ebuild back to unbreak swftools and
  mjpegtools deps.

  30 Nov 2004; Chris White <chriswhite@gentoo.org>
  -avifile-0.7.32.20030219.ebuild, -avifile-0.7.37.20030522-r2.ebuild,
  -avifile-0.7.38.20030710.ebuild, -avifile-0.7.41.20041001.ebuild:
  Ebuild cleanup.

  26 Nov 2004; Patrick Kursawe <phosphan@gentoo.org>
  avifile-0.7.41.20041001-r1.ebuild:
  Fixing bug #70920 (fails to build on platforms that don't know
  no-omit-leaf-frame-pointer).

  16 Nov 2004; Patrick Kursawe <phosphan@gentoo.org>
  avifile-0.7.41.20041001.ebuild:
  Adding compile bug fixes from -r1

*avifile-0.7.41.20041001-r1 (12 Nov 2004)

  12 Nov 2004; Patrick Kursawe <phosphan@gentoo.org>
  +files/avifile-0.7.41.20041001-gcc2.patch,
  +avifile-0.7.41.20041001-r1.ebuild:
  Fixing bug #67441 (configure script stripped -g from CFLAGS - even in the
  middle of a word), bug #68899 (hard-coded -lXrender in some Makefile, removing
  it if not using X), bug #70074 (doesn't compile with gcc 2.95) and
  bug #69511 (parts of the build did not use our CFLAGS)

  23 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  avifile-0.7.41.20041001.ebuild:
  Disabling maketest for now because of bug #66740.

  22 Oct 2004; Patrick Kursawe <phosphan@gentoo.org>
  avifile-0.7.41.20041001.ebuild:
  Older versions seem to cause more trouble than .41 - declaring stable for x86.

  07 Oct 2004; Patrick Kursawe <phosphan@gentoo.org> files/throw.patch:
  throw.patch finally works with latest glibc versions - closing bug #64893.
  Modifying postinst to only show the message if the file it refers to was
  actually built. (closing bug #56973)

  06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  avifile-0.7.41.20041001.ebuild:
  get_libdir fixes.

  06 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +files/avifile-0.7.41.20041001-sparc.patch,
  avifile-0.7.41.20041001.ebuild:
  Recreated sparc CFLAGS patch, but still -sparc.  Readded to ~amd64.
  Closes bug #66422.

  06 Oct 2004; Patrick Kursawe <phosphan@gentoo.org> files/throw.patch:
  Patch was broken (bug #64893)

  06 Oct 2004; Patrick Kursawe <phosphan@gentoo.org> +files/throw.patch,
  avifile-0.7.41.20041001.ebuild:
  Fixing wrong attribute locations in source, see bug #64893

  06 Oct 2004; Patrick Kursawe <phosphan@gentoo.org>
  avifile-0.7.41.20041001.ebuild:
  Filtering flag -momit-leaf-frame-pointer (bug #66445)

*avifile-0.7.41.20041001 (05 Oct 2004)

  05 Oct 2004; Patrick Kursawe <phosphan@gentoo.org>
  +avifile-0.7.41.20041001.ebuild:
  New version that works with xvid 1.x and does not unset compiler flags.

*avifile-0.7.38.20030710-r1 (12 Jul 2004)

  12 Jul 2004; Mike Frysinger <vapier@gentoo.org>
  +avifile-0.7.38.20030710-r1.ebuild:
  Make sure pkgconfig file spits out right include path #53183 by Luke Worth and
  clean up the ebuild in general.

  29 May 2004; Travis Tilley <lv@gentoo.org> +files/avifile-x86-gcc34.patch,
  avifile-0.7.38.20030710.ebuild:
  added an additional gcc 3.4 fix for x86

  03 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
  avifile-0.7.32.20030219.ebuild, avifile-0.7.37.20030522-r2.ebuild,
  avifile-0.7.38.20030710.ebuild:
  Changing mad dep to madplay.

  28 Apr 2004; Travis Tilley <lv@gentoo.org> +files/avifile-gcc34.patch,
  avifile-0.7.38.20030710.ebuild:
  patched to compile using gcc 3.4

  27 Apr 2004; Aron Griffis <agriffis@gentoo.org>
  avifile-0.7.37.20030522-r2.ebuild, avifile-0.7.38.20030710.ebuild:
  Add inherit eutils

  29 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>;
  avifile-0.7.32.20030219.ebuild, avifile-0.7.37.20030522-r2.ebuild,
  avifile-0.7.38.20030710.ebuild:
  Change x11-base/xfree dependency to virtual/x11.

  09 Mar 2004; <agriffis@gentoo.org> avifile-0.7.38.20030710.ebuild:
  stable on alpha and ia64

  17 Feb 2004; Aron Griffis <agriffis@gentoo.org>
  avifile-0.7.37.20030522-r2.ebuild, avifile-0.7.38.20030710.ebuild:
  add alpha and ia64 keywords

  28 Dec 2003; Martin Holzer <mholzer@gentoo.org>
  avifile-0.7.38.20030710.ebuild:
  adding patch

  26 Dec 2003; Jason Wever <weeve@gentoo.org> avifile-0.7.38.20030710.ebuild:
  Added patch for sparc to fix bug #36040.

  26 Dec 2003; <plasmaroo@gentoo.org> avifile-0.7.38.20030710.ebuild,
  files/avifile-0.7.38.20030710-2.6.patch:
  Added a patch which allows avifile to compile successfully on 2.6 series
  kernels - note; this patch requires compatible, patched 2.6.0 linux-headers.

  14 Dec 2003; Martin Holzer <mholzer@gentoo.org> files/flvenc-patch:
  chaning patch. Closes #35802

  12 Dec 2003; Daniel Ahlberg <aliz@gentoo.org> avifile-0.7.38.20030710.ebuild:
  Add amd64 keyword. Patch contributed by MATSUU Takuto <matsuu@gentoo.org> in #33655.

  22 Oct 2003; Martin Holzer <mholzer@gentoo.org>
  avifile-0.7.37.20030522-r2.ebuild, avifile-0.7.38.20030710.ebuild:
  adding RESTRICT="nomirror"

  16 Sep 2003; Max Kalika <max@gentoo.org> avifile-0.7.38.20030710.ebuild,
  metadata.xml:
  Bump to stable x86.

  06 Sep 2003; Martin Holzer <mholzer@gentoo.org>
  avifile-0.7.38.20030710.ebuild:
  Fixing bug with gcc 2.95. Closes #27987

*avifile-0.7.38.20030710 (17 Aug 2003)

  17 Aug 2003; Martin Holzer <mholzer@gentoo.org>
  avifile-0.7.38.20030710.ebuild:
  Version bumped.

  19 Jul 2003; Nick Hadaway <raker@gentoo.org>
  avifile-0.7.37.20030522-r2.ebuild:
  Fixed mad dep

*avifile-0.7.37.20030522-r2 (17 Jul 2003)

  17 Jul 2003; Nick Hadaway <raker@gentoo.org> 
  avifile-0.7.27.20030522-r2.ebuild:
  Changed from media-sound/mad to media-libs/{libmad,libid3tag} and
  from $DEBUGBUILD to `use debug`

*avifile-0.7.37.20030522-r1 (09 Jul 2003)

  09 Jul 2003; Martin Holzer <mholzer@gentoo.org>
  avifile-0.7.37.20030522-r1.ebuild, files/avifile-0.7.37.20030522-divx.patch: 
  Adding latest divx support. Closes #23795

  12 Jun 2003; Seemant Kulleen <seemant@gentoo.org>
  avifile-0.7.32.20030219.ebuild, avifile-0.7.34.20030319.ebuild,
  avifile-0.7.37.20030522.ebuild:
  USE flag is truetype NOT freetype. Thanks to: Chris Hornbaker
  <chrishornbaker@earthlink.net> in bug #21802

  10 Jun 2003; Alastair Tse <liquidx@gentoo.org>
  avifile-0.7.37.20030522.ebuild:
  Added fix for qt compile errors. Thanks to Daniel Steinberger
  <Daniel.Steinberger@gmx.de>. (#21804)

*avifile-0.7.37.20030522 (22 May 2003)

  22 May 2003; Martin Holzer <mholzer@gentoo.org>
  avifile-0.7.37.20030522.ebuild:
  Version bumped.

*avifile-0.7.34.20030319 (22 Apr 2003)

  22 Apr 2003; Martin Holzer <mholzer@gentoo.org>
  avifile-0.7.34.20030319.ebuild:
  Version bumped. Ebuild submitted by TGL <degrenier@easyconnect.fr> in #18709.

*avifile-0.7.32.20030219 (20 Feb 2003)

  17 Apr 2003; foser <foser@gentoo.org> * :
  Fixed xft dep to be virtual

  20 Feb 2003; Nick Hadaway <raker@gentoo.org>
  avifile-0.7.32.20030219.ebuild,
  files/digest-avifile-0.7.32.20030219 :
  Version bump.  Fixes for compatibility with the newest qt builds and
  many other bug fixes.  This is possibly the last 0.7.x build
  according to the upstream author. 

*avifile-0.7.29.20030204 (04 Feb 2003)

  18 Feb 2003; Nick Hadaway <raker@gentoo.org>
  avifile-0.7.29.20030204.ebuild :
  Changed the freetype USE flag to truetype.  Thanks to Pascal Labit
  on bug #15888 for noticing this misnomer.

  10 Feb 2003; Nick Hadaway <raker@gentoo.org>
  avifile-0.7.29.20030204.ebuild :
  Removed --enable-timing from DEBUGBUILD as it causes compile
  failures.

  09 Feb 2003; Nick Hadaway <raker@gentoo.org>
  avifile-0.7.29.20030204.ebuild :
  Marked stable again.  Forcing --enable-oss

  07 Feb 2003; Seemant Kulleen <seemant@gentoo.org> *.ebuild :

  Cleaned out old, crusty ebuilds. More importantly, divx4linux and
  win32codecs are installed ONLY on the x86 arch, not any others.  Added
  ~sparc KEYWORD.  Closing bug #15276 by Alvaro Figueroa
  <fede2@fuerzag.ulatina.ac.cr>

  05 Feb 2003; Nick Hadaway <raker@gentoo.org> avifile-0.7.29.20030204.ebuild :
  Added a pkg_postinst with a note about making aviplay suid root
  so certain video functions work properly.
  Marked stable.

  04 Feb 2003; Nick Hadaway <raker@gentoo.org> avifile-0.7.2920030204,
  files/digest-avifile-0.7.29.20030204 :
  Added esd and alsa USE variables.  No patches... so autoconf... just
  configure+options and go... I still need vidix support!

*avifile-0.7.27.20030122-r1 (30 Jan 2003)

  25 Mar 2003; Seemant Kulleen <seemant@gentoo.org>
  avifile-0.7.27.20030122-r1.ebuild:
  freetype USE to truetype USE, which ACTUALLY EXISTS, Sheesh

  01 Feb 2003; Nick Hadaway <raker@gentoo.org>
  avifile-0.7.27.20030130-r1.ebuild :
  Added the missing download link for the patch.  Added dependancies on
  alsa-lib, esound, and audiofile.

  30 Jan 2003; Nick Hadaway <raker@gentoo.org>
  avifile-0.7.27.20030122-r1.ebuild,
  files/digest-avifile-0.7.27.200301220-r1 :
  cvs updated from 2003/01/30 which actually plays avi files!  :)
  This is actually marked as 0.7.28 but since I am patching
  the 0.7.27 version i figured a rev bump was a better idea.

*avifile-0.7.27.20030122 (23 jan 2003)

  23 Jan 2003; Nick Hadaway <raker@gentoo.org> avifile-0.7.27.20030122.ebuild,
  files/digest-/avifile-0.7.27.20030122 :
  Version bump.  Removed automake dependancy.  This has a fix for avi
  movies over ~4200 seconds.

*avifile-0.7.26.20030117 (23 Jan 2003)

  23 Jan 2003; Nick Hadaway <raker@gentoo.org> avifile-0.7.26.20030117.ebuild,
  files/digest-avifile-0.7.26.20030117 :
  Version bump.  Total ebuild reorganization fully supporting all
  available configure options.  A couple of local variables added for
  explicit disabling or enabling of certain features.  Unset CC and
  CXX during configure to avoid problems during the mad configuration.
  Reset for emake.

  19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> :
  Disable KDE support, as it is broken anyhow.  Bug #13608.

*avifile-0.7.25.20030114 (15 Jan 2003)

  15 Jan 2003; Nick Hadaway <raker@gentoo.org> avifile-0.7.25.20030114.ebuild,
  files/digest-avifile-0.7.25.20030114 :
  Version bump.  subtitles should be working now.

*avifile-0.7.22.20021129 (13 Dec 2002)

  13 Dec 2002; Brandon Low <lostlogic@gentoo.org> avifile-0.7.22.20021129.ebuild,
  Fix sandbox error

  13 Dec 2002; Nick Hadaway <raker@gentoo.org> avifile-0.7.22.20021129.ebuild,
  files/digest-avifile-0.7.22.20021129 :
  Version bump.  Added a sed fix so qt is detected properly.  WM9 audio and
  video is now supported!  Currently marked unstable.

*avifile-0.7.15.20020816-r1 (13 Dec 2002)

  13 Dec Martin Schlemmer <azarah@gentoo.org> avifile-0.7.15.20020816-r1.ebuild :
  Make sure we include freetype2 headers before freetype1 headers, else Xft2
  borks, bug #11941.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> :
  Changed sparc ~sparc keywords
 
*avifile-0.7.15.20020816 (27 Aug 2002)

  04 Nov 2002; Seemant Kulleen <seemant@gentoo.org>
  avifile-0.7.15.20020816.ebuild :

  small typo fix: ${S}->${D} to install the pixmaps.  Thanks to:
  dareynol@ij.net (dareynol) in bug #10178

  Sep 2002; Maarten Thibaut <murphy@gentoo.org> avifile-0.7.15.20020816.ebuild :
  Added sparc/sparc64 keywords.

  27 Aug 2002; Nick Hadaway <raker@gentoo.org> avifile-0.7.15.20020816.ebuild,
  files/digest-avifile-0.7.15.20020816 : Version bump.  Currently masked for freeze.

*avifile-0.7.14.20020802 (04 Aug 2002)

  17 Aug 2002; Nick Hadaway <raker@gentoo.org> avifile-0.7.14.20020802.ebuild :
  Changed to econf.  Removed redundant "use kde" section.  Fixed
  invalid logic in the script.  Added datadir=${D}/usr/share to make install.

  14 Aug 2002; Martin Schlemmer <azarah@gentoo.org> avifile-0.7.14.20020802.ebuild :
  Elibtoolize this one.

  04 Aug 2002; Nick Hadaway <raker@gentoo.org> avifile-0.7.14.20020802.ebuild,
  files/digest-avifile-0.7.14.2020802 : Version bump.  Many bug fixes.

*avifile-0.7.7.20020523 (25 Jun 2002)

  25 Jun 2002; Martin Schlemmer <azarah@gentoo.org> : New version closing bug #3855.

*avifile-0.7.4-20020426-r2 (26 May 2002)

  26 May 2002; Martin Schlemmer <azarah@gentoo.org> : Remove the suffix added to
  all binaries.

*avifile-0.7.4-20020426 (25 May 2002)

  25 May 2002; Matthew Kennedy <mkennedy@gentoo.org> avifile-0.7.4-20020426-r1.ebuild
  files/digest-avifile-0.7.4-r1-20020426,
  files/avifile-0.7.4.20020426-gcc3.1-gentoo.patch : Fix avifile code to compile
  under gcc3.1. This will be an upstream patch also. I'm masking this until
  gcc-2.95.3 users verify that it works for them too.

*avifile-0.7.4-20020426 (20 Apr 2002)

  30 Apr 2002; Seemant Kulleen <seemant@gentoo.org> avifile-0.7.4-20020426.ebuild
  files/digest-avifile-0.7.4-20020426 : Version bump to newest snapshot.
  Upstream claims this is a bugfix release.

*avifile-0.7.3.20020419-r1 (28 Apr 2002)

  28 Apr 2002; Matthew Kennedy <mkennedy@gentoo.org> avifile-0.7.3.20020419-r1.ebuild,
  ChangeLog, files/digest-avifile-0.7.3.20020419-r1 : Should be --without-qt
  instead of --disable-qt (only users without qt installed will see this produce
  a fatal error).

*avifile-0.7.3.20020419 (24 Apr 2002)

  24 Apr 2002; Seemant Kulleen <seemant@gentoo.org> avifile-0.7.3.20020419.ebuild
  files/digest-avifile-0.7.3.20020419 : Version bump to newest snapshot.
  This should work with the latest divx4linux and now has ffmpeg compiled as default.
  And they have actually named this thing consistent with the 0.6 series!

*avifile-0.6.0.20011220-r2 (13 Apr 2002) 

  13 Apr 2002; Seemant Kulleen <seemant@gentoo.org> :  Trying to make avifile more
  friendly towards kde3 users.  This closes bug #1713 -- so thanks to
  edwardam@interlix.com (Edward Muller) for discovering this.  Also, many thanks
  to andee in #gentoo for being the tester, and woodchip for his insight.

  13 Apr 2002; M.Schlemmer <azarah@gentoo.org> : After much thought, decided to
  remove the "avi" USE flag, as it enabling or disabling use of the win32 codecs
  is not valid.  Also, avifile's main use *is* to do avi.

*avifile-0.7.20020412 (12 Apr 2002)

  12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> avifile-0.7.20020412.ebuild:
  New release, and they keep changing the naming scheme -- aaarrgh

*avifile-0.6.0.20011220-r1 (28 Mar 2002)

  28 Mar 2002; Seemant Kulleen <seemant@gentoo.org> avifile-0.6.0-20011220-r1.ebuild :
  Many changes in here, involving USE dependent compilation of support for:
  oggvorbis, avi (win32codecs), sdl, mmx/3dnow/sse (x86 optimisation), kde
  (for kde sample somethings)

*avifile-0.6.0.20011220 (17 Feb 2002)

*avifile-0.53.5-r1 (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.