pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/openexr Changes 1.4.0a:
details: https://anonhg.NetBSD.org/pkgsrc/rev/8aea651c9db5
branches: trunk
changeset: 520714:8aea651c9db5
user: adam <adam%pkgsrc.org@localhost>
date: Thu Oct 26 17:44:10 2006 +0000
description:
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:
graphics/openexr/Makefile | 8 ++++----
graphics/openexr/distinfo | 10 +++++-----
graphics/openexr/patches/patch-aa | 8 ++++----
3 files changed, 13 insertions(+), 13 deletions(-)
diffs (59 lines):
diff -r 57dd23a6f9f7 -r 8aea651c9db5 graphics/openexr/Makefile
--- a/graphics/openexr/Makefile Thu Oct 26 17:08:08 2006 +0000
+++ b/graphics/openexr/Makefile Thu Oct 26 17:44:10 2006 +0000
@@ -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 @@
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 -r 57dd23a6f9f7 -r 8aea651c9db5 graphics/openexr/distinfo
--- a/graphics/openexr/distinfo Thu Oct 26 17:08:08 2006 +0000
+++ b/graphics/openexr/distinfo Thu Oct 26 17:44:10 2006 +0000
@@ -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 -r 57dd23a6f9f7 -r 8aea651c9db5 graphics/openexr/patches/patch-aa
--- a/graphics/openexr/patches/patch-aa Thu Oct 26 17:08:08 2006 +0000
+++ b/graphics/openexr/patches/patch-aa Thu Oct 26 17:44:10 2006 +0000
@@ -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 @@
+class Image;
- class ImageChannel
- {
+ class Image;
+
Home |
Main Index |
Thread Index |
Old Index