[Lunar-commits] <moonbase> FreeImage: Version bump and needs a BUILD to insert a missing header.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Aug 29 10:47:58 CEST 2010


commit 97b3bd4be7cd712efd3fac0400ca2a9e0a5797ad
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Aug 29 04:47:58 2010 -0400

    FreeImage: Version bump and needs a BUILD to insert a missing header.
---
 graphics/FreeImage/BUILD   |    7 +++++++
 graphics/FreeImage/DETAILS |    7 +++----
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/graphics/FreeImage/BUILD b/graphics/FreeImage/BUILD
new file mode 100644
index 0000000..13e2691
--- /dev/null
+++ b/graphics/FreeImage/BUILD
@@ -0,0 +1,7 @@
+(
+
+  sed -i "54i #include <string.h>" Source/OpenEXR/Imath/ImathMatrix.h &&
+
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/graphics/FreeImage/DETAILS b/graphics/FreeImage/DETAILS
index 6d090b5..028dcd5 100644
--- a/graphics/FreeImage/DETAILS
+++ b/graphics/FreeImage/DETAILS
@@ -1,14 +1,13 @@
           MODULE=FreeImage
-         VERSION=3131
+         VERSION=3141
           SOURCE=$MODULE$VERSION.zip
       SOURCE_URL=$SFORGE_URL/freeimage/
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
-      SOURCE_VFY=sha1:52ba4453aa9682c57104c3420e58f843aaa6ab61
+      SOURCE_VFY=sha1:cc09671e16460c27242280c2b6100f39974c89e1
         WEB_SITE=http://freeimage.sourceforge.net
          ENTERED=20070822
-         UPDATED=20100217
+         UPDATED=20100829
            SHORT="library for easy using of image formats"
-
 cat << EOF
 FreeImage is an Open Source library project for developers
 who would like to support popular graphics image formats like


More information about the Lunar-commits mailing list