summaryrefslogtreecommitdiff
blob: 39c2652718941a37dad2b6a4359b16b2b8d80154 (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
# ChangeLog for media-video/avifile
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/avifile/ChangeLog,v 1.82 2004/11/12 10:57:59 phosphan Exp $

*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.