summaryrefslogtreecommitdiff
path: root/graphics/ilmbase
diff options
context:
space:
mode:
authoradam <adam>2014-08-11 19:42:33 +0000
committeradam <adam>2014-08-11 19:42:33 +0000
commita58fdf2c77b1ed6fec7da43454f30c08b73a1e8b (patch)
tree0116d729d0bb443937478f95085e9ecb298d1a67 /graphics/ilmbase
parentab6936620cdde1440f31cb7c48de0b26629daaf8 (diff)
downloadpkgsrc-a58fdf2c77b1ed6fec7da43454f30c08b73a1e8b.tar.gz
Changes 2.2.0:
* DreamWorks Lossy Compression A new high quality, high performance lossy compression codec contributed by DreamWorks Animation. This codec allows control over variable lossiness to balance visual quality and file size. This contribution also includes performance improvements that speed up the PIZ codec. * IlmImfUtil A new library intended to aid in development of image file manipulation utilities that support the many types of OpenEXR images.
Diffstat (limited to 'graphics/ilmbase')
-rw-r--r--graphics/ilmbase/Makefile4
-rw-r--r--graphics/ilmbase/distinfo9
-rw-r--r--graphics/ilmbase/patches/patch-Imath_ImathMatrixAlgo.cpp14
3 files changed, 6 insertions, 21 deletions
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile
index e72edb160da..1e418639642 100644
--- a/graphics/ilmbase/Makefile
+++ b/graphics/ilmbase/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2013/12/09 11:39:20 adam Exp $
+# $NetBSD: Makefile,v 1.15 2014/08/11 19:42:33 adam Exp $
-DISTNAME= ilmbase-2.1.0
+DISTNAME= ilmbase-2.2.0
CATEGORIES= graphics
MASTER_SITES= http://download.savannah.nongnu.org/releases/openexr/
diff --git a/graphics/ilmbase/distinfo b/graphics/ilmbase/distinfo
index ca1a4312124..6e942690abc 100644
--- a/graphics/ilmbase/distinfo
+++ b/graphics/ilmbase/distinfo
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.11 2013/12/26 15:59:27 tron Exp $
+$NetBSD: distinfo,v 1.12 2014/08/11 19:42:33 adam Exp $
-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 (ilmbase-2.2.0.tar.gz) = 70d864bc704f276942cb10479f2cb98646ce6ad4
+RMD160 (ilmbase-2.2.0.tar.gz) = b1adb0c96eff6b3554ddaf8f8bafe2cba8c114e3
+Size (ilmbase-2.2.0.tar.gz) = 525289 bytes
SHA1 (patch-Iex_IexBaseExc.cpp) = 5bf551e1eacffa8dc3ec1c5643e5bfd5f8fc5701
SHA1 (patch-Iex_IexThrowErrnoExc.cpp) = 1a4206619320a2a95378b7c2db14fde20b0ffd71
SHA1 (patch-Imath_ImathFun.h) = 79ab60ada8cecd52e5b16fadbded82492d79a1df
-SHA1 (patch-Imath_ImathMatrixAlgo.cpp) = 60903837bcd01a5b50cbee60a86ee83e93321051
SHA1 (patch-aa) = 97e7c7347cc6b4f3e11e7d0692c78b7322e06a7f
SHA1 (patch-ab) = 1e39351d9513e10e3745c188612f9daf41253234
diff --git a/graphics/ilmbase/patches/patch-Imath_ImathMatrixAlgo.cpp b/graphics/ilmbase/patches/patch-Imath_ImathMatrixAlgo.cpp
deleted file mode 100644
index b6088a8f247..00000000000
--- a/graphics/ilmbase/patches/patch-Imath_ImathMatrixAlgo.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-Imath_ImathMatrixAlgo.cpp,v 1.1 2013/12/26 15:59:27 tron Exp $
-
-Fix build with SunStudio compiler under Solaris.
-
---- Imath/ImathMatrixAlgo.cpp.orig 2013-06-18 20:51:38.000000000 +0100
-+++ Imath/ImathMatrixAlgo.cpp 2013-12-26 15:22:33.000000000 +0000
-@@ -44,6 +44,7 @@
-
- #include "ImathMatrixAlgo.h"
- #include <cmath>
-+#include <algorithm>
-
- #if defined(OPENEXR_DLL)
- #define EXPORT_CONST __declspec(dllexport)