From ec5a025bbc82bec0814b29407d96b9fc1ec5e80c Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 22 Oct 2013 08:36:18 -0700 Subject: [PATCH] Remove old sdl_mixer recipes --- media-libs/sdl_mixer/sdl_mixer-1.2.10.recipe | 26 -------------- media-libs/sdl_mixer/sdl_mixer-1.2.11.recipe | 36 -------------------- media-libs/sdl_mixer/sdl_mixer-1.2.9.recipe | 25 -------------- 3 files changed, 87 deletions(-) delete mode 100644 media-libs/sdl_mixer/sdl_mixer-1.2.10.recipe delete mode 100644 media-libs/sdl_mixer/sdl_mixer-1.2.11.recipe delete mode 100644 media-libs/sdl_mixer/sdl_mixer-1.2.9.recipe diff --git a/media-libs/sdl_mixer/sdl_mixer-1.2.10.recipe b/media-libs/sdl_mixer/sdl_mixer-1.2.10.recipe deleted file mode 100644 index e9d30d1d9..000000000 --- a/media-libs/sdl_mixer/sdl_mixer-1.2.10.recipe +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION="Simple Direct Layer Mixer Library" -HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/" -SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.10.tar.gz" -CHECKSUM_MD5="a357558552436b0b5ea0333b3e2327df" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -BUILD() -{ - cd SDL_mixer-1.2.10 - libtoolize --force --copy --install - cp ltmain.sh build-scripts/ltmain.sh - aclocal --install -I acinclude - ./autogen.sh - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd SDL_mixer-1.2.10 - make install -} - -LICENSE="GNU LGPL v2.1" -COPYRIGHT="1997-2009 Sam Lantinga" diff --git a/media-libs/sdl_mixer/sdl_mixer-1.2.11.recipe b/media-libs/sdl_mixer/sdl_mixer-1.2.11.recipe deleted file mode 100644 index f4a205f2f..000000000 --- a/media-libs/sdl_mixer/sdl_mixer-1.2.11.recipe +++ /dev/null @@ -1,36 +0,0 @@ -DESCRIPTION="Simple Direct Layer Mixer Library" -HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/" -SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.11.tar.gz" -CHECKSUM_MD5="65ada3d997fe85109191a5fb083f248c" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="libsdl >= 1.2.14 - media-libs/flac >= 1.2.1 - media-libs/libmad >= 0.15.1 - media-libs/libvorbis >= 1.3.1 - media-libs/libmikmod >= 3.1.11 - media-libs/libogg >= 1.2.0 - media-libs/smpeg >= 0.4.5" -BUILD() -{ - cd SDL_mixer-1.2.11 - libtoolize --force --copy --install - cp ltmain.sh build-scripts/ltmain.sh - aclocal --install -I acinclude - ./autogen.sh - MANDIR=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man - LIBDIR=`finddir B_COMMON_LIB_DIRECTORY` - ./configure --prefix=`finddir B_COMMON_DIRECTORY` \ - --libdir=$LIBDIR \ - --mandir=$MANDIR \ - --enable-music-midi - make -} - -INSTALL() -{ - cd SDL_mixer-1.2.11 - make install -} -LICENSE="GNU LGPL v2.1" -COPYRIGHT="1997-2009 Sam Lantinga" diff --git a/media-libs/sdl_mixer/sdl_mixer-1.2.9.recipe b/media-libs/sdl_mixer/sdl_mixer-1.2.9.recipe deleted file mode 100644 index b1e9c4e91..000000000 --- a/media-libs/sdl_mixer/sdl_mixer-1.2.9.recipe +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION="Simple Direct Layer Mixer Library" -HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/" -SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.9.tar.gz" -CHECKSUM_MD5="09eb4585f46d3527fe7fce8af8f9e591" -REVISION="1" -STATUS_HAIKU="stable" -DEPEND="" -BUILD() -{ - cd SDL_mixer-1.2.9 - libtoolize --force --copy --install - cp ltmain.sh build-scripts/ltmain.sh - aclocal --install -I acinclude - ./autogen.sh - ./configure --prefix=`finddir B_COMMON_DIRECTORY` - make -} - -INSTALL() -{ - cd SDL_mixer-1.2.9 - make install -} -LICENSE="GNU LGPL v2.1" -COPYRIGHT="1997-2009 Sam Lantinga"