diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-23 00:49:50 +0000 |
commit | 04350be86408534f5a86963f7ebc778b503243c0 (patch) | |
tree | e785df12b920643e4fab40721cae566d41d49f02 /media-libs/sdl-sound | |
parent | added SGI's free software B license (diff) | |
download | gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.gz gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.tar.bz2 gentoo-2-04350be86408534f5a86963f7ebc778b503243c0.zip |
repoman'd
Diffstat (limited to 'media-libs/sdl-sound')
-rw-r--r-- | media-libs/sdl-sound/files/digest-sdl-sound-0.1.4-r1 | 1 | ||||
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-0.1.4-r1.ebuild | 34 | ||||
-rw-r--r-- | media-libs/sdl-sound/sdl-sound-0.1.5.ebuild | 14 |
3 files changed, 7 insertions, 42 deletions
diff --git a/media-libs/sdl-sound/files/digest-sdl-sound-0.1.4-r1 b/media-libs/sdl-sound/files/digest-sdl-sound-0.1.4-r1 deleted file mode 100644 index 8172d7b86db3..000000000000 --- a/media-libs/sdl-sound/files/digest-sdl-sound-0.1.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d40d64ec615098b29b5156c033385dec SDL_sound-0.1.4.tar.gz 226890 diff --git a/media-libs/sdl-sound/sdl-sound-0.1.4-r1.ebuild b/media-libs/sdl-sound/sdl-sound-0.1.4-r1.ebuild deleted file mode 100644 index 48d15f836a26..000000000000 --- a/media-libs/sdl-sound/sdl-sound-0.1.4-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyriht 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-0.1.4-r1.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ - -MY_P="${P/sdl-/SDL_}" -S=${WORKDIR}/${MY_P} -DESCRIPTION="A library that handles the decoding sound file formats" -SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz" -HOMEPAGE="http://icculus.org/SDL_sound/" - -DEPEND="virtual/glibc - >=media-libs/libsdl-1.2.3 - >=media-libs/smpeg-0.4.4-r1 - >=media-libs/libmikmod-3.1.9 - oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" - - -src_compile() { - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --enable-midi \ - --disable-flac || die - - emake || die -} - -src_install() { - - make DESTDIR=${D} install || die - - dodoc CHANGELOG COPYING CREDITS INSTALL README TODO -} diff --git a/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild b/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild index 3414c968cc6a..a9ef2a45f8cb 100644 --- a/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild +++ b/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild @@ -1,6 +1,6 @@ # Copyriht 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild,v 1.2 2002/07/11 06:30:39 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-0.1.5.ebuild,v 1.3 2002/07/23 00:49:50 seemant Exp $ MY_P="${P/sdl-/SDL_}" S=${WORKDIR}/${MY_P} @@ -8,18 +8,18 @@ DESCRIPTION="A library that handles the decoding sound file formats" SRC_URI="http://icculus.org/SDL_sound/downloads/${MY_P}.tar.gz" HOMEPAGE="http://icculus.org/SDL_sound/" -DEPEND="virtual/glibc - >=media-libs/libsdl-1.2.4 +SLOT="0" +LICENSE="LGPL-2.1" +KEYWORDS="x86" + +DEPEND=">=media-libs/libsdl-1.2.4 >=media-libs/smpeg-0.4.4-r1 >=media-libs/libmikmod-3.1.9 oggvorbis? ( >=media-libs/libvorbis-1.0_beta4 )" - src_compile() { - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ + econf \ --enable-midi \ --disable-flac || die |