ports/opt (2.4): libsdl: updated to 1.2.13 (thanks tilman)
commit 838b7a6179deba2d05d90159189855bf42006e37 Author: Simone Rota <sip@crux.nu> Date: Wed Apr 2 01:34:58 2008 +0000 libsdl: updated to 1.2.13 (thanks tilman) diff --git a/libsdl/.footprint b/libsdl/.footprint index 92559bc..d076a39 100644 --- a/libsdl/.footprint +++ b/libsdl/.footprint @@ -36,11 +36,11 @@ drwxr-xr-x root/root usr/include/SDL/ -rw-r--r-- root/root usr/include/SDL/begin_code.h -rw-r--r-- root/root usr/include/SDL/close_code.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libSDL-1.2.so.0 -> libSDL-1.2.so.0.11.1 --rwxr-xr-x root/root usr/lib/libSDL-1.2.so.0.11.1 +lrwxrwxrwx root/root usr/lib/libSDL-1.2.so.0 -> libSDL-1.2.so.0.11.2 +-rwxr-xr-x root/root usr/lib/libSDL-1.2.so.0.11.2 -rw-r--r-- root/root usr/lib/libSDL.a -rwxr-xr-x root/root usr/lib/libSDL.la -lrwxrwxrwx root/root usr/lib/libSDL.so -> libSDL-1.2.so.0.11.1 +lrwxrwxrwx root/root usr/lib/libSDL.so -> libSDL-1.2.so.0.11.2 -rw-r--r-- root/root usr/lib/libSDLmain.a drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/sdl.pc diff --git a/libsdl/.md5sum b/libsdl/.md5sum index ae140aa..0cb952e 100644 --- a/libsdl/.md5sum +++ b/libsdl/.md5sum @@ -1 +1 @@ -544b4554986e51eed6d34435cf9c5f3f SDL-1.2.12.tar.gz +c6660feea2a6834de10bc71b2f8e4d88 SDL-1.2.13.tar.gz diff --git a/libsdl/Pkgfile b/libsdl/Pkgfile index 09f426d..acf3c33 100644 --- a/libsdl/Pkgfile +++ b/libsdl/Pkgfile @@ -6,7 +6,7 @@ # Depends on: alsa-lib name=libsdl -version=1.2.12 +version=1.2.13 release=1 source=(http://www.libsdl.org/release/SDL-$version.tar.gz) @@ -14,7 +14,7 @@ build () { cd SDL-$version #patch -p1 -i $SRC/$name-$version-gcc4.patch ./configure --prefix=/usr \ - --enable-alsa + --enable-alsa --mandir=/usr/man make make DESTDIR=$PKG install }
participants (1)
-
crux@crux.nu