[Lunar-commits] r22112 - moonbase/trunk/graphics/iv

Dennis Veatch stumbles at lunar-linux.org
Wed Nov 8 13:21:10 CET 2006


Author: stumbles
Date: 2006-11-08 13:21:09 +0100 (Wed, 08 Nov 2006)
New Revision: 22112

Modified:
   moonbase/trunk/graphics/iv/BUILD
   moonbase/trunk/graphics/iv/DETAILS
Log:

Version bump and quite the large one but it works.



Modified: moonbase/trunk/graphics/iv/BUILD
===================================================================
--- moonbase/trunk/graphics/iv/BUILD	2006-11-08 05:09:28 UTC (rev 22111)
+++ moonbase/trunk/graphics/iv/BUILD	2006-11-08 12:21:09 UTC (rev 22112)
@@ -1,12 +1,11 @@
 (
-  sedit "s/MAN_DIR   = \$(PREFIX)\/man\//MAN_DIR   = \$(PREFIX)\/share\/man\//" iv/Makefile.install.UNIX
 
-  # On next update please test without this line, this fixes the build.
-  sedit "s/extern bool isblank(int c);/#include <ctype.h>/" include/xsw_ctype.h &&
+  unset CPP
 
-  cd iv             &&
-  make              &&
-  prepare_install   &&
-  make install 
+  ./configure Linux --prefix=/usr       \
+                    --disable="libgif"  \
+                    $OPTS              &&
 
+  default_make
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/graphics/iv/DETAILS
===================================================================
--- moonbase/trunk/graphics/iv/DETAILS	2006-11-08 05:09:28 UTC (rev 22111)
+++ moonbase/trunk/graphics/iv/DETAILS	2006-11-08 12:21:09 UTC (rev 22112)
@@ -1,11 +1,11 @@
           MODULE=iv
-         VERSION=0.1.12
-	  SOURCE=$MODULE-$VERSION.tgz
-   SOURCE_URL[0]=ftp://wolfpack.twu.net/users/wolfpack/
+         VERSION=2.1.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+   SOURCE_URL[0]=http://wolfpack.twu.net/users/wolfpack/
+      SOURCE_VFY=285f011a45a946352cc1f35ed88c7328266ecead
         WEB_SITE=http://wolfpack.twu.net/utilities.html#iv
          ENTERED=20020512
          UPDATED=20020831
-      MAINTAINER=kongar at tsrsb.org.tr
            SHORT="imageviewer, default for endeavour"
 cat << EOF
 iv is an imageviewer, default for endaevour



More information about the Lunar-commits mailing list