summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-08-09 03:30:20 +0000
committerTom Gall <tgall@gentoo.org>2004-08-09 03:30:20 +0000
commit4ce58a36ddff580fc37ee5b76d169886c81ef837 (patch)
treea9a4f74337b3609649f74da55acdd5096bacd22c /media-libs
parentNow that mozilla.org has re-released the source tarball, switch to theirs ins... (diff)
downloadgentoo-2-4ce58a36ddff580fc37ee5b76d169886c81ef837.tar.gz
gentoo-2-4ce58a36ddff580fc37ee5b76d169886c81ef837.tar.bz2
gentoo-2-4ce58a36ddff580fc37ee5b76d169886c81ef837.zip
stable on ppc64, bug #57991
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/sdl-image/ChangeLog5
-rw-r--r--media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild11
2 files changed, 13 insertions, 3 deletions
diff --git a/media-libs/sdl-image/ChangeLog b/media-libs/sdl-image/ChangeLog
index 962f38eed19b..b8ed09c17a23 100644
--- a/media-libs/sdl-image/ChangeLog
+++ b/media-libs/sdl-image/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/sdl-image
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.14 2004/06/24 23:21:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/ChangeLog,v 1.15 2004/08/09 03:30:20 tgall Exp $
+
+ 08 Aug 2004; Tom Gall <tgall@gentoo.org> sdl-image-1.2.3-r1.ebuild:
+ stable on ppc64, bug #57991
*sdl-image-1.2.3-r1 (02 Apr 2004)
diff --git a/media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild b/media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild
index b89bbe84ffd4..cf49df61e835 100644
--- a/media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild
+++ b/media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild
@@ -1,6 +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-image/sdl-image-1.2.3-r1.ebuild,v 1.2 2004/06/24 23:21:31 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-image/sdl-image-1.2.3-r1.ebuild,v 1.3 2004/08/09 03:30:20 tgall Exp $
+
+inherit gnuconfig
IUSE="gif jpeg tiff png"
@@ -12,7 +14,7 @@ SRC_URI="http://www.libsdl.org/projects/SDL_image/release/${MY_P}.tar.gz"
SLOT="0"
LICENSE="LGPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ppc64"
DEPEND="sys-libs/zlib
>=media-libs/libsdl-1.2.4
@@ -21,6 +23,11 @@ DEPEND="sys-libs/zlib
tiff? ( media-libs/tiff )
gif? ( media-libs/giflib )"
+src_unpack() {
+ unpack ${A}
+ use ppc64 && gnuconfig_update
+}
+
src_compile() {
econf \
`use_enable gif` \