diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-04 08:21:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-04 08:21:42 +0000 |
commit | 8b8763db71ea9328a0319cd83dce7bae554f11a2 (patch) | |
tree | 5b6ae8c882726d9e54adcde322976148a4e7f42f /media-libs | |
parent | Added sparc stable keyword (diff) | |
download | gentoo-2-8b8763db71ea9328a0319cd83dce7bae554f11a2.tar.gz gentoo-2-8b8763db71ea9328a0319cd83dce7bae554f11a2.tar.bz2 gentoo-2-8b8763db71ea9328a0319cd83dce7bae554f11a2.zip |
fix DEPEND #32489
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/sdl-sound/ChangeLog | 9 | ||||
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-1.0.0.ebuild | 4 | ||||
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-1.0.1.ebuild | 36 |
3 files changed, 28 insertions, 21 deletions
diff --git a/media-libs/sdl-sound/ChangeLog b/media-libs/sdl-sound/ChangeLog index 26ac1c1c1048..18a0bde9b8b1 100644 --- a/media-libs/sdl-sound/ChangeLog +++ b/media-libs/sdl-sound/ChangeLog @@ -1,14 +1,17 @@ # ChangeLog for media-libs/sdl-sound # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.11 2003/10/15 04:36:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/ChangeLog,v 1.12 2003/11/04 08:21:42 vapier Exp $ + +*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. -*sdl-sound-1.0.1 (14 Oct 2003) - 14 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> sdl-sound-1.0.1.ebuild: version bump diff --git a/media-libs/sdl-sound/sdl-sound-1.0.0.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.0.ebuild index 4c0b40df0a53..52ba27ebae3d 100644 --- a/media-libs/sdl-sound/sdl-sound-1.0.0.ebuild +++ b/media-libs/sdl-sound/sdl-sound-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.0.ebuild,v 1.5 2003/09/06 23:59:49 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.0.ebuild,v 1.6 2003/11/04 08:21:42 vapier Exp $ IUSE="oggvorbis" @@ -12,7 +12,7 @@ HOMEPAGE="http://icculus.org/SDL_sound/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 ~ppc ~sparc amd64" +KEYWORDS="x86 ppc sparc amd64" DEPEND=">=media-libs/libsdl-1.2.5 >=media-libs/smpeg-0.4.4-r1 diff --git a/media-libs/sdl-sound/sdl-sound-1.0.1.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.1.ebuild index 46ce71c9b1b3..bc52e6b1aef0 100644 --- a/media-libs/sdl-sound/sdl-sound-1.0.1.ebuild +++ b/media-libs/sdl-sound/sdl-sound-1.0.1.ebuild @@ -1,51 +1,55 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.ebuild,v 1.2 2003/10/15 04:36:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.1.ebuild,v 1.3 2003/11/04 08:21:42 vapier Exp $ MY_P="${P/sdl-/SDL_}" S=${WORKDIR}/${MY_P} DESCRIPTION="A library that handles the decoding of sound file formats" -SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz" HOMEPAGE="http://icculus.org/SDL_sound/" +SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" LICENSE="LGPL-2.1" SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~amd64" +IUSE="flac mikmod oggvorbis speex physfs" DEPEND=">=media-libs/libsdl-1.2 >=media-libs/smpeg-0.4.4-r1 flac? ( media-libs/flac ) mikmod? ( >=media-libs/libmikmod-3.1.9 ) - oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" - -IUSE="flac mikmod oggvorbis" + oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 ) + speex? ( media-libs/speex + media-libs/libogg ) + physfs? ( dev-games/physfs )" src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/gcc331.patch rm aclocal.m4 -} -src_compile() { # the patch above plus this overkill ripped off the bootstrap scipt from # the sdl_sound CVS to address bug 31163 until the next release. - aclocal - libtoolize --automake --copy --force - autoheader - automake --foreign --add-missing --copy - autoconf + aclocal || die "aclocal failed" + libtoolize --automake --copy --force || die "libtoolize failed" + autoheader || die "autoheader failed" + automake --foreign --add-missing --copy || die "automake failed" + autoconf || die "autoconf failed" +} +src_compile() { econf \ `use_enable flac` \ `use_enable mikmod` \ `use_enable oggvorbis ogg` \ - --enable-midi || die - + `use_enable physfs` \ + `use_enable speex` \ + --enable-midi \ + || die emake || die "emake failed" } src_install() { einstall || die - dodoc CHANGELOG CREDITS INSTALL README TODO || die "dodoc failed" + dodoc CHANGELOG CREDITS INSTALL README TODO } |