blob: f37d13564f2ea984849ffe17d0f0b3731a36b6d3 (
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
|
# ChangeLog for media-libs/sdl-sound
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.20 2006/01/11 20:09:05 wolf31o2 Exp $
11 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
sdl-sound-1.0.1-r2.ebuild:
Added optional smpeg support and closing bug #115299.
26 Dec 2005; Luca Barbato <lu_zero@gentoo.org> sdl-sound-1.0.1.ebuild,
sdl-sound-1.0.1-r1.ebuild:
oggvorbis Cleanup
30 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
sdl-sound-1.0.1.ebuild, sdl-sound-1.0.1-r1.ebuild,
sdl-sound-1.0.1-r2.ebuild:
Removed INSTALL.
*sdl-sound-1.0.1-r2 (21 Jun 2005)
21 Jun 2005; Mike Frysinger <vapier@gentoo.org>
+sdl-sound-1.0.1-r2.ebuild:
Add libmodplug support by Tyler Montbriand #89241.
*sdl-sound-1.0.1-r1 (30 Sep 2004)
30 Sep 2004; Michael Sterrett <mr_bones_@gentoo.org>
+sdl-sound-1.0.1-r1.ebuild:
Removed hard-coded smpeg support and have sdl-sound use the internal
decoder for mp3 instead. smpeg is far too buggy to be used at this time.
As a result the unpack routine was cleaned up since the buggy test that
failed with gcc33 wasn't used anymore. General cleaning of the ebuild
as well.
27 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> sdl-sound-1.0.1.ebuild:
inherit eutils for epatch
30 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org> sdl-sound-0.1.5.ebuild,
sdl-sound-1.0.0.ebuild, sdl-sound-1.0.1.ebuild:
mark stable for x86
*sdl-sound-1.0.1 (14 Oct 2003)
04 Nov 2003; Mike Frysinger <vapier@gentoo.org> :
Add optional DEPEND/configure for speex and physfs #32489.
14 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> sdl-sound-1.0.1.ebuild,
files/gcc331.patch:
add patch to fix up the problems gcc 3.3.1 has with the configure script.
This is to address bug 31163.
14 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> sdl-sound-1.0.1.ebuild:
version bump
*sdl-sound-1.0.0 (19 Mar 2003)
19 Mar 2003; Philip Walls <malverian@gentoo.org> :
Bumped libsdl dependency to 1.2.5
19 Mar 2003; Philip Walls <malverian@gentoo.org> sdl-sound-1.0.0.ebuild
files/digest-sdl-sound-1.0.0 :
Version bump
*sdl-sound-0.1.5 (6 May 2002)
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
12 Sep 2002; Owen Stampflee <owen@gentoo.org> :
Added PPC to KEYWORDS.
6 May 2002; Seemant Kulleen <seemant@gentoo.org> sdl-sound-0.1.5.ebuild
files/digest-sdl-sound-0.1.5 :
Version bump.
*sdl-sound-0.1.4-r1 (12 Apr 2002)
12 Apr 2002; Seemant Kulleen <seemant@gentoo.org> sdl-sound-0.1.4-r1.ebuild :
Changed ogg USE toggle to oggvorbis
*sdl-sound-0.1.4 (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.
|