libsdl: updated to 1.2.13 (thanks tilman)

This commit is contained in:
Simone Rota 2008-04-02 01:34:58 +00:00
parent 132da41128
commit 838b7a6179
3 changed files with 6 additions and 6 deletions

View File

@ -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/begin_code.h
-rw-r--r-- root/root usr/include/SDL/close_code.h -rw-r--r-- root/root usr/include/SDL/close_code.h
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libSDL-1.2.so.0 -> 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.1 -rwxr-xr-x root/root usr/lib/libSDL-1.2.so.0.11.2
-rw-r--r-- root/root usr/lib/libSDL.a -rw-r--r-- root/root usr/lib/libSDL.a
-rwxr-xr-x root/root usr/lib/libSDL.la -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 -rw-r--r-- root/root usr/lib/libSDLmain.a
drwxr-xr-x root/root usr/lib/pkgconfig/ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/sdl.pc -rw-r--r-- root/root usr/lib/pkgconfig/sdl.pc

View File

@ -1 +1 @@
544b4554986e51eed6d34435cf9c5f3f SDL-1.2.12.tar.gz c6660feea2a6834de10bc71b2f8e4d88 SDL-1.2.13.tar.gz

View File

@ -6,7 +6,7 @@
# Depends on: alsa-lib # Depends on: alsa-lib
name=libsdl name=libsdl
version=1.2.12 version=1.2.13
release=1 release=1
source=(http://www.libsdl.org/release/SDL-$version.tar.gz) source=(http://www.libsdl.org/release/SDL-$version.tar.gz)
@ -14,7 +14,7 @@ build () {
cd SDL-$version cd SDL-$version
#patch -p1 -i $SRC/$name-$version-gcc4.patch #patch -p1 -i $SRC/$name-$version-gcc4.patch
./configure --prefix=/usr \ ./configure --prefix=/usr \
--enable-alsa --enable-alsa --mandir=/usr/man
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
} }