update packages ilmbase openexr

This commit is contained in:
Niels Kristian Bech Jensen 2013-12-04 17:36:34 +11:00 committed by Tony Theodore
parent f5b0421297
commit 71f60e259c
4 changed files with 4 additions and 49 deletions

View File

@ -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)

View File

@ -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>

View File

@ -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

View File

@ -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)