[csw-devel] SF.net SVN: gar:[8966] csw/mgar/pkg/openexr/trunk/Makefile
hson at users.sourceforge.net
hson at users.sourceforge.net
Thu Mar 4 15:30:59 CET 2010
Revision: 8966
http://gar.svn.sourceforge.net/gar/?rev=8966&view=rev
Author: hson
Date: 2010-03-04 14:30:59 +0000 (Thu, 04 Mar 2010)
Log Message:
-----------
openexr: Split package
Modified Paths:
--------------
csw/mgar/pkg/openexr/trunk/Makefile
Modified: csw/mgar/pkg/openexr/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openexr/trunk/Makefile 2010-03-04 13:14:24 UTC (rev 8965)
+++ csw/mgar/pkg/openexr/trunk/Makefile 2010-03-04 14:30:59 UTC (rev 8966)
@@ -2,7 +2,7 @@
GARVERSION = 1.6.1
CATEGORIES = lib
-DESCRIPTION = high dynamic-range (HDR) image file format developed by Industrial Light & Magic
+DESCRIPTION = High dynamic-range (HDR) image file format developed by Industrial Light & Magic
define BLURB
IlmImf is our "EXR" file format for storing 16-bit FP images. Libraries in
this package depend on the IlmBase library.
@@ -22,16 +22,22 @@
DISTFILES += libIlmImf.so.2.0.2.i
DISTFILES += libIlmImf.so.2.0.2.s
-PACKAGES = CSWopenexr CSWopenexrdevel
+PACKAGES = CSWopenexr CSWopenexrrt CSWopenexrdevel
CATALOGNAME_CSWopenexr = openexr
+CATALOGNAME_CSWopenexrrt = openexr_rt
CATALOGNAME_CSWopenexrdevel = openexr_devel
-SPKG_DESC_CSWopenexr += High dynamic-range (HDR) image file format developed by Industrial Light & Magic
-SPKG_DESC_CSWopenexrdevel += High dynamic-range (HDR) image file format developed by Industrial Light & Magic - developer package
+SPKG_DESC_CSWopenexr += $(DESCRIPTION)
+SPKG_DESC_CSWopenexrrt += $(DESCRIPTION) - runtime package
+SPKG_DESC_CSWopenexrdevel += $(DESCRIPTION) - developer package
+PKGFILES_CSWopenexrrt = $(PKGFILES_RT)
PKGFILES_CSWopenexrdevel = $(PKGFILES_DEVEL)
-RUNTIME_DEP_PKGS_CSWopenexr += CSWilmbase CSWzlib
+RUNTIME_DEP_PKGS_CSWopenexr += CSWopenexrrt
+RUNTIME_DEP_PKGS_CSWopenexr += CSWilmbase
+RUNTIME_DEP_PKGS_CSWopenexr += CSWzlib
+RUNTIME_DEP_PKGS_CSWopenexrrt += CSWilmbase CSWzlib
RUNTIME_DEP_PKGS_CSWopenexrdevel += CSWopenexr
SPKG_SOURCEURL = http://www.openexr.com
@@ -51,7 +57,6 @@
EXTRA_CXX_FLAGS += $(EXTRA_LD_FLAGS_$(MODULATION))
BUILD64 = 1
-NOISAEXEC = 1
# Check fails if library isn't installed /opt/csw/lib and until a 64-bit
# lib is installed test has to be disabled
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