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
|
# ChangeLog for media-sound/xmms
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
# $Header: /var/cvsroot/gentoo-x86/media-sound/xmms/ChangeLog,v 1.14 2002/06/02 11:44:05 doctomoe Exp $
*xmms-1.2.7-r8 (02 June 2002)
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
|