[Lunar-commits] r20146 - moonbase/trunk/graphics/SDL

Terry Chan tchan at lunar-linux.org
Sat May 20 02:58:11 UTC 2006


Author: tchan
Date: 2006-05-20 02:58:10 +0000 (Sat, 20 May 2006)
New Revision: 20146

Added:
   moonbase/trunk/graphics/SDL/BUILD
Modified:
   moonbase/trunk/graphics/SDL/DETAILS
Log:
Reverting SDL back to 1.2.9 as 1.2.10 breaks links2 -- "links -g test.html"
segfaults with SDL-1.2.10.


Copied: moonbase/trunk/graphics/SDL/BUILD (from rev 17228, moonbase/trunk/graphics/SDL/BUILD)
===================================================================
--- moonbase/trunk/graphics/SDL/BUILD	                        (rev 0)
+++ moonbase/trunk/graphics/SDL/BUILD	2006-05-20 02:58:10 UTC (rev 20146)
@@ -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-05-20 02:56:58 UTC (rev 20145)
+++ moonbase/trunk/graphics/SDL/DETAILS	2006-05-20 02:58:10 UTC (rev 20146)
@@ -1,11 +1,14 @@
           MODULE=SDL
-         VERSION=1.2.10
+         VERSION=1.2.9
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-gcc4.patch.bz2
       SOURCE_URL=http://www.libsdl.org/release/
-      SOURCE_VFY=sha1:ad64b3b58b3cf83a28a1c21bedf270da43118f67
+     SOURCE2_URL=$PATCH_URL/
+      SOURCE_VFY=sha1:8140de00e73ccdbdee196fa8fd9952ddb3cc75f1
+     SOURCE2_VFY=sha1:89ed249f0ca163d89110b71f776443442f080fce
         WEB_SITE=http://www.libsdl.org
          ENTERED=20010922
-         UPDATED=20060518
+         UPDATED=20060519
            SHORT="portable game library for low-level access to hardware."
 
 cat << EOF



More information about the Lunar-commits mailing list