summaryrefslogtreecommitdiff
blob: 7381725eadb89dfd4f9155fe1b99f3d3f687f98a (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
# ChangeLog for media-libs/libsdl
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/ChangeLog,v 1.91 2005/10/05 00:34:45 vapier Exp $

  05 Oct 2005; Mike Frysinger <vapier@gentoo.org> libsdl-1.2.6-r3.ebuild,
  libsdl-1.2.7-r3.ebuild, libsdl-1.2.8-r1.ebuild, libsdl-1.2.9.ebuild,
  libsdl-1.2.9-r1.ebuild:
  Dont RDEPEND on audiofile if USE=noaudio #108091 by Brice Arnould.

  04 Oct 2005; Mike Frysinger <vapier@gentoo.org>
  +files/libsdl-1.2.9-PIC-yuv-mmx.patch, libsdl-1.2.9-r1.ebuild:
  Add another patch to fix PIC breakage in the SDL_yuv_mmx code.

*libsdl-1.2.9-r1 (29 Sep 2005)

  29 Sep 2005; Mike Frysinger <vapier@gentoo.org>
  +files/libsdl-1.2.9-PIC-SDL_stretch.patch,
  +files/libsdl-1.2.9-PIC-hermes-call-dont-jump.patch,
  +files/libsdl-1.2.9-PIC-hermes-cpuid.patch,
  +files/libsdl-1.2.9-PIC-load-mmx-masks-from-stack.patch,
  +files/libsdl-1.2.9-gcc-mmx.patch,
  +files/libsdl-1.2.9-no-exec-stack.patch,
  +files/libsdl-1.2.9-sdl-blit-mmx-check.patch, +libsdl-1.2.9-r1.ebuild:
  Fix building with gcc-4 #104437, fixes for PIC issues from PaX team, and fix
  segfault in bomberclone #104533.

  28 Sep 2005; Kito <kito@gentoo.org> libsdl-1.2.9.ebuild:
  remove unneeded macos append-flags.

  07 Sep 2005; Mike Frysinger <vapier@gentoo.org>
  +files/libsdl-1.2.9-dlvsym-check.patch, libsdl-1.2.8-r1.ebuild,
  libsdl-1.2.9.ebuild:
  Fix dlvsym check so it works and doesnt break uClibc/etc... #105160.

*libsdl-1.2.9 (28 Aug 2005)

  28 Aug 2005; Mike Frysinger <vapier@gentoo.org> +libsdl-1.2.9.ebuild:
  Version bump.

  04 Aug 2005; Mike Frysinger <vapier@gentoo.org>
  +files/libsdl-1.2.8-no-cxx.patch, +files/libsdl-1.2.8-sdl-config.patch,
  libsdl-1.2.8-r1.ebuild:
  Make sure libsdl doesnt link against C++ since we dont need it and cleanup
  sdl-config output.

  12 Jul 2005; Stephen P. Becker <geoman@gentoo.org> libsdl-1.2.8-r1.ebuild:
  stable on mips

  12 Jun 2005; Bryan Østergaard <kloeri@gentoo.org> libsdl-1.2.8-r1.ebuild:
  Stable on alpha.

  11 Jun 2005; Michael Sterrett <mr_bones_@gentoo.org>
  libsdl-1.2.8-r1.ebuild:
  Call strip-flags for everyone due to the large number of problems caused
  by people using unsafe CFLAGS.  Added noflagstrip local use flag to avoid
  the strip-flags call for people who know what they're doing and will fix
  resulting problems themselves.

  10 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
  libsdl-1.2.8-r1.ebuild:
  Added -msse2 to filter for x86 and closing bug #94377.

  06 Jun 2005; Markus Rothe <corsair@gentoo.org> libsdl-1.2.8-r1.ebuild:
  Stable on ppc64

  27 May 2005; Joseph Jezak <josejx@gentoo.org> libsdl-1.2.8-r1.ebuild:
  Marked ppc stable.

  25 Apr 2005; Martin Schlemmer <azarah@gentoo.org> +files/1.2.8-gcc4.patch,
  libsdl-1.2.8-r1.ebuild:
  Fix for building with gcc4 (within bounds - here I need to
  build with -O0 to get it done).  Patch from Fedora.

  23 Apr 2005; Kito <kito@gentoo.org> libsdl-1.2.8-r1.ebuild:
  ~ppc-macos keyword, fix for libgcc_s on darwin.

  24 Mar 2005; Mike Frysinger <vapier@gentoo.org>
  +files/libsdl-1.2.8-gcc2.patch.bz2, libsdl-1.2.8-r1.ebuild:
  Add patch to fix mmx stuff for gcc-2 #86481 by Matt Taylor.

  26 Feb 2005; Chris White <chriswhite@gentoo.org> libsdl-1.2.6-r3.ebuild,
  libsdl-1.2.7-r3.ebuild, libsdl-1.2.8-r1.ebuild:
  Fixing Bug #82618 regarding -fomit-frame-pointer with permission from MrBones.

*libsdl-1.2.8-r1 (13 Jan 2005)

  13 Jan 2005; Mike Frysinger <vapier@gentoo.org>
  +files/1.2.8-amd64-endian.patch, +files/1.2.8-direct-8bit-color.patch,
  libsdl-1.2.6-r3.ebuild, libsdl-1.2.7-r3.ebuild, +libsdl-1.2.8-r1.ebuild:
  Add patches from upstream to fix asm errors on amd64 #77300 and direct 8bit
  color #76946. Also punt useless C++ checks #74492.

  09 Jan 2005; Mike Frysinger <vapier@gentoo.org>
  +files/1.2.8-linux26.patch, libsdl-1.2.8.ebuild:
  Add patch from upstream to fix variable clashing with linux headers #74608.

  04 Jan 2005; Hardave Riar <hardave@gentoo.org> libsdl-1.2.6-r3.ebuild:
  Stable on mips, dep of bug #74475.

  02 Jan 2005; Mike Frysinger <vapier@gentoo.org>
  +files/1.2.8-keyrepeat.patch, libsdl-1.2.7-r3.ebuild, libsdl-1.2.8.ebuild:
  Add patch from upstream to fix keyrepeating #76448 by Jon Daniel.

  31 Dec 2004; Mike Doty <kingtaco@gentoo.org> libsdl-1.2.8.ebuild:
  strip-flags -funroll-all-loops & -fpeel-loops bug #74608

  29 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.8.ebuild:
  work around bad asm issue described in bug #74608

  29 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
  Change encoding to UTF-8 for GLEP 31 compliance

  24 Dec 2004; Mike Frysinger <vapier@gentoo.org>
  +files/1.2.8-gcc2-asm.patch, +files/1.2.8-gcc2.patch, libsdl-1.2.8.ebuild:
  Add some patches by Matt Taylor to make gcc-2.x happy #75392.

  16 Dec 2004; Dylan Carlson <absinthe@gentoo.org> libsdl-1.2.8.ebuild:
  Masked on amd64 due to build failure, bug 74608.

  15 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org>
  -libsdl-1.2.7-r1.ebuild, -libsdl-1.2.7-r2.ebuild, -libsdl-1.2.7.ebuild:
  clean older versions

*libsdl-1.2.8 (15 Dec 2004)

  15 Dec 2004; Michael Sterrett <mr_bones_@gentoo.org>
  +files/1.2.8-libcaca.patch, +files/1.2.8-nobuggy-X.patch,
  +libsdl-1.2.8.ebuild:
  version bump

  10 Nov 2004; Gustavo Zacarias <gustavoz@gentoo.org> libsdl-1.2.7-r3.ebuild:
  Stable on sparc

  06 Nov 2004; Lars Weiler <pylon@gentoo.org> libsdl-1.2.7-r3.ebuild:
  Stable on ppc.

  05 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.7-r3.ebuild:
  stable for x86; use toolchain-funcs; tidy

  01 Oct 2004; Danny van Dyk <kugelfang@gentoo.org> libsdl-1.2.6-r3.ebuild,
  libsdl-1.2.7-r1.ebuild, libsdl-1.2.7-r2.ebuild, libsdl-1.2.7-r3.ebuild,
  libsdl-1.2.7.ebuild:
  Fixed BUG #65495 (get_libdir) for all versions of libsdl in the tree.

*libsdl-1.2.7-r3 30 Sep 2004

  30 Sep 2004; Danny van Dyk <kugelfang@gentoo.org> libsdl-1.2.7-r3.ebuild: 
  Bumped to 1.2.7-r3. New version depends on >=media-libs/libcaca-0.9-r1,
  which supplies a shared library now and allows libSDL.so to be build
  again.

  19 Sep 2004; Mike Frysinger <vapier@gentoo.org> libsdl-1.2.7-r2.ebuild:
  Add code to check for broken DirectFB #61592.

  17 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.7-r2.ebuild:
  stable on x86; `` -> $(); tidy

  06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> libsdl-1.2.7-r2.ebuild:
  Switch to use epause and ebeep, bug #62950

  28 Jul 2004; Tom Gall <tgall@gentoo.org> libsdl-1.2.7-r2.ebuild:
  stable on ppc64, bug #55076

  25 Jul 2004; <plasmaroo@gentoo.org> libsdl-1.2.7-r2.ebuild,
  +files/1.2.7-26headers.patch:
  Fix for bug #58192.

*libsdl-1.2.7-r2 (13 Jul 2004)

  13 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org>
  +files/1.2.7-joystick2.patch, +libsdl-1.2.7-r2.ebuild:
  Updated joystick patch from libsdl CVS. (bug #52833)

  14 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> libsdl-1.2.7-r1.ebuild:
  Stable on alpha.

  09 Jun 2004; Aron Griffis <agriffis@gentoo.org> libsdl-1.2.6-r3.ebuild,
  libsdl-1.2.7.ebuild:
  Fix use invocation

  07 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org>
  files/1.2.7-joystick.patch:
  remove the rcs keywords from the patch

  07 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.7-r1.ebuild,
  files/1.2.7-joystick.patch:
  added patch from libsdl cvs from bug #52833

  01 Jun 2004; Travis Tilley <lv@gentoo.org> libsdl-1.2.7-r1.ebuild:
  stable on amd64

  16 May 2004; Mike Frysinger <vapier@gentoo.org> +files/1.2.7-gcc34.patch,
  libsdl-1.2.7-r1.ebuild:
  Add gcc-3.4 fix #48947 by Arve Knudsen

*libsdl-1.2.7-r1 (18 Apr 2004)

  18 Apr 2004; Mike Frysinger <vapier@gentoo.org> :
  Add libcaca support #40224 by Simon Reynolds.

*libsdl-1.2.7 (24 Feb 2004)

  30 Mar 2004; Donnie Berkholz <spyderous@gentoo.org>; libsdl-1.2.5-r2.ebuild,
  libsdl-1.2.6-r3.ebuild, libsdl-1.2.7.ebuild:
  Change x11-base/xfree dependency to virtual/x11.

  14 Mar 2004; Stephen P. Becker <geoman@gentoo.org> libsdl-1.2.6-r3.ebuild:
  Added ~mips keyword.

  26 Feb 2004; Sven Blumenstein <bazik@gentoo.org> libsdl-1.2.5-r1.ebuild,
  libsdl-1.2.5-r2.ebuild, libsdl-1.2.6-r3.ebuild:
  libsdl-1.2.5-{r1,r2} masked on sparc due to compile error, libsdl-1.2.6-r3
  marked stable.

  24 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.7.ebuild,
  files/1.2.7-nobuggy-X.patch:
  version bump

  09 Feb 2004; Mike Frysinger <vapier@gentoo.org> :
  Make ppc stable with the no-more-buggy-x patch #30089 by Ernst Persson.

  26 Jan 2004; <augustus@gentoo.org> libsdl-1.2.5-r2.ebuild,
  libsdl-1.2.6-r3.ebuild:
  Removed stable amd64 keyword from 1.2.5 and made 1.2.6 stable. This is per the
  request of Mr. Gordon in Bug 37143. Pretty important fix.

  10 Jan 2004; Aron Griffis <agriffis@gentoo.org> libsdl-1.2.6-r3.ebuild:
  stable on alpha and ia64

*libsdl-1.2.6-r3 (11 Dec 2003)

  27 Dec 2003; Mike Frysinger <vapier@gentoo.org> :
  Add a small sed script to fix USE="-X nas" #32447.

  11 Dec 2003; Mike Frysinger <vapier@gentoo.org> :
  Fix the libSDL.la file to not have a ton of -pthread flags when arts support is enabled #34804.

*libsdl-1.2.6-r2 (01 Nov 2003)

  08 Dec 2003; Mike Frysinger <vapier@gentoo.org> :
  Add patch to work with alsa-1.0.0 #35049.

  01 Nov 2003; Michael Sterrett <mr_bones_@gentoo.org> libsdl-1.2.6-r2.ebuild,
  files/libsdl-1.2.6-fullscreen.patch:
  add patch to fix bug 31235; disable nasm for 1.2.6 since
  BlitRGBtoRGBPixelAlphaMMX3DNOW seems to be buggy (bunch of bugs about
  this...bug 31345 is the "parent") add more error checking/messages

  17 Sep 2003; Michael Sterrett <msterret@gentoo.org> libsdl-1.2.6-r1.ebuild:
  >=sys-apps/sed-4 is close enough

*libsdl-1.2.6-r1 (17 Sep 2003)

  17 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
  Add back in joystick flag since many packages (although they claim they can),
  can't compile without joystick support.

*libsdl-1.2.6 (08 Sep 2003)

  08 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
  Version bumpage #27866.

*libsdl-1.2.4.20020601 (12 Jun 2003)

  30 Jul 2003; Martin Holzer <mholzer@gentoo.org> libsdl-1.2.5-r1.ebuild,
  libsdl-1.2.5-r2.ebuild:
  Adding aalib in DEPEND. Closes #21928.

  12 Jun 2003; Seemant Kulleen <seemant@gentoo.org> libsdl-1.2.5-r2.ebuild:
  unmasked on x86, thanks to Magnade in #gentoo-dev

  12 Jun 2003; Martin Holzer <mholzer@gentoo.org>
  libsdl-1.2.4.20020601.ebuild, libsdl-1.2.5-r1.ebuild,
  libsdl-1.2.5-r2.ebuild:
  Changed horrible error in ebuild. Closes #22638

  28 May 2003; Hanno Boeck <hanno@gentoo.org> libsdl-1.2.5-r2.ebuild,
  files/libsdl_gcc33_fix.diff:
  Fixed gcc 3.3 compile problem. Resolves bug #21808.

*libsdl-1.2.5-r2 (13 Apr 2003)

  13 Apr 2003; Seemant Kulleen <seemant@gentoo.org> Manifest,
  libsdl-1.2.5-r2.ebuild:
  contains a patch for libsdl to choose the best refresh rates for a monito's
  resolution. The reason this is needed is that xfree-4.3 now reports ALL the
  refresh rates, whereas 4.2 only reported one for each resolution. This patch
  was submitted by Pawel Rozanski <tokugawa@wp.pl> in bug #19261

  25 Mar 2003; Jason Wever <weeve@gentoo.org> libsdl-1.2.5-r1.ebuild:
  Changed ~sparc keyword to sparc.

  13 Mar 2003; Olivier Reisch <doctomoe@gentoo.org> libsdl-1.2.5-r1.ebuild:
  Marked ppc stable

  21 Jan 2003; Joachim Blaabjerg <styx@gentoo.org> libsdl-1.2.5-r1.ebuild :

  Remove all directfb support, as this causes circular deps.

  08 Jan 2003; Martin Schlemmer <azarah@gentoo.org> libsdl-1.2.5.ebuild :
  
  Mark stable for x86.  Disable DirectFB for now, as it creates circular deps.

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
  28 Nov 2002; Joachim Blaabjerg <styx@gentoo.org> libsdl-1.2.5.ebuild :

  Added a small sed statement to fix DirectFB b0rkage. No bump.

*libsdl-1.2.5-r1 (11 Jun 2003)
 
  12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Added missing changelog entry.

*libsdl-1.2.5 (12 Oct 2002)

  06 Dec 2002; Jon Nall <nall@gentoo.org> libsdl-1.2.5.ebuild :
  keyworded ~ppc

  12 Oct 2002; Seemant Kulleen <seemant@gentoo.org> libsdl-1.2.5.ebuild
  files/digest-libsdl-1.2.5 :

  Version bump.  Ebuild submitted by: wongs15@tartarus.uwa.edu.au (Steven
  Wong) in bug #8979

*libsdl-1.2.3-r1 (16 Aug 2002)

  16 Aug 2002; Seemant Kulleen <seemant@gentoo.org> libsdl-1.2.3-r1.ebuild :

  resurrected as the newer one seems to be problematic for creasy@pandora.be
  (Kristof) in bug #3762

*libsdl-1.2.4-20020601 (7 Jun 2002)

  11 Sep 2002; Mark Guertin <gerk@gentoo.org> :
  set nasm back in as x86 only rdependancy

  23 Jul 2002; Mark Guertin <gerk@gentoo.org> :
  Added ppc to keywords, and removed nasm as RDEPEND (it is not
  required to run or comile this lib and does not work on 
  non x86 ARCHes)

  7 June 2002; Seemant Kulleen <seemant@gentoo.org>
  libsdl-1.2.4-20020601.ebuild files/digest-libsdl-1.2.4-20020601 :

  Version bump to CVS snapshot which compiles against DirectFB-0.9.11

*libsdl-1.2.4-r1 (22 Apr 2002)

  22 Apr 2002; Seemant Kulleen <seemant@gentoo.org> libsdl-1.2.4-r2.ebuild :

  naz in #gentoo pointed out that since kde3 is the default kde, arts 
  dependency can now be on kde-base/arts instead of kdelibs, which reduces
  code bloat immensely.

*libsdl-1.2.4-r1 (19 Apr 2002)

  19 Apr 2002; Seemant Kulleen <seemant@gentoo.org> libsdl-1.2.4-r1.ebuild :

  phoen][x from #gentoo pointed out that opengl was being disabled and enabled
  contrary to its USE flag setting.

*libsdl-1.2.4 (17 Apr 2002)

  17 Apr 2002; Seemant Kulleen <seemant@gentoo.org> libsdl-1.2.4.ebuild :

  Version bump submitted by pete@shinners.org (Pete Shinners)in bug #1866

*libsdl-1.2.3-r1 (21 Mar 2002)

  21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> libsdl-1.2.3-r1.ebuild :

  HTML documentation no longer gzipped.
  
*libsdl-1.2.3-r1 (6 Feb 2002)

  6 Feb 2002; Daniel Robbins <drobbins@gentoo.org> libsdl-1.2.3-r1.ebuild: 
  Added support for the new "xv" USE variable to turn on/off the XVideo extension.
  This seems to be causing problems for some people.  See bug #159.

*libsdl-1.2.3 (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.