summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2012-01-23 08:40:08 +0100
committerJose V Beneyto <sepen@crux.nu>2012-01-23 09:00:48 +0100
commitfa7654f01723dc78333af4c97ac554162b86f110 (patch)
treee6c6c728873e3232fe8cd9a6f6c9279710a3c030
parent478da53830190533e497e9077838922f89c2bb64 (diff)
downloadopt-fa7654f01723dc78333af4c97ac554162b86f110.tar.gz
opt-fa7654f01723dc78333af4c97ac554162b86f110.tar.xz
libsdl: updated to 1.2.15
-rw-r--r--libsdl/.footprint7
-rw-r--r--libsdl/.md5sum3
-rw-r--r--libsdl/Pkgfile8
3 files changed, 8 insertions, 10 deletions
diff --git a/libsdl/.footprint b/libsdl/.footprint
index 727fc5578..56a5222ab 100644
--- a/libsdl/.footprint
+++ b/libsdl/.footprint
@@ -36,12 +36,13 @@ 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.3
--rwxr-xr-x root/root usr/lib/libSDL-1.2.so.0.11.3
+lrwxrwxrwx root/root usr/lib/libSDL-1.2.so.0 -> libSDL-1.2.so.0.11.4
+-rwxr-xr-x root/root usr/lib/libSDL-1.2.so.0.11.4
-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.3
+lrwxrwxrwx root/root usr/lib/libSDL.so -> libSDL-1.2.so.0.11.4
-rw-r--r-- root/root usr/lib/libSDLmain.a
+-rwxr-xr-x root/root usr/lib/libSDLmain.la
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/sdl.pc
drwxr-xr-x root/root usr/man/
diff --git a/libsdl/.md5sum b/libsdl/.md5sum
index 691d96172..8857a0799 100644
--- a/libsdl/.md5sum
+++ b/libsdl/.md5sum
@@ -1,2 +1 @@
-e52086d1b508fa0b76c52ee30b55bec4 SDL-1.2.14.tar.gz
-9d671e27cced1cfd46e373832dd1cf00 libsdl.patch
+9d96df8417572a2afb781a7c4c811a85 SDL-1.2.15.tar.gz
diff --git a/libsdl/Pkgfile b/libsdl/Pkgfile
index cd0ac98f1..f7424e065 100644
--- a/libsdl/Pkgfile
+++ b/libsdl/Pkgfile
@@ -5,14 +5,12 @@
# Depends on: alsa-lib mesa3d
name=libsdl
-version=1.2.14
-release=2
-source=(http://www.libsdl.org/release/SDL-$version.tar.gz \
- $name.patch)
+version=1.2.15
+release=1
+source=(http://www.libsdl.org/release/SDL-$version.tar.gz)
build () {
cd SDL-$version
- patch -p1 -i $SRC/$name.patch
./configure --prefix=/usr \
--enable-alsa \

Generated by cgit