From 74895b5d17489705cd2be71d5c8401d298bdc01f Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 20 Oct 2009 08:46:36 +0000 Subject: [PATCH] Initial .bep file for sdl-mixer-1.2.9, and updated sdl-image-1.2.8.bep for the new release. --- media-libs/sdl-image/sdl-image-1.2.8.bep | 9 +++++++-- media-libs/sdl-mixer/sdl-mixer-1.2.9.bep | 24 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 media-libs/sdl-mixer/sdl-mixer-1.2.9.bep diff --git a/media-libs/sdl-image/sdl-image-1.2.8.bep b/media-libs/sdl-image/sdl-image-1.2.8.bep index e89a0ae8a..e7464537c 100644 --- a/media-libs/sdl-image/sdl-image-1.2.8.bep +++ b/media-libs/sdl-image/sdl-image-1.2.8.bep @@ -1,13 +1,18 @@ DESCRIPTION="Simple Direct Media Layer Image Library" HOMEPAGE="http://www.libsdl.org/projects/SDL_image" -SRC_URI="http://www.libsdl.org/tmp/SDL_image/release/SDL_image-1.2.8.tar.gz" +SRC_URI="http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.8.tar.gz" REVISION="1" STATUS_HAIKU="stable" DEPEND="" BUILD { cd SDL_image-1.2.8 - ./autogen.sh + cp /boot/common/share/aclocal/libtool.m4 acinclude + cp /boot/common/share/aclocal/ltoptions.m4 acinclude + cp /boot/common/share/aclocal/ltversion.m4 acinclude + cp /boot/common/share/aclocal/ltsugar.m4 acinclude + cp /boot/common/share/aclocal/lt~obsolete.m4 acinclude libtoolize --force --copy --install + aclocal -I acinclude ./autogen.sh ./configure --prefix=/boot/common make diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.9.bep b/media-libs/sdl-mixer/sdl-mixer-1.2.9.bep new file mode 100644 index 000000000..1f160c7cb --- /dev/null +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.9.bep @@ -0,0 +1,24 @@ +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" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd SDL_mixer-1.2.9 + libtoolize --force --copy --install + cp ltmain.sh build-scripts/ltmain.sh + cp /boot/common/share/aclocal/libtool.m4 acinclude + cp /boot/common/share/aclocal/ltoptions.m4 acinclude + cp /boot/common/share/aclocal/ltversion.m4 acinclude + cp /boot/common/share/aclocal/ltsugar.m4 acinclude + cp /boot/common/share/aclocal/lt~obsolete.m4 acinclude + ./autogen.sh + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd SDL_mixer-1.2.9 + make install +}