[Lunar-commits] r17783 - moonbase/trunk/libs/OpenEXR

Florin Braescu florin at lunar-linux.org
Sun Dec 25 13:26:28 UTC 2005


Author: florin
Date: 2005-12-25 13:26:28 +0000 (Sun, 25 Dec 2005)
New Revision: 17783

Added:
   moonbase/trunk/libs/OpenEXR/BUILD
Modified:
   moonbase/trunk/libs/OpenEXR/DETAILS
Log:
add a patch to compile with gcc 4.x.

Added: moonbase/trunk/libs/OpenEXR/BUILD
===================================================================
--- moonbase/trunk/libs/OpenEXR/BUILD	2005-12-25 13:06:10 UTC (rev 17782)
+++ moonbase/trunk/libs/OpenEXR/BUILD	2005-12-25 13:26:28 UTC (rev 17783)
@@ -0,0 +1,6 @@
+(
+  
+  patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+  default_build
+
+) > $C_FIFO 2>&1

Modified: moonbase/trunk/libs/OpenEXR/DETAILS
===================================================================
--- moonbase/trunk/libs/OpenEXR/DETAILS	2005-12-25 13:06:10 UTC (rev 17782)
+++ moonbase/trunk/libs/OpenEXR/DETAILS	2005-12-25 13:26:28 UTC (rev 17783)
@@ -1,19 +1,34 @@
           MODULE=OpenEXR
          VERSION=1.2.2
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-gcc4.patch.bz2
       SOURCE_URL=http://savannah.nongnu.org/download/openexr/
+     SOURCE2_URL=$PATCH_URL/
       SOURCE_VFY=sha1:8ee37cd2a95b8561a4c850cc35781dec87b77bbf
+     SOURCE2_VFY=sha1:5155ef44d886d14ae274a621cabb9e694353898c
         WEB_SITE=http://www.openexr.com/index.html
+      MAINTAINER=dveatch at lunar-linux.org
          ENTERED=20050601
-         UPDATED=20050601
+         UPDATED=20051225
            SHORT="A high dynamic-range (HDR) image file format"
 
 cat << EOF
-OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.
+OpenEXR is a high dynamic-range (HDR) image file format developed by 
+Industrial Light & Magic for use in computer imaging applications.
 OpenEXR's features include: 
-Higher dynamic range and color precision than existing 8- and 10-bit image file formats. 
-Support for 16-bit floating-point, 32-bit floating-point, and 32-bit integer pixels. The 16-bit floating-point format, called "half", is compatible with the half data type in NVIDIA's Cg graphics language and is supported natively on their new GeForce FX and Quadro FX 3D graphics solutions. 
-Multiple lossless image compression algorithms. Some of the included codecs can achieve 2:1 lossless compression ratios on images with film grain. 
-Extensibility. New compression codecs and image types can easily be added by extending the C++ classes included in the OpenEXR software distribution. New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications.
-Thanks to Dennis Veatch, creator of this module.
+  - Higher dynamic range and color precision than existing 8 and 10-bit 
+  image file formats. 
+  - Support for 16-bit floating-point, 32-bit floating-point, and 32-bit 
+  integer pixels. The 16-bit floating-point format, called "half", is 
+  compatible with the half data type in NVIDIA's Cg graphics language 
+  and is supported natively on their new GeForce FX and Quadro FX 3D 
+  graphics solutions. 
+  - Multiple lossless image compression algorithms. Some of the included 
+  codecs can achieve 2:1 lossless compression ratios on images with film 
+  grain. 
+  - Extensibility. New compression codecs and image types can easily be 
+  added by extending the C++ classes included in the OpenEXR software 
+  distribution. New image attributes (strings, vectors, integers, etc.) 
+  can be added to OpenEXR image headers without affecting backward 
+  compatibility with existing OpenEXR applications.
 EOF



More information about the Lunar-commits mailing list