[Lunar-commits] <moonbase-other> lensfun: version update & build fix

v4hn me at v4hn.de
Sun May 5 03:58:39 CEST 2013


commit a94fea261ac63fcd42c2986835510d2926988f8f
Author: v4hn <me at v4hn.de>
Date: Sat, 04 May 2013 18:56:58 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a94fea261ac63fcd42c2986835510d2926988f8f

lensfun: version update & build fix
---
  graphics/lensfun/BUILD   | +9/-15    
  graphics/lensfun/DETAILS | +3/-3     
  2 files changed, 12 insertions(+), 18 deletions(-)

--- a/graphics/lensfun/BUILD
+++ b/graphics/lensfun/BUILD
@@ -1,20 +1,14 @@
-(
+sedit "9 i #include <string.h>" libs/auxfun/image.cpp &&
 
-# Just another gcc/glibc adjustment.
-  sedit "s:eol = strchr (var, 0);:eol = (char *)strchr (var, 0);:" tools/makedep/cppsetup.cpp &&
-
-  ./configure --prefix=/usr   \
+./configure --prefix=/usr   \
               $OPTS          &&
+
 # it has some outdated document tags and this fixes some of them
-  if in_depends $MODULE doxygen ; then
-    doxygen -u docs/docs.mak
-  fi
-# end
+if in_depends $MODULE doxygen ; then
+  doxygen -u docs/docs.mak
+fi &&
 
 # Its make process is rather brain dead, you have to specify something.
-  make all        &&
-  prepare_install &&
-  make install
-# end
-
-) > $C_FIFO 2>&1
+make all        &&
+prepare_install &&
+make install
--- a/graphics/lensfun/DETAILS
+++ b/graphics/lensfun/DETAILS
@@ -1,12 +1,12 @@
           MODULE=lensfun
-         VERSION=0.2.6
+         VERSION=0.2.7
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=$MIRROR_URL
    SOURCE_URL[1]=http://download.berlios.de/lensfun
-      SOURCE_VFY=sha1:0d7ffbae5c54159308114f69a9e2bc5f4d24d836
+      SOURCE_VFY=sha1:f26121093dfee85d6371c2c79dae22e6d1b8d0d6
         WEB_SITE=http://lensfun.berlios.de
          ENTERED=20090215
-         UPDATED=20121202
+         UPDATED=20130504
            SHORT="rectifying the defects introduced by your photographic equipment"
 
 cat << EOF




More information about the Lunar-commits mailing list