[Lunar-commits] CVS: moonbase/libs/ClanLib BUILD, 1.1, 1.2 DEPENDS, 1.1.1.1, 1.2 DETAILS, 1.7, 1.8

Moritz Heiber moe at lunar-linux.org
Thu Apr 7 16:48:52 UTC 2005


Update of /var/cvs/lunar/moonbase/libs/ClanLib
In directory espresso.foo-projects.org:/tmp/cvs-serv17658

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
Reworking the Clanlib module. No docs as the autotools for
them are horribly broken and they're installing html files
with special characters in them (braindead action of the month).

Hermes is no longer needed (as stated on their homepage).

automake covers autoconf.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/ClanLib/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	1 Jul 2004 14:42:36 -0000	1.1
+++ BUILD	7 Apr 2005 16:48:50 -0000	1.2
@@ -1,6 +1,10 @@
 (
+  # No docs until the clanlib developers fix their autotools
+  OPTS="$OPTS --disable-docs" 
+ 
+  sedit "s/Documentation //g" Makefile.in &&
 
   default_build &&
-  ln -sf /usr/include/ClanLib-$LVERSION /usr/include/ClanLib
+  ln -sf /usr/include/ClanLib-${VERSION:0:3} /usr/include/ClanLib
 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/ClanLib/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS	21 Aug 2002 00:55:16 -0000	1.1.1.1
+++ DEPENDS	7 Apr 2005 16:48:50 -0000	1.2
@@ -1,3 +1,3 @@
-depends  autoconf  &&
-depends  automake  &&
-depends  Hermes
+depends  automake &&
+
+optional_depends  "SDL_gfx" "" "" "to enable SDL_gfx support"

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/ClanLib/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS	5 Oct 2004 09:30:10 -0000	1.7
+++ DETAILS	7 Apr 2005 16:48:50 -0000	1.8
@@ -1,17 +1,14 @@
           MODULE=ClanLib
          VERSION=0.7.8-1
  	   MAJOR=0.7.8
-        # VERSION=0.7.6
           SOURCE=$MODULE-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$MAJOR
-   SOURCE_URL[0]=http://www.clanlib.org/~sphair/download/
-   SOURCE_URL[1]=http://www.clanlib.org/download/files/
-   SOURCE_VFY=md5:c034e1cf0485cdc377e1e4e83f99640b
-       WEB_SITE=http://clanlib.org
+      SOURCE_URL=http://www.clanlib.org/download/files/
+      SOURCE_VFY=sha1:1416b09d8aa3549b1adeef50ba00df59b20917e6
+        WEB_SITE=http://clanlib.org
          ENTERED=20011105
          UPDATED=20040511
-       MAINTAINER=nhudson at speakeasy.net.net
-          SHORT="Multi-Platform game development library"
+           SHORT="Multi-Platform game development library"
 
 cat << EOF
 Clanlib is a medium level development kit.  At its lowest levell it



More information about the Lunar-commits mailing list