diff --git a/packages/addons/games/sauerbraten/changelog.txt b/packages/addons/games/sauerbraten/changelog.txt index b660bff93a..86b3a1ab69 100644 --- a/packages/addons/games/sauerbraten/changelog.txt +++ b/packages/addons/games/sauerbraten/changelog.txt @@ -1,2 +1,5 @@ +0.90.2 +- update to sauerbraten-2010_07_28 + 0.90.1 -- initial version sauerbraten-2009.05.04 \ No newline at end of file +- initial version sauerbraten-2009.05.04 diff --git a/packages/addons/games/sauerbraten/meta b/packages/addons/games/sauerbraten/meta index c1ee548d90..f9596c248e 100644 --- a/packages/addons/games/sauerbraten/meta +++ b/packages/addons/games/sauerbraten/meta @@ -1,10 +1,10 @@ PKG_NAME="sauerbraten" -PKG_VERSION="2009_05_04" -PKG_REV="1" +PKG_VERSION="2010_07_28" +PKG_REV="2" PKG_ARCH="any" PKG_LICENSE="OSS" PKG_SITE="http://sauerbraten.org/" -PKG_URL="http://downloads.sourceforge.net/project/sauerbraten/sauerbraten/$PKG_VERSION/${PKG_NAME}_${PKG_VERSION}_trooper_edition_linux.tar.bz2" +PKG_URL="http://downloads.sourceforge.net/project/sauerbraten/sauerbraten/2010_07_19/${PKG_NAME}_${PKG_VERSION}_justice_edition_linux.tar.bz2" PKG_DEPENDS="zlib libpng $LIBJPEG libX11 SDL SDL_image SDL_mixer $MESA" PKG_BUILD_DEPENDS="toolchain zlib libpng $LIBJPEG libX11 SDL SDL_image SDL_mixer $MESA" PKG_PRIORITY="optional" diff --git a/packages/addons/games/sauerbraten/patches/sauerbraten-fix_includes_and_libs-0.1.diff b/packages/addons/games/sauerbraten/patches/sauerbraten-fix_includes_and_libs-0.1.diff index 9b27089586..65f0a5355d 100644 --- a/packages/addons/games/sauerbraten/patches/sauerbraten-fix_includes_and_libs-0.1.diff +++ b/packages/addons/games/sauerbraten/patches/sauerbraten-fix_includes_and_libs-0.1.diff @@ -1,14 +1,14 @@ diff -Naur sauerbraten/src/Makefile sauerbraten.patch/src/Makefile ---- sauerbraten/src/Makefile 2009-04-22 19:47:44.000000000 +0200 -+++ sauerbraten.patch/src/Makefile 2010-07-18 20:21:19.321805286 +0200 -@@ -18,8 +18,8 @@ +--- sauerbraten/src/Makefile 2010-05-13 20:30:28.000000000 +0200 ++++ sauerbraten.patch/src/Makefile 2010-11-04 01:03:27.636654907 +0100 +@@ -20,8 +20,8 @@ CLIENT_INCLUDES= $(INCLUDES) -Iinclude CLIENT_LIBS= -mwindows -Llib -lSDL -lSDL_image -lSDL_mixer -lzdll -lopengl32 -lenet -lws2_32 -lwinmm else -CLIENT_INCLUDES= $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags` --CLIENT_LIBS= -Lenet -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL +-CLIENT_LIBS= -Lenet/.libs -lenet -L/usr/X11R6/lib `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL +CLIENT_INCLUDES= $(INCLUDES) `sdl-config --cflags` -+CLIENT_LIBS= -Lenet -lenet `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL ++CLIENT_LIBS= -Lenet/.libs -lenet `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL endif ifeq ($(PLATFORM),Linux) CLIENT_LIBS+= -lrt