[Lunar-commits] <moonbase> SDL: some bugfixes
Paul Bredbury
brebs at lunar-linux.org
Tue Jan 18 11:05:01 CET 2011
commit 24e5313cd6992ddbb3b1f6114072840d6d649c3e
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Tue Jan 18 17:05:01 2011 +0700
SDL: some bugfixes
---
graphics/SDL/BUILD | 8 ++++++++
graphics/SDL/DETAILS | 5 ++++-
2 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/graphics/SDL/BUILD b/graphics/SDL/BUILD
new file mode 100644
index 0000000..eff11f7
--- /dev/null
+++ b/graphics/SDL/BUILD
@@ -0,0 +1,8 @@
+(
+
+ # Fix 3 bugs regarding joystick, mouse cursor, crash on exit
+ patch_it $SOURCE2 1 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/graphics/SDL/DETAILS b/graphics/SDL/DETAILS
index 222888c..e3579a4 100644
--- a/graphics/SDL/DETAILS
+++ b/graphics/SDL/DETAILS
@@ -1,12 +1,15 @@
MODULE=SDL
VERSION=1.2.14
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=SDL-1.2.14-joystick-button-xio.patch.bz2
SOURCE_URL[0]=$SFORGE_URL/libsdl
SOURCE_URL[1]=http://www.libsdl.org/release
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:ba625b4b404589b97e92d7acd165992debe576dd
+ SOURCE2_VFY=sha1:86c5ee644fdb17f4bbc8283f8bc8e26f42af9c0a
WEB_SITE=http://www.libsdl.org
ENTERED=20010922
- UPDATED=20091021
+ UPDATED=20110116
SHORT="A portable game library for low-level access to hardware"
cat << EOF
More information about the Lunar-commits
mailing list