summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Rothe <corsair@gentoo.org>2006-03-18 16:11:35 +0000
committerMarkus Rothe <corsair@gentoo.org>2006-03-18 16:11:35 +0000
commit59dec859929697d8176459a8687ddb46fcf7b498 (patch)
tree792e34ac932ebc83943ecb239c4bd7084bd3868b /media-libs/sdl-sound
parentVersion bump, this version does not require libpopt, but it builds C++ bindings. (diff)
downloadhistorical-59dec859929697d8176459a8687ddb46fcf7b498.tar.gz
historical-59dec859929697d8176459a8687ddb46fcf7b498.tar.bz2
historical-59dec859929697d8176459a8687ddb46fcf7b498.zip
Added ~ppc64 to 1.0.1-r2 and bump 1.0.1-r1 to stable to make repoman happy (x11-libs/wxGTK dependency)
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-libs/sdl-sound')
-rw-r--r--media-libs/sdl-sound/ChangeLog7
-rw-r--r--media-libs/sdl-sound/Manifest6
-rw-r--r--media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild6
-rw-r--r--media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild4
4 files changed, 14 insertions, 9 deletions
diff --git a/media-libs/sdl-sound/ChangeLog b/media-libs/sdl-sound/ChangeLog
index f37d13564f2e..4afbe53d9059 100644
--- a/media-libs/sdl-sound/ChangeLog
+++ b/media-libs/sdl-sound/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.21 2006/03/18 16:11:35 corsair Exp $
+
+ 18 Mar 2006; Markus Rothe <corsair@gentoo.org> sdl-sound-1.0.1-r1.ebuild,
+ sdl-sound-1.0.1-r2.ebuild:
+ Added ~ppc64 to 1.0.1-r2 and bump 1.0.1-r1 to stable to make repoman happy
+ (x11-libs/wxGTK dependency)
11 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
sdl-sound-1.0.1-r2.ebuild:
diff --git a/media-libs/sdl-sound/Manifest b/media-libs/sdl-sound/Manifest
index 5b2029b31456..07e957b1ec83 100644
--- a/media-libs/sdl-sound/Manifest
+++ b/media-libs/sdl-sound/Manifest
@@ -1,9 +1,9 @@
-MD5 851bbf1e3562b23f2dc5bb268af0bdff ChangeLog 3119
+MD5 66c617907b1fa56c9e21f6674c7b09ee ChangeLog 3331
MD5 ac57f8a9a3aceed84463057baf569ddf files/digest-sdl-sound-1.0.1 68
MD5 ac57f8a9a3aceed84463057baf569ddf files/digest-sdl-sound-1.0.1-r1 68
MD5 ac57f8a9a3aceed84463057baf569ddf files/digest-sdl-sound-1.0.1-r2 68
MD5 8bbc02320ecd20c8a7ed18a63f317ca1 files/gcc331.patch 1235
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
-MD5 d98ae5e1de7602a438b39817d6a70041 sdl-sound-1.0.1-r1.ebuild 1156
-MD5 aefc5e0b5e4e883d60c47a79a5b9de5b sdl-sound-1.0.1-r2.ebuild 1474
+MD5 3442289b6078392fe89e99393b0eecee sdl-sound-1.0.1-r1.ebuild 1162
+MD5 cf6b06603440a7325e7e32de677f53a2 sdl-sound-1.0.1-r2.ebuild 1480
MD5 1f400d7e01243b805007326495d8fce7 sdl-sound-1.0.1.ebuild 1575
diff --git a/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild
index c4d940c270e1..9b5a78d159af 100644
--- a/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild
+++ b/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild,v 1.4 2005/12/26 12:50:53 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1-r1.ebuild,v 1.5 2006/03/18 16:11:35 corsair Exp $
MY_P="${P/sdl-/SDL_}"
DESCRIPTION="A library that handles the decoding of sound file formats"
@@ -9,7 +9,7 @@ SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
+KEYWORDS="amd64 ppc ppc64 sparc x86"
IUSE="flac mikmod vorbis speex physfs"
DEPEND=">=media-libs/libsdl-1.2
diff --git a/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild
index eb4c0bd9f163..954ebf06bc5a 100644
--- a/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild
+++ b/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild,v 1.3 2006/01/11 20:09:05 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1-r2.ebuild,v 1.4 2006/03/18 16:11:35 corsair Exp $
inherit flag-o-matic
@@ -11,7 +11,7 @@ SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="flac mikmod vorbis speex physfs mp3 mpeg"
RDEPEND=">=media-libs/libsdl-1.2