diff options
author | adam <adam@pkgsrc.org> | 2006-06-14 19:20:05 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-06-14 19:20:05 +0000 |
commit | e57912d09b4c14947ac1c072f6ab98bca6024692 (patch) | |
tree | 339d8134eee5e36e42d8a5d61ac6a16b67385a5a /graphics | |
parent | b9971fb7345bb65825da02960a595d5127c7b1e5 (diff) | |
download | pkgsrc-e57912d09b4c14947ac1c072f6ab98bca6024692.tar.gz |
Fix buildling for gcc4
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/openexr/DESCR | 7 | ||||
-rw-r--r-- | graphics/openexr/buildlink3.mk | 4 | ||||
-rw-r--r-- | graphics/openexr/distinfo | 3 | ||||
-rw-r--r-- | graphics/openexr/patches/patch-aa | 12 |
4 files changed, 16 insertions, 10 deletions
diff --git a/graphics/openexr/DESCR b/graphics/openexr/DESCR index 5574b9693d1..9b9720d3d69 100644 --- a/graphics/openexr/DESCR +++ b/graphics/openexr/DESCR @@ -20,10 +20,3 @@ OpenEXR's features include: New image attributes (strings, vectors, integers, etc.) can be added to OpenEXR image headers without affecting backward compatibility with existing OpenEXR applications. - -This package provides development headers and libraries. It provides -tools to display an OpenEXR image on the screen, convert OpenEXR -latitude-longitude environment maps into cube-face environment maps -(or vice versa), add preview image to header, produce tiled versions -of an image, set the values of one or more standard attributes in -the image's header, and print an image file's header. diff --git a/graphics/openexr/buildlink3.mk b/graphics/openexr/buildlink3.mk index 669a0568d35..f737cfe4c1e 100644 --- a/graphics/openexr/buildlink3.mk +++ b/graphics/openexr/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2006/04/12 10:27:19 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2006/06/14 19:20:05 adam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ OPENEXR_BUILDLINK3_MK:= ${OPENEXR_BUILDLINK3_MK}+ @@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= openexr .if !empty(OPENEXR_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.openexr+= openexr>=1.2.1 -BUILDLINK_ABI_DEPENDS.openexr?= openexr>=1.2.2nb1 +BUILDLINK_ABI_DEPENDS.openexr+= openexr>=1.2.2nb1 BUILDLINK_PKGSRCDIR.openexr?= ../../graphics/openexr .endif # OPENEXR_BUILDLINK3_MK diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo index e5ac638d769..ad888811844 100644 --- a/graphics/openexr/distinfo +++ b/graphics/openexr/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2005/03/29 16:02:36 wiz Exp $ +$NetBSD: distinfo,v 1.4 2006/06/14 19:20:05 adam Exp $ SHA1 (OpenEXR-1.2.2.tar.gz) = 8ee37cd2a95b8561a4c850cc35781dec87b77bbf RMD160 (OpenEXR-1.2.2.tar.gz) = 54ceab6aa7a848f28a4cbd6cd63ab4023e3e372c Size (OpenEXR-1.2.2.tar.gz) = 9324108 bytes +SHA1 (patch-aa) = 44649695ef175c0e2bf4caea8fcff6811286d559 diff --git a/graphics/openexr/patches/patch-aa b/graphics/openexr/patches/patch-aa new file mode 100644 index 00000000000..7b980cad0b2 --- /dev/null +++ b/graphics/openexr/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2006/06/14 19:20:05 adam Exp $ + +--- exrmaketiled/Image.h.orig 2006-06-14 20:56:22.000000000 +0200 ++++ exrmaketiled/Image.h +@@ -49,6 +49,7 @@ + #include <string> + #include <map> + ++class Image; + + class ImageChannel + { |