[csw-devel] SF.net SVN: gar:[3282] csw/mgar/pkg/openexr/trunk
hson at users.sourceforge.net
hson at users.sourceforge.net
Fri Feb 20 05:36:13 CET 2009
Revision: 3282
http://gar.svn.sourceforge.net/gar/?rev=3282&view=rev
Author: hson
Date: 2009-02-20 04:36:12 +0000 (Fri, 20 Feb 2009)
Log Message:
-----------
openexr: Include old library files plus update to dynamic gspec
Modified Paths:
--------------
csw/mgar/pkg/openexr/trunk/Makefile
csw/mgar/pkg/openexr/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.i
csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.s
Modified: csw/mgar/pkg/openexr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openexr/trunk/Makefile 2009-02-20 03:17:49 UTC (rev 3281)
+++ csw/mgar/pkg/openexr/trunk/Makefile 2009-02-20 04:36:12 UTC (rev 3282)
@@ -4,13 +4,27 @@
DESCRIPTION = high dynamic-range (HDR) image file format developed by Industrial Light & Magic
define BLURB
- high dynamic-range (HDR) image file format developed by Industrial Light & Magic
+ IlmImf is our "EXR" file format for storing 16-bit FP images. Libraries in
+ this package depend on the IlmBase library.
+
+ See the IlmImfExamples directory for some code that demonstrates how
+ to use the IlmImf library to read and write OpenEXR files. The doc
+ directory contains some high-level documentation and history about the
+ OpenEXR format.
+
+ If you have questions about using the OpenEXR libraries, you may want
+ to join our developer mailing list. See http://www.openexr.com for
+ details.
endef
MASTER_SITES = http://savannah.nongnu.org/download/openexr/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-DISTFILES += $(call admfiles,CSWopenexr,)
+DISTFILES += libIlmImf.so.2.0.2.i
+DISTFILES += libIlmImf.so.2.0.2.s
+SPKG_SOURCEURL = http://www.openexr.com
+LICENSE = LICENSE
+
REQUIRED_PKGS += CSWilmbase CSWzlib
# We define upstream file regex so we can be notifed of new upstream software release
@@ -18,9 +32,17 @@
CONFIGURE_ARGS = $(DIRPATHS)
-LDFLAGS += -lCstd -lCrun -lc -lm
-export LDFLAGS
+LIBS += -lCstd -lCrun -lc -lm
+export LIBS
TEST_SCRIPTS =
include gar/category.mk
+
+post-install-isa-sparcv8:
+ @cp $(FILEDIR)/libIlmImf.so.2.0.2.s $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2.0.2
+ @ln -s libIlmImf.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2
+
+post-install-isa-i386:
+ @cp $(FILEDIR)/libIlmImf.so.2.0.2.i $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2.0.2
+ @ln -s libIlmImf.so.2.0.2 $(INSTALLISADIR)/opt/csw/lib/libIlmImf.so.2
Modified: csw/mgar/pkg/openexr/trunk/checksums
===================================================================
--- csw/mgar/pkg/openexr/trunk/checksums 2009-02-20 03:17:49 UTC (rev 3281)
+++ csw/mgar/pkg/openexr/trunk/checksums 2009-02-20 04:36:12 UTC (rev 3282)
@@ -1,2 +1,3 @@
11951f164f9c872b183df75e66de145a download/openexr-1.6.1.tar.gz
-ff22aa47e8342f95cbea034d212a4433 download/CSWopenexr.gspec
+0d08a0c9f251d385b5d3c86ac7da84e5 download/libIlmImf.so.2.0.2.i
+32dec457461b5d371eb2dd4a2e5d2231 download/libIlmImf.so.2.0.2.s
Added: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.i
===================================================================
(Binary files differ)
Property changes on: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.i
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.s
===================================================================
(Binary files differ)
Property changes on: csw/mgar/pkg/openexr/trunk/files/libIlmImf.so.2.0.2.s
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list