diff options
author | adam <adam@pkgsrc.org> | 2006-10-26 17:44:10 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-10-26 17:44:10 +0000 |
commit | 3237de0b914b01b953b429bc24a606d1b927ae23 (patch) | |
tree | 9726da1e35d52157ff2f7af6b7013a617d6e625e /graphics | |
parent | 28e60d4230056d402fe2cf3d5cd07cbd228b2069 (diff) | |
download | pkgsrc-3237de0b914b01b953b429bc24a606d1b927ae23.tar.gz |
Changes 1.4.0a:
* Fixed the ReleaseDLL targets for Visual Studio 2003.
Changes 1.4.0:
* Production release.
* Bug Fix: calling setFrameBuffer() for every scan line
while reading a tiled file through the scan line API
returns bad pixel data.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/openexr/Makefile | 8 | ||||
-rw-r--r-- | graphics/openexr/distinfo | 10 | ||||
-rw-r--r-- | graphics/openexr/patches/patch-aa | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index c9feb617349..96c448ca072 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2006/05/08 11:04:40 salo Exp $ +# $NetBSD: Makefile,v 1.10 2006/10/26 17:44:10 adam Exp $ -DISTNAME= OpenEXR-1.2.2 -PKGNAME= openexr-1.2.2 -PKGREVISION= 1 +DISTNAME= openexr-1.4.0a +PKGNAME= openexr-1.4.0 CATEGORIES= games MASTER_SITES= http://savannah.nongnu.org/download/openexr/ @@ -10,6 +9,7 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.openexr.com/ COMMENT= High dynamic-range (HDR) image file format library and tools +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake USE_LANGUAGES= c c++ USE_LIBTOOL= yes diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo index ade417fdbc8..811c723f63b 100644 --- a/graphics/openexr/distinfo +++ b/graphics/openexr/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2006/10/11 18:47:28 rillig Exp $ +$NetBSD: distinfo,v 1.6 2006/10/26 17:44:10 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 +SHA1 (openexr-1.4.0a.tar.gz) = d7f2188b677ea28cafb104f2ace6c0f50b5aadee +RMD160 (openexr-1.4.0a.tar.gz) = 74e43977c88fc9a3d7c74bcd808a477489dad8c2 +Size (openexr-1.4.0a.tar.gz) = 9673041 bytes +SHA1 (patch-aa) = 6fa9be70fd0cdc586a212a356053dd81b1882eb7 SHA1 (patch-ab) = af6a9601b68e8cab51de75f6d1a05476fdfa3b87 diff --git a/graphics/openexr/patches/patch-aa b/graphics/openexr/patches/patch-aa index 7b980cad0b2..b33a0fa877f 100644 --- a/graphics/openexr/patches/patch-aa +++ b/graphics/openexr/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.1 2006/06/14 19:20:05 adam Exp $ +$NetBSD: patch-aa,v 1.2 2006/10/26 17:44:10 adam Exp $ ---- exrmaketiled/Image.h.orig 2006-06-14 20:56:22.000000000 +0200 +--- exrmaketiled/Image.h.orig 2006-06-05 04:04:52.000000000 +0200 +++ exrmaketiled/Image.h @@ -49,6 +49,7 @@ #include <string> @@ -8,5 +8,5 @@ $NetBSD: patch-aa,v 1.1 2006/06/14 19:20:05 adam Exp $ +class Image; - class ImageChannel - { + class Image; + |