[Lunar-commits] r23331 - moonbase/trunk/graphics/plib

Florin Braescu florin at lunar-linux.org
Sun Feb 18 19:51:40 CET 2007


Author: florin
Date: 2007-02-18 19:51:39 +0100 (Sun, 18 Feb 2007)
New Revision: 23331

Added:
   moonbase/trunk/graphics/plib/BUILD
Modified:
   moonbase/trunk/graphics/plib/DETAILS
Log:
add a patch to compile with gcc 4.1.x and a fix.

Added: moonbase/trunk/graphics/plib/BUILD
===================================================================
--- moonbase/trunk/graphics/plib/BUILD	                        (rev 0)
+++ moonbase/trunk/graphics/plib/BUILD	2007-02-18 18:51:39 UTC (rev 23331)
@@ -0,0 +1,7 @@
+(
+
+  patch_it $SOURCE2 1 &&
+  patch_it $SOURCE3 1 &&
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/graphics/plib/DETAILS
===================================================================
--- moonbase/trunk/graphics/plib/DETAILS	2007-02-18 18:47:55 UTC (rev 23330)
+++ moonbase/trunk/graphics/plib/DETAILS	2007-02-18 18:51:39 UTC (rev 23331)
@@ -1,12 +1,18 @@
            MODULE=plib
          VERSION=1.8.4
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL=http://plib.sourceforge.net/dist/
+         SOURCE2=$MODULE-$VERSION-gcc41.patch.bz2
+         SOURCE3=$MODULE-$VERSION-too-many-axes.patch.bz2
+      SOURCE_URL=http://plib.sourceforge.net/dist/
+     SOURCE2_URL=$PATCH_URL/
+     SOURCE3_URL=$PATCH_URL/
       SOURCE_VFY=sha1:16d3faab36fdde85c5bf620046b56c65dfad6769
+     SOURCE2_VFY=sha1:ddc1f94ef0d6bb5432b61e90bc129fb64e8fdf58
+     SOURCE3_VFY=sha1:6f03d55f9c48fc5df7be9eb8142ada213a5b8e7b
         WEB_SITE=http://plib.sourceforge.net
          ENTERED=20010922
-         UPDATED=20050117
-           SHORT="portable game library."
+         UPDATED=20070218
+           SHORT="A portable game library"
 
 cat << EOF
 PLIB is a set of libraries to write games and other realtime interactive



More information about the Lunar-commits mailing list