summaryrefslogtreecommitdiff
blob: de2f29a47427f5641f9e988218712ea29abce45a (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
# ChangeLog for media-video/avidemux
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/avidemux/ChangeLog,v 1.90 2005/08/30 14:30:56 flameeyes Exp $

  30 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
  -files/2.0.38_rc2-fix-faad.patch, -avidemux-2.0.38.ebuild,
  -avidemux-2.0.38-r1.ebuild, -avidemux-2.0.40.ebuild,
  -avidemux-2.0.40-r1.ebuild:
  Removed extra versions, leaving 2.1 pre, 2.0.24 (stable) and 2.0.42 (target
  stable?).

*avidemux-2.1_pre1 (22 Aug 2005)

  22 Aug 2005; Diego Pettenò <flameeyes@gentoo.org>
  +avidemux-2.1_pre1.ebuild:
  Added pre version of Avidemux 2.1, with heavy patching. Need quite a bit of
  testing.

  08 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> avidemux-2.0.42.ebuild:
  Added patch to respect CXXFLAGS.

  07 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> avidemux-2.0.42.ebuild:
  Use fixheadtails eclass to fix non-POSIX head calls.

  07 Aug 2005; Diego Pettenò <flameeyes@gentoo.org> avidemux-2.0.42.ebuild:
  Updated patchlevel with PIC/__PIC__ patch.

*avidemux-2.0.42 (23 Jul 2005)

  23 Jul 2005; Diego Pettenò <flameeyes@gentoo.org>
  +avidemux-2.0.42.ebuild:
  New upstream version. Closes #99984.

  29 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  avidemux-2.0.40-r1.ebuild:
  Now install icon and .desktop file for Avidemux2.

*avidemux-2.0.40-r1 (26 May 2005)

  26 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  +avidemux-2.0.40-r1.ebuild:
  New revision to cope with latest faad2 API changes.

  25 May 2005; Diego Pettenò <flameeyes@gentoo.org> avidemux-2.0.38.ebuild,
  avidemux-2.0.38-r1.ebuild, avidemux-2.0.40.ebuild:
  Added a check to avoid compiling without audio devices (make the compilation
  fail). Closes #93943.

*avidemux-2.0.40 (25 May 2005)

  25 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  -avidemux-2.0.36.ebuild, -avidemux-2.0.38_rc2.ebuild,
  -avidemux-2.0.38_rc2-r1.ebuild, -avidemux-2.0.38_rc3-r1.ebuild,
  +avidemux-2.0.40.ebuild:
  New upstream version, removed some old versions.

*avidemux-2.0.38-r1 (18 May 2005)

  18 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  +avidemux-2.0.38-r1.ebuild:
  Added the two patches from upstream for latest version.

*avidemux-2.0.38 (14 May 2005)

  14 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  +avidemux-2.0.38.ebuild:
  New upstream version, out of rc. Removed mmx useflag as upstream removed
  --enable-mmx and just enable it at runtime if found. Patchset updated as
  needed.

  12 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  avidemux-2.0.38_rc3-r1.ebuild:
  Added patch which should fix bug #89356.

*avidemux-2.0.38_rc3-r1 (07 May 2005)

  07 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  -avidemux-2.0.38_rc3.ebuild, +avidemux-2.0.38_rc3-r1.ebuild:
  Removed faad patch as faad2-2.0-r6 broken the build. Fixes #91799.

*avidemux-2.0.38_rc3 (02 May 2005)

  02 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  +avidemux-2.0.38_rc3.ebuild:
  New upstream version. Updated patchset for new version.

  01 May 2005; Diego Pettenò <flameeyes@gentoo.org>
  -files/2.0.38_rc1_mpegidentify.patch,
  -files/avidemux-0.9-libxml2.5.7.patch,
  -files/avidemux-2.0.30_amd64_cpuutil.patch,
  -files/avidemux-2.0.30_fixes.patch,
  -files/avidemux-2.0.32_mpeg_ps_fix.patch,
  -files/avidemux-2.0.34-test1_faac.patch,
  -files/avidemux-2.0.38_rc2-aclocal.patch, -files/alsa.patch,
  -files/gcc2.patch, -files/avidemux-2.0.38_rc2-mmx_altivec.patch,
  -files/patch_jpeg.diff, -files/resize_crash.patch, -files/xvid.patch,
  -avidemux-2.0.34_rc1.ebuild, -avidemux-2.0.34_rc1-r1.ebuild,
  -avidemux-2.0.34_rc2.ebuild, -avidemux-2.0.38_rc1.ebuild,
  avidemux-2.0.38_rc2-r1.ebuild:
  Removed old ebuilds (release candidates) and orphaned files. Make a new
  patchset tarball so that it doesn't need files in FILESDIR. Now just one
  file is there.

  29 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  avidemux-2.0.38_rc2-r1.ebuild:
  Fixed patchset urls.

  21 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  avidemux-2.0.38_rc2-r1.ebuild:
  Increased requirement of faad of at least -r5 which has the change in API
  calls so that can't be installed in old-API systems.

  19 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/avidemux-2.0.38_rc2-mmx_altivec.patch,
  avidemux-2.0.38_rc2-r1.ebuild:
  Added patch to fix upstream --enable params on configure which are borked.
  Fixes #89356.

  18 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  +files/avidemux-2.0.38_rc2-aclocal.patch, avidemux-2.0.38_rc2-r1.ebuild:
  Added a patch for some strange autotools combination which doesn't look in
  m4 directory. Fixes #89575.

*avidemux-2.0.38_rc2-r1 (18 Apr 2005)

  18 Apr 2005; Diego Pettenò <flameeyes@gentoo.org>
  +avidemux-2.0.38_rc2-r1.ebuild:
  Added a new revision to avidemux with configure patches which makes
  deprecated the configure cache tricks. Fixes #89097.

  15 Apr 2005; Jan Brinkmann <luckyduck@gentoo.org>
  avidemux-2.0.34_rc1-r1.ebuild, avidemux-2.0.34_rc2.ebuild,
  avidemux-2.0.36.ebuild, avidemux-2.0.38_rc1.ebuild,
  avidemux-2.0.38_rc2.ebuild:
  doesnt makes use of the pic useflag any longer

  06 Apr 2005; Luca Barbato <lu_zero@gentoo.org> avidemux-2.0.38_rc2.ebuild:
  Another fix to configure args

  06 Apr 2005; Luca Barbato <lu_zero@gentoo.org> avidemux-2.0.38_rc2.ebuild:
  Minor fix

  05 Apr 2005; Luca Barbato <lu_zero@gentoo.org>
  +files/2.0.38_rc2-fix-faad.patch, avidemux-2.0.38_rc2.ebuild:
  fix for bug #86935, thanks again Diego

*avidemux-2.0.38rc2b (31 Mar 2005)

  03 Apr 2005; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.38_rc2.ebuild:
  Version bump.

  31 Mar 2005; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.36.ebuild:
  Fixed typo, closing bug #87380.

*avidemux-2.0.38rc1 (20 Feb 2005)

  21 Feb 2005; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.38_rc1.ebuild:
  Version bump.

*avidemux-2.0.36 (12 Jan 2005)

  14 Jan 2005; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.36.ebuild:
  Version bump.

  14 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org>
  avidemux-2.0.34_rc1-r1.ebuild, avidemux-2.0.34_rc2.ebuild:
  Using 'aac' instead of faad and faac.

*avidemux-2.0.34_rc2 (11 Dec 2004)

  12 Dec 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.34_rc2.ebuild:
  Version bump, changed usage of mmx-flag to autodetect if not diabled.

  30 Nov 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.34_rc1-r1.ebuild,
  Cleanup and addition of missing USE-flags, solves bug #72217.
  Thanks go to Diego Petteno for bug and suggested fix.

  26 Nov 2004; Chris White <chriswhite@gentoo.org> -avidemux-0.9-r1.ebuild,
  -avidemux-2.0.18.ebuild, -avidemux-2.0.20.ebuild, -avidemux-2.0.22.ebuild,
  -avidemux-2.0.26.ebuild, -avidemux-2.0.28.ebuild, -avidemux-2.0.30.ebuild,
  -avidemux-2.0.32.ebuild:
  Removed old ebuilds with permission from zypher.

  09 Nov 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.34_rc1.ebuild:
  Version bump.

*avidemux-2.0.32 (26 Okt 2004)

  29 Okt 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.32.ebuild:
  Version bump.
  
  19 Okt 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.30.ebuild:
  Added amd64-patch, closes bug #68052.

*avidemux-2.0.30 (15 Okt 2004)

  17 Okt 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.30.ebuild:
  Version bump.
  
  23 Sep 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.26.ebuild,
  avidemux-2.0.28.ebuild:
  Added faad2 dependency, closes bug #59556

  29 Aug 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.28.ebuild:
  Added xvid-(0.9)-patch.
  Closes bug #61895

  26 Aug 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.28.ebuild:
  Added "-fforce-addr" to the list of filtered flags.
  Closes bug #61632 and #61612

*avidemux-2.0.28 (12 Aug 2004)

  24 Aug 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.28.ebuild:
  Version bump, closes bug #60254.Introducing xvid-1.0 as a dependency.
  Thanks to Ken Garland for his submission.
  
  23 Jul 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.26.ebuild:
  Cleaned up filter-flags, closes bug #58112.

  23 Jul 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.26.ebuild:
  Version bump.
  Added dependency to faac, closes bug #58080.

  22 Jul 2004; Marc Hildebrand <zypher@gentoo.org> metadata.xml,
  avidemux-2.0.24.ebuild:
  Changed package maintainer (Added myself).
  Fixed configure and configure.in, closing bug #57831

  22 Jul 2004; Chris White <chriswhite@gentoo.org> metadata.xml,
  avidemux-2.0.24.ebuild:
  Added myself to metadata.xml as package maintainer. Added -funroll-all-loops
  to the filter-flags list. It appears that both -funroll-loops and
  -funroll-all-loops both kill the build.

  19 Jul 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.24.ebuild:
  Added dependency for automake-1.8.3, fixes bug #57328

  26 Jun 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.24.ebuild:
  Marked stable for ppc and testing for ~amd64.
  
  23 Jun 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.24.ebuild:
  Marked stable for x86.
  
  09 Jun 2004; Aron Griffis <agriffis@gentoo.org> avidemux-0.9-r1.ebuild,
  avidemux-2.0.18.ebuild, avidemux-2.0.20.ebuild, avidemux-2.0.22.ebuild,
  avidemux-2.0.24.ebuild:
  Fix use invocation

*avidemux-2.0.24 (08 May 2004)

  08 May 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.24.ebuild:
  Version bump.
  
  03 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
  avidemux-0.9-r1.ebuild, avidemux-2.0.18.ebuild, avidemux-2.0.20.ebuild,
  avidemux-2.0.22.ebuild:
  Changing mad dep to madplay.

  Removed divx4linux dep as it's not used anyway. Closes bug #45176
  bumped to stable

*avidemux-2.0.22 (28 Feb 2004)
  
  28 Feb 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.22.ebuild:
  Version bumped.

  01 Feb 2004; Martin Holzer <mholzer@gentoo.org> avidemux-2.0.18.ebuild,
  files/alsa.patch:
  adding alsa.patch Closes 38982

  01 Feb 2004; Martin Holzer <mholzer@gentoo.org> avidemux-2.0.18.ebuild,
  avidemux-2.0.20.ebuild:
  adding filter. Closes 39980.

*avidemux-2.0.20 (21 Dec 2003)

  01 May 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.20.ebuild:
  Removed divx4linux dep as it's not used anyway. Closes bug #45176
  
  21 Dec 2003; Martin Holzer <mholzer@gentoo.org> avidemux-2.0.20.ebuild:
  Version bumped. Closes 36224.

  27 Nov 2003; Martin Holzer <mholzer@gentoo.org> avidemux-2.0.18.ebuild,
  files/resize_crash.patch:
  adding patch. Closes #33993.

  02 Nov 2003; Martin Holzer <mholzer@gentoo.org>
  avidemux-2.0.16.ebuild, avidemux-2.0.18.ebuild, files/gcc2.patch:
  adding gcc2 patch.

*avidemux-2.0.18 (01 Nov 2003)

  01 May 2004; Marc Hildebrand <zypher@gentoo.org> avidemux-2.0.18.ebuild:
  Removed divx4linux dep as it's not used anyway. Closes bug #45176
  
  01 Nov 2003; Markus Nigbur <pyrania@gentoo.org> avidemux-2.0.18.ebuild:
  Version bump.

  30 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> avidemux-0.9.ebuild:
  removed old ebuild that had an odd DEPEND on a no longer existing libxml2

*avidemux-2.0.16 (29 Sep 2003)

  29 Sep 2003; Martin Holzer <mholzer@gentoo.org> avidemux-2.0.16.ebuild:
  Version bumped. Closes #29824.

  20 Aug 2003; Martin Holzer <mholzer@gentoo.org> avidemux-2.0.12.ebuild,
  avidemux-2.0.14.ebuild:
  Filtering out flag. Closes #26936.

*avidemux-2.0.14 (17 Aug 2003)

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

*avidemux-2.0.12 (04 Aug 2003)

  04 Aug 2003; Martin Holzer <mholzer@gentoo.org> avidemux-2.0.12.ebuild:
  Verison bumped as always #25896.

*avidemux-0.9-r1 (22 Jul 2003)

  22 Jul 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9-r1.ebuild,
  files/avidemux-0.9-libxml2.5.7.patch:
  Fixing libxml2 issue. Submitted by Marc Hildebrand
  <marc.hildebrand@t-online.de> in #24545.

  19 Jul 2003; Nick Hadaway <raker@gentoo.org> avidemux-2.0.10-r1.ebuild:
  Readjusted for a mad metapackage Changed to econf.  Added debug and 
  nls USE variables.  Author suggests marking 2.0.10 as stable.  Also 
  added alsa, arts, oggvorbis, and truetype USE variables albeit with no 
  configure opts.

*avidemux-2.0.10-r1 (17 Jul 2003)

  17 Jul 2003; Nick Hadaway <raker@gentoo.org> avidemux-2.0.10-r1.ebuild:
  New ebuild which depends on media-libs/{libmad,libid3tag}

*avidemux-2.0.10 (14 Jul 2003)

  14 Jul 2003; Martin Holzer <mholzer@gentoo.org> avidemux-2.0.10.ebuild:
  Version bumped.

*avidemux-2.0.9 (11 Jul 2003)

  11 Jul 2003; Martin Holzer <mholzer@gentoo.org> avidemux-2.0.2.ebuild,
  avidemux-2.0.9.ebuild:
  Version bumped. Ebuild submitted by Marc Hildebrand
  <marc.hildebrand@t-online.de> in #24216.

*avidemux-2.0.8 (28 Jun 2003)

  28 Jun 2003; Martin Holzer <mholzer@gentoo.org> avidemux-2.0.8.ebuild:
  Version bumped. Ebuild submitted by Marc Hildebrand
  <marc.hildebrand@t-online.de> in #20182.

*avidemux-2.0.3_rc2 (24 May 2003)

  24 May 2003; Lars Weiler <pylon@gentoo.org> avidemux-2.0.3_rc2.ebuild:
  Newer release candidat added. Thanks to Marc Hildebrand
  <marc.hildebrand@t-online.de> for the ebuild.

*avidemux-0.9 (27 Apr 2003)

  01 May 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9.ebuild:
  Marked as stable

  28 Apr 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9.ebuild:
  Added libxml2 IUSE. Closes #20097.

  27 Apr 2003; Mike Frysinger <vapier@gentoo.org> :
  Version bump.

*avidemux-0.9_rc3 (23 Mar 2003)

  29 Mar 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9_rc3.ebuild:
  Marked as stable.

  23 Mar 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9_rc1.ebuild,
  avidemux-0.9_rc3.ebuild:
  Version bumped and cleanup.

*avidemux-0.9_rc2 (12 Mar 2003)

  12 Mar 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9_rc2.ebuild
  files/digest-avidemux-0.9_rc2 ChangeLog :
  Version bumped. Thx for ebuild to marc.hildebrand@t-online.de submitted
  in #17292.

*avidemux-0.9-rc1 (10 Mar 2003)

  10 Mar 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9_rc1.ebuild
  files/digest-avidemux-0.9_rc1 ChangeLog :
  Version bumped. Thx for ebuild to marc.hildebrand@t-online.de submitted in
  #16909.

*avidemux-0.9-pre32 (09 Feb 2003)

  21 Feb 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9_pre32.ebuild
  Marked as stable.

  09 Feb 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9_pre32.ebuild
  files/digest-avidemux-0.9_pre32 ChangeLog :
  Version bumped. Thx for ebuild to marc.hildebrand@t-online.de submitted in
  #15366.

*avidemux-0.9-pre30 (20 Jan 2003)

  20 Jan 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9_pre30.ebuild
  files/digest-avidemux-0.9_pre30 files/ASM_vidDeintAsm.cpp.diff.gz 
  files/gui_filter.diff.gz ChangeLog : 
  Version bumped. Thx for ebuild to marc.hildebrand@t-online.de submitted in 
  #14174.

*avidemux-0.9-pre28 (09 Jan 2003)

  09 Jan 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9_pre28.ebuild
  files/digest-avidemux-0.9_pre28 ChangeLog :
  Version bumped. Thx for ebuild to marc.hildebrand@t-online.de submitted in
  #13300. Including now fix to compile with -O3

*avidemux-0.9-pre26 (08 Jan 2003)

  08 Jan 2003; Martin Holzer <mholzer@gentoo.org> avidemux-0.9_pre26.ebuild
  files/digest-avidemux-0.9_pre26 ChangeLog :
  New Version + Patch to compile with freetype 2.1.3

*avidemux-0.9-pre24 (09 Dec 2002)

  09 Dec 2002; Mike Frysinger <vapier@gentoo.org> :
  version bump #11776

*avidemux-0.9-pre22 (22 Nov 2002)

  22 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
  version bump #11024

*avidemux-0.9-pre18 (06 Okt 2002)

  25 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
  Initial import.  Ebuilds from #8621 and #7973
  Ronny Pietschke <pietschke.r@t-online.de> (#8621)
  Marc Hildebrand <marc.hildebrand@t-online.de>

  06 Okt 2002; Marc Hildebrand <marc.hildebrand@t-online.de> :
  Small fix.
  see http://fixounet.free.fr/avidemux/ for details

*avidemux-0.9-pre17-fixed (05 Okt 2002)

  05 Okt 2002; Marc Hildebrand <marc.hildebrand@t-online.de> :
  The author fixed the code, compiles now without ffmpeg.
  see http://fixounet.free.fr/avidemux/ for details

*avidemux-0.9-pre17 (03 Okt 2002)

  05 Okt (Marc Hildebrand <marc.hildebrand@t-online.de> :
  This version won't compile without ffmpeg installed:
  Grab ffmpeg from cvs (or /usr/portage/distfiles) and install it this way:
  ./configure --prefix=/usr --enable-shared && make && make install
  
  Then try to emerge avidemux again.
  
  New features/bugfixes:
  see http://fixounet.free.fr/avidemux/ for details

*avidemux-0.9-pre16 (15 Sep 2002)

  23 Sep 2002; Marc Hildebrand <marc.hildebrand@t-online.de> :
  Fixes and changes by the author. Changed name of ebuild-file to match
  version better.
  see http://fixounet.free.fr/avidemux/ for details

*avidemux-0.9-pre14 (15 Sep 2002)

  10 Sep 2002; Marc Hildebrand <marc.hildebrand@t-online.de> :
  Small fixes and changes by the author.
  see http://fixounet.free.fr/avidemux/ for details

*avidemux-0.9-pre13 (30 Aug 2002)

  10 Sep 2002; Marc Hildebrand <marc.hildebrand@t-online.de> :
  Initial ebuild.
  see http://fixounet.free.fr/avidemux/ for details