summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/ilmbase/Makefile5
-rw-r--r--graphics/ilmbase/PLIST3
-rw-r--r--graphics/ilmbase/distinfo10
-rw-r--r--graphics/ilmbase/patches/patch-aa15
-rw-r--r--graphics/openexr/Makefile4
-rw-r--r--graphics/openexr/PLIST6
-rw-r--r--graphics/openexr/distinfo10
-rw-r--r--graphics/openexr/patches/patch-ab23
8 files changed, 39 insertions, 37 deletions
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile
index b0c4cfdd752..e72edb160da 100644
--- a/graphics/ilmbase/Makefile
+++ b/graphics/ilmbase/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2013/12/02 23:39:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.14 2013/12/09 11:39:20 adam Exp $
-DISTNAME= ilmbase-2.0.1
-PKGREVISION= 1
+DISTNAME= ilmbase-2.1.0
CATEGORIES= graphics
MASTER_SITES= http://download.savannah.nongnu.org/releases/openexr/
diff --git a/graphics/ilmbase/PLIST b/graphics/ilmbase/PLIST
index a2f2edb53b2..f30b188f345 100644
--- a/graphics/ilmbase/PLIST
+++ b/graphics/ilmbase/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2013/05/08 17:48:33 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/12/09 11:39:20 adam Exp $
include/OpenEXR/Iex.h
include/OpenEXR/IexBaseExc.h
include/OpenEXR/IexErrnoExc.h
@@ -29,6 +29,7 @@ include/OpenEXR/ImathExport.h
include/OpenEXR/ImathForward.h
include/OpenEXR/ImathFrame.h
include/OpenEXR/ImathFrustum.h
+include/OpenEXR/ImathFrustumTest.h
include/OpenEXR/ImathFun.h
include/OpenEXR/ImathGL.h
include/OpenEXR/ImathGLU.h
diff --git a/graphics/ilmbase/distinfo b/graphics/ilmbase/distinfo
index 5b2cae74d93..d2255b1ebdb 100644
--- a/graphics/ilmbase/distinfo
+++ b/graphics/ilmbase/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2013/12/02 23:39:09 bsiegert Exp $
+$NetBSD: distinfo,v 1.10 2013/12/09 11:39:20 adam Exp $
-SHA1 (ilmbase-2.0.1.tar.gz) = bfa62519094413f686c6f08c5923b47a10eea180
-RMD160 (ilmbase-2.0.1.tar.gz) = a17bce323d3025ddb971c254bef31a7c230b4b20
-Size (ilmbase-2.0.1.tar.gz) = 555828 bytes
+SHA1 (ilmbase-2.1.0.tar.gz) = 306d76e7a2ac619c2f641f54b59dd95576525192
+RMD160 (ilmbase-2.1.0.tar.gz) = a5f44efcbd2994973ee1c2baa32c357c1ea257da
+Size (ilmbase-2.1.0.tar.gz) = 557552 bytes
SHA1 (patch-Iex_IexThrowErrnoExc.cpp) = 1a4206619320a2a95378b7c2db14fde20b0ffd71
SHA1 (patch-Imath_ImathFun.h) = 79ab60ada8cecd52e5b16fadbded82492d79a1df
-SHA1 (patch-aa) = 7498a0cfafaec4f1e43dd57270f514bc5a8e7b1f
+SHA1 (patch-aa) = 97e7c7347cc6b4f3e11e7d0692c78b7322e06a7f
SHA1 (patch-ab) = 1e39351d9513e10e3745c188612f9daf41253234
diff --git a/graphics/ilmbase/patches/patch-aa b/graphics/ilmbase/patches/patch-aa
index e2a3795d858..39bc862ca34 100644
--- a/graphics/ilmbase/patches/patch-aa
+++ b/graphics/ilmbase/patches/patch-aa
@@ -1,16 +1,15 @@
-$NetBSD: patch-aa,v 1.2 2008/02/03 03:37:32 heinz Exp $
+$NetBSD: patch-aa,v 1.3 2013/12/09 11:39:20 adam Exp $
- - Shell portability fix: see
- https://savannah.nongnu.org/bugs/index.php?22222
+Shell portability fix: see https://savannah.nongnu.org/bugs/index.php?22222
---- bootstrap.orig 2006-12-13 22:26:18.000000000 +0000
+--- bootstrap.orig 2013-11-12 17:26:32.000000000 +0000
+++ bootstrap
@@ -1,7 +1,7 @@
#! /bin/sh
- # If we're on OS X, use glibtoolize instead of toolize
+ # If we're on OS X, use glibtoolize instead of toolize when available
HOSTTYPE=`uname`
--if [ "$HOSTTYPE" == "Darwin" ]; then
-+if [ "$HOSTTYPE" = "Darwin" ]; then
+-if [ "$HOSTTYPE" == "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then
++if [ "$HOSTTYPE" = "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then
LIBTOOLIZE=glibtoolize
else
- LIBTOOLIZE=libtoolize
+ LIBTOOLIZE=libtoolize
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index 4c60469b05e..b6df215e7fa 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2013/07/31 18:26:07 adam Exp $
+# $NetBSD: Makefile,v 1.30 2013/12/09 11:39:20 adam Exp $
-DISTNAME= openexr-2.0.1
+DISTNAME= openexr-2.1.0
CATEGORIES= graphics
MASTER_SITES= http://download.savannah.nongnu.org/releases/openexr/
diff --git a/graphics/openexr/PLIST b/graphics/openexr/PLIST
index 0b583a211b7..f5d7ba01bb9 100644
--- a/graphics/openexr/PLIST
+++ b/graphics/openexr/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2013/07/31 18:26:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2013/12/09 11:39:20 adam Exp $
bin/exrenvmap
bin/exrheader
bin/exrmakepreview
@@ -22,6 +22,8 @@ include/OpenEXR/ImfCompressionAttribute.h
include/OpenEXR/ImfConvert.h
include/OpenEXR/ImfDeepCompositing.h
include/OpenEXR/ImfDeepFrameBuffer.h
+include/OpenEXR/ImfDeepImageState.h
+include/OpenEXR/ImfDeepImageStateAttribute.h
include/OpenEXR/ImfDeepScanLineInputFile.h
include/OpenEXR/ImfDeepScanLineInputPart.h
include/OpenEXR/ImfDeepScanLineOutputFile.h
@@ -97,7 +99,9 @@ share/aclocal/openexr.m4
share/doc/OpenEXR-${PKGVERSION}/MultiViewOpenEXR.pdf
share/doc/OpenEXR-${PKGVERSION}/OpenEXRFileLayout.pdf
share/doc/OpenEXR-${PKGVERSION}/ReadingAndWritingImageFiles.pdf
+share/doc/OpenEXR-${PKGVERSION}/InterpretingDeepPixels.pdf
share/doc/OpenEXR-${PKGVERSION}/TechnicalIntroduction.pdf
+share/doc/OpenEXR-${PKGVERSION}/TheoryDeepPixels.pdf
share/doc/OpenEXR-${PKGVERSION}/examples/drawImage.cpp
share/doc/OpenEXR-${PKGVERSION}/examples/drawImage.h
share/doc/OpenEXR-${PKGVERSION}/examples/generalInterfaceExamples.cpp
diff --git a/graphics/openexr/distinfo b/graphics/openexr/distinfo
index 33f031ca596..2b6eb54062b 100644
--- a/graphics/openexr/distinfo
+++ b/graphics/openexr/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2013/07/31 18:26:07 adam Exp $
+$NetBSD: distinfo,v 1.22 2013/12/09 11:39:20 adam Exp $
-SHA1 (openexr-2.0.1.tar.gz) = 22589e11d090a01b5c3117e7e0b7bbb8301184b6
-RMD160 (openexr-2.0.1.tar.gz) = e0c13393574c18beb449e01b2f54d353fb94eb24
-Size (openexr-2.0.1.tar.gz) = 12609335 bytes
+SHA1 (openexr-2.1.0.tar.gz) = 4a3db5ea527856145844556e0ee349f45ed4cbc7
+RMD160 (openexr-2.1.0.tar.gz) = b0e1da47e8691d514db02f07f7c085a21a148755
+Size (openexr-2.1.0.tar.gz) = 13680816 bytes
SHA1 (patch-IlmImf_ImfSystemSpecific.h) = f36d049085e42beabcf5f7af5354009391a1f9f2
SHA1 (patch-aa) = 14b3472ec55a2c35aaa31b832414ee8677c58220
-SHA1 (patch-ab) = df9a5ceea5702c08265ea884813c965122241802
+SHA1 (patch-ab) = 0efe7155350e1976d1d7bad9da8b1a037fd84572
diff --git a/graphics/openexr/patches/patch-ab b/graphics/openexr/patches/patch-ab
index 4d06260cc35..719ef01acd9 100644
--- a/graphics/openexr/patches/patch-ab
+++ b/graphics/openexr/patches/patch-ab
@@ -1,16 +1,15 @@
-$NetBSD: patch-ab,v 1.3 2013/05/08 17:49:11 adam Exp $
+$NetBSD: patch-ab,v 1.4 2013/12/09 11:39:20 adam Exp $
-Shell portability fix: see
-https://savannah.nongnu.org/bugs/index.php?22222
+Shell portability fix: see https://savannah.nongnu.org/bugs/index.php?22222
---- bootstrap.orig 2013-04-09 17:07:52.000000000 +0000
+--- bootstrap.orig 2013-11-25 19:53:00.000000000 +0000
+++ bootstrap
-@@ -2,7 +2,7 @@
- # If we're on OS X, use glibtoolize instead of toolize
+@@ -1,7 +1,7 @@
+ #! /bin/sh
+ # If we're on OS X, use glibtoolize instead of toolize when available
HOSTTYPE=`uname`
- LIBTOOLIZE=libtoolize
--if [ "$HOSTTYPE" == "Darwin" ]; then
-+if [ "$HOSTTYPE" = "Darwin" ]; then
- GLIBTOOLIZE=`which glibtoolize`
- if [ "x$GLIBTOOLIZE" != "x" ]; then
- LIBTOOLIZE=glibtoolize
+-if [ "$HOSTTYPE" == "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then
++if [ "$HOSTTYPE" = "Darwin" ] && $(which glibtoolize > /dev/null 2>&1) ; then
+ LIBTOOLIZE=glibtoolize
+ else
+ LIBTOOLIZE=libtoolize