summaryrefslogtreecommitdiff
blob: 95ffd0c565b21de584d86cd501039ae1b7aed699 (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
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
# ChangeLog for media-sound/xmms
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/ChangeLog,v 1.150 2004/10/31 09:52:09 eradicator Exp $

  31 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r9.ebuild:
  Removing .desktop from applnk.  Removed postinst ewarning.  Added check
  for /dev/sound for bug #20647.

*xmms-1.2.10-r9 (30 Oct 2004)

  30 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  -xmms-1.2.10-r7.ebuild, -xmms-1.2.10-r8.ebuild, +xmms-1.2.10-r9.ebuild:
  Revision bump and removing from package.mask.  Added gcc-4 patch.

  24 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r8.ebuild:
  Fixed a hang and a crash related to id3v2 tag support.

  23 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r8.ebuild:
  Added id3v2 editor and cleaned up code a bit.

  18 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r8.ebuild:
  Added ISO-8859-1 encoding patch.  Added sort by track length.

  14 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r8.ebuild:
  Using old xmms icon for desktop menu entries. Fixed gettext being in RDEPEND
  instead of DEPEND. General cleanup.

*xmms-1.2.10-r8 (13 Oct 2004)

  13 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +xmms-1.2.10-r8.ebuild:
  Updated to latest cvs upstream and dropped many gentoo patches that were
  incorporated upstream from the patchset and recreated others to apply
  against the new version. This release is currently missing cjk support, and
  will be in package.mask atleast until cjk support is readded. Simplified
  patching to use the epatch directory support. Added README.patches to
  replace comments in ebuild.

*xmms-1.2.10-r7 (08 Oct 2004)

  08 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  -xmms-1.2.10-r6.ebuild, +xmms-1.2.10-r7.ebuild:
  Fix hanging in mpg123 input when id3tag is corrupt.  See bug #66596.

  03 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r6.ebuild:
  We don't need to run auto* since we're not using dtd any more. Back to using
  elibtoolize. 

  03 Oct 2004; Jeremy Huddleston <eradicator@gentoo.org> :
  Display streamcast titles by default.  Closes bug #62568.

*xmms-1.2.10-r6 (30 Sep 2004)

  30 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +xmms-1.2.10-r6.ebuild:
  Now using unicode patch instead of recode patch as it has been accepted
  upstream. Added a patch to hide xmms on the task bar if xmms-status-plugin
  is enabled. Added --show-jump-box command line arg. Added patch to fix
  libjoy related crash. Closes bugs #55398, #57755, #59863, #63168, #64367.

  05 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r5.ebuild, xmms-1.2.8-r4.ebuild:
  Added inherit gnuconfig to close bug #62744.

  23 Aug 2004; Jeremy Huddleston <eradicator@gentoo.org>
  -xmms-1.2.10-r1.ebuild:
  Removing old version.

  18 Aug 2004; Aron Griffis <agriffis@gentoo.org> xmms-1.2.10-r5.ebuild:
  stable on alpha and ia64

  28 Jul 2004; Tom Gall <tgall@gentoo.org> xmms-1.2.10-r5.ebuild:
  stable on ppc64, bug #55076

  08 Jul 2004; Hardave Riar <hardave@gentoo.org> xmms-1.2.10-r5.ebuild:
  Added ~mips KEYWORD

  05 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
  -xmms-1.2.10-r3.ebuild, -xmms-1.2.10-r4.ebuild, -xmms-1.2.9-r2.ebuild:
  Cleaning up version clutter.

  05 Jul 2004; Lars Weiler <pylon@gentoo.org> xmms-1.2.10-r5.ebuild:
  Stable on ppc.

  30 Jun 2004; Guy Martin <gmsoft@gentoo.org> xmms-1.2.10-r5.ebuild:
  Marked stable on hppa.

  22 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r5.ebuild:
  Moving bugfixes into stable 86, amd64, and sparc.

*xmms-1.2.10-r5 (18 Jun 2004)

  18 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +xmms-1.2.10-r5.ebuild:
  Allow NULL titles to be passed to xmms_charset_recode_id3(). Closes bug
  #49273.

*xmms-1.2.10-r4 (15 Jun 2004)

  15 Jun 2004; Jeremy Huddleston <eradicator@gentoo.org>
  +xmms-1.2.10-r4.ebuild:
  Fixed gcc3.4/C++ problem in xmmsctrl.h. See bug #53125.

  07 Jun 2004; Aron Griffis <agriffis@gentoo.org> xmms-1.2.8-r4.ebuild,
  xmms-1.2.9-r2.ebuild:
  Fix use invocation

*xmms-1.2.10-r3 (31 May 2004)

  31 May 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r2.ebuild, xmms-1.2.10-r3.ebuild:
  Fixes bugs #46900, #47761, #48891, and hopefully #51080.

  14 May 2004; Stephen P. Becker <geoman@gentoo.org> xmms-1.2.8-r4.ebuild:
  Stable on mips.

  22 Apr 2004; Travis Tilley <lv@gentoo.org> xmms-1.2.10-r1.ebuild:
  stable on amd64

  20 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.8-r4.ebuild:
  QA fixes.

  12 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r1.ebuild, xmms-1.2.10-r2.ebuild, xmms-1.2.8-r4.ebuild,
  xmms-1.2.9-r2.ebuild:
  Fix automake problem in bug #40341 by adding sys-devel/gettext DEP.

  08 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r1.ebuild, xmms-1.2.10-r2.ebuild, xmms-1.2.8-r4.ebuild,
  xmms-1.2.9-r2.ebuild:
  Removing block on removed alsa plugin package.

  06 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r2.ebuild:
  oss USE flag for making the oss output plugin.

  06 Apr 2004; Gustavo Zacarias <gustavoz@gentoo.org> xmms-1.2.10-r1.ebuild:
  Stable on sparc

*xmms-1.2.10-r2 (04 Apr 2004)

  04 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r2.ebuild:
  elibtoolize. fix bug #45720.  update to latest recode patch.

  04 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.7-r23.ebuild, xmms-1.2.7-r25.ebuild:
  Removing old ebuilds.

  03 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r1.ebuild:
  Stable on x86.

  03 Apr 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r1.ebuild:
  Stable on x86.

  31 Mar 2004; Chris Aniszczyk <zx@gentoo.org> xmms-1.2.10-r1.ebuild:
  Stable on hppa.

  20 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.10.ebuild,
  xmms-1.2.8-r3.ebuild, xmms-1.2.9-r1.ebuild:
  Removing old ebuilds.

  15 Mar 2004; Stephen P. Becker <geoman@gentoo.org> xmms-1.2.9-r2.ebuild:
  Added ~mips keyword.

  11 Mar 2004; Lars Weiler <pylon@gentoo.org> xmms-1.2.10-r1.ebuild:
  stable on ppc

*xmms-1.2.10-r1 (29 Feb 2004)

  29 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.10-r1.ebuild, files/xmms.desktop:
  Fixed .desktop menu items. Updated dtd patch to support multiple file
  selection.

  26 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.10.ebuild:
  Fix off-by-one error re-introduced by dtd

  26 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.10.ebuild:
  Updated verbosity during aclocal/automake

*xmms-1.2.10 (25 Feb 2004)

  25 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.10.ebuild:
  Version bump (Bug #42731).
  Dtd now uses balanced tree.  This should clear up bug #31804.

  25 Feb 2004; Sven Blumenstein <bazik@gentoo.org> xmms-1.2.8-r4.ebuild:
  Stable on sparc.

  24 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.8-r3.ebuild,
  xmms-1.2.8-r4.ebuild, xmms-1.2.9-r1.ebuild, xmms-1.2.9-r2.ebuild:
  Added blocker !media-plugins/xmms-alsa

  24 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.8-r3.ebuild,
  xmms-1.2.8-r4.ebuild, xmms-1.2.9-r1.ebuild, xmms-1.2.9-r2.ebuild:
  Added alsa-lib to DEPEND

  06 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.8-r4.ebuild:
  Marking stable on x86

  06 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.9-r1.ebuild,
  xmms-1.2.9-r2.ebuild:
  shading patch removed as a fix is in mainline 1.2.9

  04 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.9-r2.ebuild:
  Added patch to fix compilation in gcc2 provided in bug #40370 by Tristan
  Henderson <T.Henderson@cs.ucl.ac.uk>.

*xmms-1.2.9-r2 (03 Feb 2004)

  03 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.7-r23.ebuild,
  xmms-1.2.7-r25.ebuild, xmms-1.2.8-r3.ebuild, xmms-1.2.8-r4.ebuild,
  xmms-1.2.9-r1.ebuild, xmms-1.2.9-r2.ebuild:
  Updated ebuilds to request correct automake versions. Closes bug #40348.
  Updated russian patch (now called recode patch) in 1.2.9-r2 to version csa27.
  See bug #40103. Added patch from http://bugs.xmms.org/show_bug.cgi?id=1583 to
  close bug #39456.

  03 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.7-r23.ebuild, xmms-1.2.7-r25.ebuild, xmms-1.2.8-r3.ebuild,
  xmms-1.2.8-r4.ebuild, xmms-1.2.9-r1.ebuild:
  Moved intltool out of RDEPEND (into DEPEND). Updated 1.2.9-r1 to run aclocal
  before automake to close bug #40341.

  03 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.7-r23.ebuild, xmms-1.2.7-r25.ebuild, xmms-1.2.8-r3.ebuild,
  xmms-1.2.8-r4.ebuild:
  adding !gtk2? check on gnome-panel dep as discussed to close bug #35060.

  02 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.9-r1.ebuild:
  Cleanup to remove some gnome cruft and now using make DESTDIR=${D} install
  instead of einstall

  02 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.9-r1.ebuild:
  Removing gnome-panel dep since xmms no longer includes a gnome1 panel applet.

*xmms-1.2.9-r1 (31 Jan 2004)

  31 Jan 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.9-r1.ebuild,
  xmms-1.2.9.ebuild, xmms-1.2.9_pre1.ebuild:
  Fixed off-by-one bug that crept in with dtd/1.2.9 conflicting changes (closes
  bug #40019). Updated random patch to fix compilation in gcc2.x (closes bug
  #39877). Added id3v2 tag editor to mpg123 plugin (closes bug #39437). Removing
  broken ebuilds.

*xmms-1.2.8-r4 (30 Jan 2004)

  30 Jan 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.8-r4.ebuild:
  Updated dtd patch to fix multi-select segfault. Removed alsa debug messages to
  close bug #29794

  29 Jan 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.9.ebuild:
  removed id3v2 patch and unmasked. The id3v2 patch causes an off-by-one error
  when getting file info from the playlist... the patch provided at
  http://bugs.xmms.org/show_bug.cgi?id=335 applied cleanly after the dtd patch,
  so I'll have to look into it in more detail later.

  29 Jan 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.9.ebuild:
  masking because of bug in patchset.

*xmms-1.2.9 (29 Jan 2004)

  29 Jan 2004; Jeremy Huddleston <eradicator@gentoo.org> xmms-1.2.9.ebuild:
  Version bump closes bug #39706. Added id3v2 patch to patchset closing bug
  #39437.

  28 Jan 2004; Aron Griffis <agriffis@gentoo.org> xmms-1.2.7-r23.ebuild,
  xmms-1.2.7-r25.ebuild, xmms-1.2.8-r3.ebuild, xmms-1.2.9_pre1.ebuild:
  ia64 keywords changes

  25 Jan 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.9_pre1.ebuild:
  Added patch to fix compilation using gcc2. Patch submitted to us in bug #39364
  by Tristan Henderson <T.Henderson@cs.ucl.ac.uk>

*xmms-1.2.9_pre1 (24 Jan 2004)

  24 Jan 2004; Jeremy Huddleston <eradicator@gentoo.org>
  xmms-1.2.7-r20.ebuild, xmms-1.2.9_pre1.ebuild:
  Removing crusty ebuild 1.2.7-r20 to close bug #31928. Bumping to latest xmms
  version.

  17 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> xmms-1.2.8-r3.ebuild:
  manifest fix

  16 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> xmms-1.2.8-r3.ebuild:
  set ppc in keywords

  14 Jan 2004; Aron Griffis <agriffis@gentoo.org> xmms-1.2.7-r23.ebuild,
  xmms-1.2.7-r25.ebuild:
  Mark -r25 stable on alpha to fix bug 38116

  05 Jan 2004; Jason Wever <weeve@gentoo.org> xmms-1.2.7-r23.ebuild:
  Marked stable on sparc.

  29 Dec 2003; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r23.ebuild:
  move -r23 to stable x86 as there have not been any complaints about it.
  Should close all the gettext related bugs about it, notably bug #36332 by
  Craig Goodrich <craigg@hiwaay.net>

  18 Dec 2003; Martin Holzer <mholzer@gentoo.org> xmms-1.2.7-r20.ebuild,
  xmms-1.2.7-r23.ebuild:
  adding 3dnow to download patch. closes 31842

  01 Dec 2003; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r20.ebuild,
  xmms-1.2.7-r23.ebuild, xmms-1.2.7-r25.ebuild,
  files/xmms-1.2.7-mpg123j.patch, files/xmms-diskwriter-audio.patch,
  files/xmms-fhs-skinsdir.patch, files/xmms-gettext-fix.patch,
  files/xmms-ipv6-20020408-mmx.patch, files/xmms-ipv6-20020408-nommx.patch,
  files/xmms-jump.patch, files/xmms-nptl.patch,
  files/xmms-russian-charset.patch, files/xmms-sigterm.patch:
  moved patches for 1.2.7 versions into tarball as well

  01 Dec 2003; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.8-r1.ebuild,
  xmms-1.2.8-r2.ebuild, xmms-1.2.8-r3.ebuild, xmms-1.2.8.ebuild,
  files/xmms-1.2.8-dtd.patch, files/xmms-1.2.8-jump.patch,
  files/xmms-1.2.8-mpg123j.patch, files/xmms-1.2.8-random.patch,
  files/xmms-1.2.8-russian-charset-csa20.patch,
  files/xmms-1.2.8-russian-charset.patch, files/xmms-1.2.8-shadow.patch,
  files/xmms-1.2.8-sid-songpos.patch, files/xmms-1.2.8-sigterm.patch:
  removed older 1.2.8 ebuilds and moved the patches into a patch tarball on the
  mirrors instead of bloating up files/

  21 Nov 2003; Martin Holzer <mholzer@gentoo.org> xmms-1.2.8-r3.ebuild,
  files/xmms-1.2.8-shadow.patch:
  Closing #30420.

  11 Nov 2003; Daniel Ahlberg <aliz@gentoo.org> xmms-1.2.8-r3.ebuild :
  Disable simd on amd64.

  26 Oct 2003; Sergey Kuleshov <svyatogor@gentoo.org>
  files/xmms-1.2.8-russian-charset-csa20.patch:
  Fixed bug 31984 - xmms-1.2.8-r3 Assertion `xmms_autocharset_changed>=0' failed.

  25 Oct 2003; Sergey Kuleshov <svyatogor@gentoo.org>
  files/xmms-1.2.8-russian-charset-csa20.patch:
  Fixed a bug in russian-charset patch, which caused XMMS to crash when openning
  files with names in UTF encoding.

*xmms-1.2.8-r3 (24 Oct 2003)

  24 Oct 2003; Sergey Kuleshov <svyatogor@gentoo.org> xmms-1.2.8-r3.ebuild,
  files/xmms-1.2.8-russian-charset-csa20.patch:
  Added new version of xmms-russian-charset patch, which solves many bugs (most
  importantly the UTF ones) and has improved algorithms of encoding detection.
  So bumped -r to -r3.

  20 Sep 2003; jje <jje@gentoo.org> files/xmms-1.2.8-dtd.patch:
  Removed chunk from the dtd patch that overrides the config. Closes #29029.

  15 Sep 2003; Seemant Kulleen <seemant@gentoo.org>
  files/xmms-1.2.8-mpg123j.patch:
  the cjk patch was fixed, so now xmms will compile with cjk support turned on.
  This is hopefully the last we'll see of issues with -r2. Thanks to: Michael
  Dillon <gsvalore@lordlegacy.com> in the same bug report #28768

  15 Sep 2003; Seemant Kulleen <seemant@gentoo.org>
  files/xmms-1.2.8-dtd.patch:
  Adjusted the dtd patch to not be dependent on the changes made by the russian
  charset patch. Closes bug #28768 by IPGlider <ipglider@ipglider.org>

  15 Sep 2003; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.8-r2.ebuild,
  files/xmms-1.2.8-sid-songpos.patch:
  the songpos patch is beneficial to users of xmms-sid, in that this allows
  playing of sub-songs. The patch comes courtesy of: Christoph Richter
  <toph@abi2ooo.org> in bug #21067

*xmms-1.2.8-r2 (14 Sep 2003)

  14 Sep 2003; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.8-r2.ebuild:
  added the superior randomising patch. Bret Towe (magnade in #gentoo-dev)
  <btowe@gbis.com> adapted this patch for us from the xmms bugzilla. All the
  info is in bug #24137 by Lesley van Zijl <zyl@xs4all.nl>

*xmms-1.2.8-r1 (12 Sep 2003)

  12 Sep 2003; Mike Frysinger <vapier@gentoo.org> :
  Added Dynamic Taste Detection #27967 and removed some of the elibtoolize
  and autotools crud.

*xmms-1.2.8 (12 Sep 2003)

  12 Sep 2003; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.8.ebuild,
  files/xmms-1.2.8-mpg123j.patch:
  version bump.  Note that this now comes with a sexy gentoo ice skin made
  by: Jamie McDonald <jamie@firenet.uk.com>.  He releases this to us, for
  Gentoo's exclusive use under the Artistic license.  Note to any other
  distros, please get his permission before distributing the skin yourself.

*xmms-1.2.7-r25 (16 Aug 2003)

  18 Aug 2003; Joshua Kinard <kumba@gentoo.org> xmms-1.2.7-r25.ebuild:
  Added use flag check for mips; If true, runs gnuconfig_update

  18 Aug 2003; Joshua Kinard <kumba@gentoo.org> xmms-1.2.7-r25.ebuild:
  Added ~mips to KEYWORDS

  16 Aug 2003; jje <jje@gentoo.org> xmms-1.2.7-r25.ebuild,
  files/xmms-nptl.patch:
  Added nptl patch. See bug #26172.

  10 Aug 2003; jje <jje@gentoo.org> xmms-1.2.7-r24.ebuild:
  Fixed typo in SRC_URI fix. Moral? Don't change anything after you've tested...

  09 Aug 2003; jje <jje@gentoo.org> xmms-1.2.7-r24.ebuild:
  Fix SRC_URI to handle USE="3dnow -mmx". See #25255.
  
  Submitted by: Ricardo Cordeiro <Ricardo.Cordeiro@iscte.pt>

*xmms-1.2.7-r24 (28 Jul 2003)

  28 Jul 2003; Nick Hadaway <raker@gentoo.org> xmms-1.2.7-r24.ebuild,
  files/xmms-diskwriter-audio.patch:
  Adds a patch for running audio through output effect plugins
  before recording to disk with the diskwriter plugin.  See bug #25380.

  18 Jul 2003; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r23.ebuild:
  gettext patch only applied if gettext-0.12 or greater is installed

*xmms-1.2.7-r23 (18 Jul 2003)

  22 Jul 2003; Guy Martin <gmsoft@gentoo.org> xmms-1.2.7-r23.ebuild :
  Added hppa to KEYWORDS.

  18 Jul 2003; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r23.ebuild,
  files/xmms-fhs-skinsdir.patch, files/xmms-gettext-fix.patch:
  fix for gettext-0.12 and nls in USE, closing bug #24472 by: Lisa Marie
  <lisa@gentoo.org>. Note that the fix for that was provided by Paul
  DeVrieze <pauldv@gentoo.org> based on the work by Alvari Figueroa
  <fede2@fuerzag.ulatina.ac.cr>  Also, added /usr/local/share/xmms/Skins to the
  search path for skins -- local sysadmins should create that directory and
  add systemwide skins to there 

*xmms-1.2.7-r22 (27 Jun 2003)
 
  12 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
  Added missing changelog entry.

  04 Jul 2003; jje <jje@gentoo.org> xmms-1.2.7-r20.ebuild:
  Make the russian and japanese patches exclusive.

  27 Jun 2003; robh <robh@gentoo.org> xmms-1.2.7-r22.ebuild:
  Fixed russian cjk patch overlap. Fixes bug #23535. Thanks to jje :)

  26 June 2003; <robh@gentoo.org> xmms-1.2.7-r22.ebuild:
  Added support for Russian Charset. Thanks to Sergey Kuleshov. Closes #22194

  26 May 2003; jje <jje@gentoo.org> xmms-1.2.7-r21.ebuild:
  Removing previous revision, patch needs more work - it breaks things.

  17 May 2003; jje <jje@gentoo.org> xmms-1.2.7-r21.ebuild,
  files/xmms-1.2.7-songpos.patch:
  Added song position patch for sid files.
  
  Submitted by: Christoph Richter <toph@abi2ooo.org>

*xmms-1.2.7-r21 (17 May 2003)

  17 Jun 2003; Guy Martin <gmsoft@gentoo.org> xmms-1.2.7-r21.ebuild :
  Readded xmms-1.2.7-r21 from xmms-1.2.7-r20 but with ipv6 support for
  non x86 arch. Fix #21830.

  17 May 2003; jje <jje@gentoo.org> xmms-1.2.7-r21.ebuild:
  Fix for people booting with gentoo=nodevfs - conditional setup defaults.
  
  Submitted by: Jacob <waif@kefka.org>

*xmms-1.2.7-r20 (18 Apr 2003)

  17 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
  Rework ebuild to use `use_enable` and `use_with` instead of older styles.
  Add filter-flags for large src files since xmms includes fts.h.

  18 Apr 2003; Seemant Kulleen <seemant@gentoo.org> Manifest,
  xmms-1.2.7-r20.ebuild:
  made this more devfs friendly -- works even without devfsd running.
  Thanks to a fix by: Tero Pelander <tpeland@tkukoulu.fi> in bug #19461

  13 Mar 2003; Olivier Reisch <doctomoe@gentoo.org> xmms-1.2.7-r19.ebuild:
  Mark stable on ppc

  19 Jan 2003; Martin Schlemmer <azarah@gentoo.org> xmms-1.2.7-r18.ebuild :
  Add patch to save playlist, etc on SIGTERM and SIGINT, bug #13604.

*xmms-1.2.7-r19 (04 March 2003)

  19 Mar 2003; Masatomo Nakano <nakano@gentoo.org> xmms-1.2.7-r19.ebuild,
  files/xmms-1.2.7-mpg123j.patch:
  Added Japanese support.

  09 Mar 2003; Aron Griffis <agriffis@gentoo.org> xmms-1.2.7-r19.ebuild:
  Mark stable on alpha

  04 March 2003; Spider <spider@gentoo.org> xmms-1.2.7-r19.ebuild :
  okay, I got a headache here, seems that einstall changed to include 
  "libdir=${D}/usr/lib" in here, this caused xmms to install files into
  the wrong dirs so no plugins were found. I hacked the ebuild around that 
  and bumped the revision for those who had built it like me in the old sense


*xmms-1.2.7-r18 (27 Dec 2002)

  27 Dec 2002; Nick Hadaway <raker@gentoo.org> xmms-1.2.7-r18.ebuild,
  files/digest-xmms-1.2.7-r18, files/xmms-ipv6-20020408-nommx.patch,
  files/xmms-ipv6-20020408-mmx.patch :
  Updated ebuild with the ipv6 patch split for the cases of mmx and
  -mmx.  Thank azarah for bringing this to my attention. :)

  27 Dec 2002; Martin Schlemmer <azarah@gentoo.org> xmms-1.2.7-r17.ebuild :
  Remove the xmms-1.2.7-link-libstdc++.patch on request from XMMS developer
  Olle H�lln�s <olle@xmms.org>.  Sorry about taking so long, but I forgot.

*xmms-1.2.7-r17 (26 Dec 2002)

  26 Dec 2002; Nick Hadaway <raker@gentoo.org> xmms-1.2.7-r17.ebuild,
  files/digest-xmms-1.2.7-r17, files/xmms-ipv6-20020408.patch :
  New ebuild with ipv6 support.  Now using epatch for all patches.

  19 Dev 2002; Dean Bailey <alron@gentoo.org> : removed sparc64 keyword

*xmms-1.2.7-r16 (15 Dec 2002)

  15 Dec 2002; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r16.ebuild
  files/xmms-jump.patch files/digest-xmms-1.2.7-r16 :

  Added a patch to allow external programmes to pop up the "jump to file"
  dialog box via xmmsctrl.h Many thanks to: novas007@gmx.net (Mike Lundy) in
  bug #10821 for this.

*xmms-1.2.7-r15 (14 Nov 2002)

  06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
 
  14 Nov 2002; Mike Frysinger <vapier@gentoo.org> :
  Made src_install delete ${D}/usr/lib/xmms/Input/libidcin.so.
  It causes ppc users to crash and the xmms developers have removed
  it from the distribution anyways.

*xmms-1.2.7-r14 (17 Oct 2002)

  17 Oct 2002; Martin Schlemmer <azarah@gentoo.org> :
  Add back the patch to link xmms against libstdc++, as some plugins
  need it.

*xmms-1.2.7-r13 (23 Aug 2002)

  12 Oct 2002; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r13.ebuild :
  Added directfb to IUSE.  XMMS doesn't need it, but will link to it if
  present, so it needs to be recompiled if DirectFB is updated.

  16 Sep 2002; Maarten Thibaut <murphy@gentoo.org> xmms-1.2.7-r13.ebuild :
  Added sparc/sparc64 keywords. Revamped ChangeLog layout.

  23 Aug 2002; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r13.ebuild
  files/digest-xmms-1.2.7-r13 : Removed all avi stuff from xmms ebuild,
  since the xmms folks have updated the avi-xmms plugin to be statically
  compiled against avifile.

  30 Aug 2002; Bart Verwilst <verwilst@gentoo.org>: Filtered out -fforce-addr
  out of xmms, segfaults when trying to play a song otherwise

*xmms-1.2.7-r12 (18 Jul 2002)

  16 Sep 2002; Maarten Thibaut <murphy@gentoo.org> xmms-1.2.7-r12.ebuild : Added
  sparc/sparc64 keywords.

  31 Jul 2002; Martin Schlemmer <azarah@gentoo.org> xmms-1.2.7-r12.ebuild :
  Minor form fixes.

  20 Jul 2002; Spider <spider@gentoo.org> xmms-1.2.7-r12.ebuild : Minor dep
  change to kill bug #4317.

  19 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> xmms-1.2.7-r12.ebuild : Closes
  #5208.

  18 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> xmms-1.2.7-r12.ebuild : Cleaned
  up ebuild. Made mikmod optional through USE setting.

*xmms-1.2.7-r11 (30 Jun 2002)

  30 Jun 2002; Martin Schlemmer <azarah@gentoo.org> : This revision tries to fix
  all the automake/autoconf warning, etc.
  I have tested it with gcc-2.95.3 and gcc-3.1, so hopefully it will
  be the last revision for some time.

*xmms-1.2.7-r10 (28 Jun 2002)

  28 Jun 2002; Spider <spider@gentoo.org> xmms-1.2.7-r9.ebuild : Removed
  gnome-core dep in favour of gnome-panel-1.4.1 
 
*xmms-1.2.7-r9 (06 June 2002)

  06 June 2002; Brandon Low <lostlogic@gentoo.org> xmms-1.2.7-r9.ebuild,
  files/xmms-1.2.7-gentoo.patch: New revision with a generated patch to fix a
  bunch of error output which was happening at compile time, also hopefully
  closes 3431, but waiting on confirmation of that.

  06 June 2002; Bruce A. Locke <blocke@shivan.org> xmms-1.2.7-r9.ebuild,
  files/xmms-1.2.7-gentoo.patch: Removed due to automake/autoconf issues.

*xmms-1.2.7-r8 (02 June 2002)

  02 June 2002; Gabriele Giorgetti <stroke@gentoo.org> xmms-1.2.7-r8.ebuild:
  digest-xmms-1.2.7-r8 added. fixes bug #3325

  02 June 2002; Olivier Reisch <doctomoe@gentoo.org> xmms-1.2.7-r8.ebuild:
  xmms-1.2.7 r6 and r7 are broken on PPC. The src_unpack function fails on the
  3dnow/mmx patch inclusion check. Included an arch check to exclude the code
  from being executed on PPC.

*xmms-1.2.7-r7 (30 May 2002)

  30 May 2002; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r7.ebuild
  files/digest-xmms-1.2.7-r7 : Added a patch to optimise for 3dnow and mmx. 
  Thanks to aliz@telia.com (Daniel Ahlberg) in bug #2630.  Fixed use avi && patch
  syntax per Daniel Sabo in bug #3086

*xmms-1.2.7-r6 (19 May 2002)

  26 May 2002; Martin Schlemmer <azarah@gentoo.org> xmms-1.2.7-r6.ebuild :
  Change it to depend on latest avifile, and drop the suffix patch
  for avifile-config.

*xmms-1.2.7-r5 (19 May 2002)

  19 May 2002; Martin Schlemmer <azarah@gentoo.org> xmms-1.2.7-r5.ebuild :
  Fix things to actually compile the plugin when "avi" is in USE, and made
  it compadible with the latest avifile (0.7.4) which use an suffix ( this
  having /usr/bin/avifile-config0.7 and not /usr/bin/avifile-config).
  I am not too sure with this suffix thing .. we need to decide if we are
  going to keep it, or just fix the broken stuff .. personally I think we
  should rather fix broken build, and drop the suffix from avifile.

*xmms-1.2.7-r4 (11 Apr 2002)

  11 Apr 2002; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r4.ebuild :
  Svend Sorensen (SCube on #gentoo) pointed out that libxml is only an optional
  dependency to retrieve cd track info from an alternate source, so that has
  been made USE dependent.

*xmms-1.2.7-r{3,4} (28 Mar 2002)

  28 Mar 2002; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r{3,4}.ebuild :
  ogg and vorbis USE flags have been combined to form the oggvorbis flag.
  Kinda like Voltron.

*xmms-1.2.7-r4 (28 Mar 2002)

  28 Mar 2002; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r4.ebuild :
  Ha ha, wishful thinking on my part.  This revision gets rid of the "built-in"
  avi hack.  We still make use of the avi USE flag, because there are certain
  libraries we need to link against for the new avi plugin, called avi4xmms.

*xmms-1.2.7-r3 (27 Mar 2002)

  27 Mar 2002; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r3.ebuild :
  Well, I do hope that this is the last update on this in a while.  Finally,
  though, thanks to Matthew Kennedy, we can `man xmms` and actually see a
  man page.  This also makes us slightly more LFH compliant.

*xmms-1.2.7-r2 (21 Mar 2002)

  21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> xmms-1.2.7-r2.ebuild :
  Now, avi is in the USE flags, which means the bloaty avi hack is an option
  that I think only few will take to anyway.

*xmms-1.2.7-r1 (19 Mar 2002)

  19 Mar 2002; Seemant Kulleen <seemant@gentoo.org> : added a patch to make
  xmms use avifile-0.6, which removes the necessity of having a separate
  avi-xmms module until that module can support avifile-0.6

*xmms-1.2.7 (05 Mar 2002)

  05 Mar 2002; Daniel Robbins <drobbins@gentoo.org> : new much-requested
  version bump.  Just copied ebuild over.

*xmms-1.2.6-r2 (28 Feb 2002)

  22 Feb 2002; Bruce A. Locke <blocke@shivan.org> xmms-1.2.6-r2.ebuild :
  spider.gentoo@darkmere.wanfear.com (Spider) contributed additional
  USE keyword checks