diff --git a/media-libs/sdl-image/sdl-image-1.2.10.bep b/media-libs/sdl-image/sdl-image-1.2.10.bep new file mode 100644 index 000000000..eaeaf76ad --- /dev/null +++ b/media-libs/sdl-image/sdl-image-1.2.10.bep @@ -0,0 +1,24 @@ +DESCRIPTION="Simple Direct Media Layer Image Library" +HOMEPAGE="http://www.libsdl.org/projects/SDL_image" +SRC_URI="http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.10.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd SDL_image-1.2.10 + 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 +} + +INSTALL { + cd SDL_image-1.2.10 + make install +} diff --git a/media-libs/sdl-image/sdl-image.OptionalPackageDescription b/media-libs/sdl-image/sdl-image.OptionalPackageDescription index 7b2749270..f2e88b177 100644 --- a/media-libs/sdl-image/sdl-image.OptionalPackageDescription +++ b/media-libs/sdl-image/sdl-image.OptionalPackageDescription @@ -1,5 +1,5 @@ Package: sdl-image -Version: 1.2.8 +Version: 1.2.10 Copyright: 1997-2009 Sam Lantinga and Mattias EngdegÄrd License: LGPL v2.1 URL: http://www.libsdl.org/projects/SDL_image/ \ No newline at end of file diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.11.bep b/media-libs/sdl-mixer/sdl-mixer-1.2.11.bep new file mode 100644 index 000000000..6398476cd --- /dev/null +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.11.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.11.tar.gz" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd SDL_mixer-1.2.11 + 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.11 + make install +} diff --git a/media-libs/sdl-mixer/sdl-mixer.OptionalPackageDescription b/media-libs/sdl-mixer/sdl-mixer.OptionalPackageDescription index 04b46a174..fc3e2c09d 100644 --- a/media-libs/sdl-mixer/sdl-mixer.OptionalPackageDescription +++ b/media-libs/sdl-mixer/sdl-mixer.OptionalPackageDescription @@ -1,5 +1,5 @@ Package: sdl-mixer -Version: 1.2.9 +Version: 1.2.11 Copyright: 1997-2009 Sam Lantinga License: LGPL v2.1 -URL: http://www.libsdl.org/projects/SDL_mixer +URL: http://www.libsdl.org/project /SDL_mixer