[Lunar-commits] r20713 - moonbase/trunk/graphics/SDL
Dennis Veatch
stumbles at lunar-linux.org
Thu Jul 13 15:27:00 UTC 2006
Author: stumbles
Date: 2006-07-13 15:27:00 +0000 (Thu, 13 Jul 2006)
New Revision: 20713
Added:
moonbase/trunk/graphics/SDL/BUILD
Modified:
moonbase/trunk/graphics/SDL/DETAILS
Log:
Putting this back as it was. Though "links -g" works just fine here,
others note a segfault. Something I was not able to reproduce.
Added: moonbase/trunk/graphics/SDL/BUILD
===================================================================
--- moonbase/trunk/graphics/SDL/BUILD (rev 0)
+++ moonbase/trunk/graphics/SDL/BUILD 2006-07-13 15:27:00 UTC (rev 20713)
@@ -0,0 +1,6 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/graphics/SDL/DETAILS
===================================================================
--- moonbase/trunk/graphics/SDL/DETAILS 2006-07-13 14:27:59 UTC (rev 20712)
+++ moonbase/trunk/graphics/SDL/DETAILS 2006-07-13 15:27:00 UTC (rev 20713)
@@ -1,11 +1,13 @@
MODULE=SDL
- VERSION=1.2.10
+ VERSION=1.2.9
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://www.libsdl.org/release/
- SOURCE_VFY=sha1:ad64b3b58b3cf83a28a1c21bedf270da43118f67
+ SOURCE2_URL=$PATCH_URL/
+ SOURCE_VFY=sha1:89ed249f0ca163d89110b71f776443442f080fce
+ SOURCE2_VFY=sha1:89ed249f0ca163d89110b71f776443442f080fce
WEB_SITE=http://www.libsdl.org
ENTERED=20010922
- UPDATED=20060713
+ UPDATED=20060531
SHORT="portable game library for low-level access to hardware."
cat << EOF
More information about the Lunar-commits
mailing list