summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-08-11 02:39:20 +0000
committerTom Gall <tgall@gentoo.org>2004-08-11 02:39:20 +0000
commit6f648bf11cafa6871f63eec84b611e8288995c15 (patch)
tree958f0a4ddbf729443b84ebb4035fd3843b3d96e5
parentmade attr lib64 aware, yay (diff)
downloadhistorical-6f648bf11cafa6871f63eec84b611e8288995c15.tar.gz
historical-6f648bf11cafa6871f63eec84b611e8288995c15.tar.bz2
historical-6f648bf11cafa6871f63eec84b611e8288995c15.zip
stable on ppc64, bug #57992
-rw-r--r--media-libs/sdl-mixer/ChangeLog5
-rw-r--r--media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild9
-rw-r--r--media-libs/sdl-ttf/Manifest4
-rw-r--r--media-libs/smpeg/ChangeLog5
-rw-r--r--media-libs/smpeg/smpeg-0.4.4-r4.ebuild9
5 files changed, 22 insertions, 10 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog
index 188b12ba3cd5..992df7d33b17 100644
--- a/media-libs/sdl-mixer/ChangeLog
+++ b/media-libs/sdl-mixer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/sdl-mixer
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.21 2004/06/24 23:21:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.22 2004/08/11 02:39:20 tgall Exp $
+
+ 10 Aug 2004; Tom Gall <tgall@gentoo.org> sdl-mixer-1.2.5-r1.ebuild:
+ stable on ppc64, bug #57992
*sdl-mixer-1.2.5-r3 (27 May 2004)
diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild
index f5925e57757d..7cfced5cccad 100644
--- a/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild
+++ b/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild,v 1.14 2004/06/24 23:21:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild,v 1.15 2004/08/11 02:39:20 tgall Exp $
-inherit eutils
+inherit eutils gnuconfig
MY_P="${P/sdl-/SDL_}"
S=${WORKDIR}/${MY_P}
@@ -12,7 +12,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips"
+KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips ppc64"
IUSE="mpeg mikmod oggvorbis"
RDEPEND=">=media-libs/libsdl-1.2.5
@@ -35,6 +35,9 @@ src_unpack() {
}
src_compile() {
+
+ use ppc64 && gnuconfig_update
+
econf \
`use_enable mikmod mod` \
`use_enable mpeg music-mp3` \
diff --git a/media-libs/sdl-ttf/Manifest b/media-libs/sdl-ttf/Manifest
index 676ef9d81b4a..44280bbb0785 100644
--- a/media-libs/sdl-ttf/Manifest
+++ b/media-libs/sdl-ttf/Manifest
@@ -1,5 +1,5 @@
-MD5 b4fddc55482d094f4f8e26fade4c3b52 ChangeLog 1770
-MD5 0b6b63f5bd63ce7cac0cd2dccd1908b3 sdl-ttf-2.0.6.ebuild 809
+MD5 19d40244372386696cba89f2ba31681b ChangeLog 1862
MD5 c31d06a3fb205ae41a5572206e43c2e8 metadata.xml 396
+MD5 1e20302c8b7320f3057844014f890ee2 sdl-ttf-2.0.6.ebuild 852
MD5 65f14a95508d9bc0c81cc8d8282b23ef files/digest-sdl-ttf-2.0.6 66
MD5 d871a02468d1158e842e5faaf344beba files/ft2build.patch 340
diff --git a/media-libs/smpeg/ChangeLog b/media-libs/smpeg/ChangeLog
index 21c387a79ed4..f2092e9d2328 100644
--- a/media-libs/smpeg/ChangeLog
+++ b/media-libs/smpeg/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/smpeg
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v 1.17 2004/07/16 21:36:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v 1.18 2004/08/11 02:35:25 tgall Exp $
+
+ 10 Aug 2004; Tom Gall <tgall@gentoo.org> smpeg-0.4.4-r4.ebuild:
+ stable on ppc64, bug #57992
16 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> smpeg-0.4.4-r4.ebuild:
error check sed; report emake not parallel make; tidy
diff --git a/media-libs/smpeg/smpeg-0.4.4-r4.ebuild b/media-libs/smpeg/smpeg-0.4.4-r4.ebuild
index bf836933af70..bba9e959c8a3 100644
--- a/media-libs/smpeg/smpeg-0.4.4-r4.ebuild
+++ b/media-libs/smpeg/smpeg-0.4.4-r4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.16 2004/07/16 21:36:20 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r4.ebuild,v 1.17 2004/08/11 02:35:25 tgall Exp $
-inherit eutils gcc
+inherit eutils gcc gnuconfig
DESCRIPTION="SDL MPEG Player Library"
HOMEPAGE="http://www.lokigames.com/development/smpeg.php3"
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.lokigames.com/pub/open-source/smpeg/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
-KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64"
+KEYWORDS="x86 ppc sparc ~mips alpha hppa amd64 ppc64"
IUSE="X gtk opengl debug"
DEPEND=">=media-libs/libsdl-1.2.0
@@ -34,6 +34,9 @@ src_unpack() {
}
src_compile() {
+
+ use ppc64 && gnuconfig_update
+
# --enable-mmx causes test apps to crash on startup #470
# $(use_enable mmx) \
econf \