summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ilmbase.mk4
-rw-r--r--src/openexr-1-disable-zlib_winapi.patch25
-rw-r--r--src/openexr-2-fix-include.patch20
-rw-r--r--src/openexr.mk4
4 files changed, 4 insertions, 49 deletions
diff --git a/src/ilmbase.mk b/src/ilmbase.mk
index b30f3d8..da5ec7a 100644
--- a/src/ilmbase.mk
+++ b/src/ilmbase.mk
@@ -3,8 +3,8 @@
PKG := ilmbase
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.0.1
-$(PKG)_CHECKSUM := bfa62519094413f686c6f08c5923b47a10eea180
+$(PKG)_VERSION := 2.1.0
+$(PKG)_CHECKSUM := 306d76e7a2ac619c2f641f54b59dd95576525192
$(PKG)_SUBDIR := ilmbase-$($(PKG)_VERSION)
$(PKG)_FILE := ilmbase-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://download.savannah.nongnu.org/releases/openexr/$($(PKG)_FILE)
diff --git a/src/openexr-1-disable-zlib_winapi.patch b/src/openexr-1-disable-zlib_winapi.patch
deleted file mode 100644
index ef4d4c8..0000000
--- a/src/openexr-1-disable-zlib_winapi.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-diff -urN a/IlmImf/ImfPxr24Compressor.cpp b/IlmImf/ImfPxr24Compressor.cpp
---- a/IlmImf/ImfPxr24Compressor.cpp 2010-07-17 01:11:52.000000000 +0200
-+++ b/IlmImf/ImfPxr24Compressor.cpp 2011-09-21 23:41:28.130452657 +0200
-@@ -62,7 +62,6 @@
- // string of bytes is compressed with zlib.
- //
- //-----------------------------------------------------------------------------
--#define ZLIB_WINAPI
-
- #include <ImfPxr24Compressor.h>
- #include <ImfHeader.h>
-diff -urN a/IlmImf/ImfZipCompressor.cpp b/IlmImf/ImfZipCompressor.cpp
---- a/IlmImf/ImfZipCompressor.cpp 2010-07-17 01:11:52.000000000 +0200
-+++ b/IlmImf/ImfZipCompressor.cpp 2011-09-21 23:42:01.154288691 +0200
-@@ -39,7 +39,6 @@
- // class ZipCompressor
- //
- //-----------------------------------------------------------------------------
--#define ZLIB_WINAPI
-
- #include <ImfZipCompressor.h>
- #include <ImfCheckedArithmetic.h>
diff --git a/src/openexr-2-fix-include.patch b/src/openexr-2-fix-include.patch
deleted file mode 100644
index a109b43..0000000
--- a/src/openexr-2-fix-include.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-This patch has been taken from:
-
-http://lists.gnu.org/archive/html/openexr-devel/2010-08/msg00006.html
-
-diff -urN openexr-1.7.1.orig/IlmImf/ImfHuf.h openexr-1.7.1/IlmImf/ImfHuf.h
---- openexr-1.7.1.orig/IlmImf/ImfHuf.h 2012-12-09 22:33:49.000000000 +1100
-+++ openexr-1.7.1/IlmImf/ImfHuf.h 2012-12-09 22:35:59.000000000 +1100
-@@ -32,7 +32,7 @@
- //
- ///////////////////////////////////////////////////////////////////////////
-
--
-+#include <string.h>
-
- #ifndef INCLUDED_IMF_HUF_H
- #define INCLUDED_IMF_HUF_H
-
diff --git a/src/openexr.mk b/src/openexr.mk
index e9147e5..5c7e4bc 100644
--- a/src/openexr.mk
+++ b/src/openexr.mk
@@ -3,8 +3,8 @@
PKG := openexr
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 2.0.1
-$(PKG)_CHECKSUM := 22589e11d090a01b5c3117e7e0b7bbb8301184b6
+$(PKG)_VERSION := 2.1.0
+$(PKG)_CHECKSUM := 4a3db5ea527856145844556e0ee349f45ed4cbc7
$(PKG)_SUBDIR := openexr-$($(PKG)_VERSION)
$(PKG)_FILE := openexr-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://download.savannah.nongnu.org/releases/openexr/$($(PKG)_FILE)