ilmbase: update to 2.2.0.
This commit is contained in:
parent
66fcecad49
commit
3b169ad67b
|
@ -1600,11 +1600,11 @@ libtcmalloc_minimal_debug.so.4 gperftools-2.1.90_1
|
|||
libtcmalloc_debug.so.4 gperftools-2.1.90_1
|
||||
libprofiler.so.0 gperftools-2.1.90_1
|
||||
libtcmalloc_and_profiler.so.4 gperftools-2.1.90_1
|
||||
libIex-2_1.so.11 ilmbase-2.1.0_1
|
||||
libIexMath-2_1.so.11 ilmbase-2.1.0_1
|
||||
libIlmThread-2_1.so.11 ilmbase-2.1.0_1
|
||||
libHalf.so.11 ilmbase-2.1.0_1
|
||||
libImath-2_1.so.11 ilmbase-2.1.0_1
|
||||
libHalf.so.12 ilmbase-2.2.0_1
|
||||
libIex-2_2.so.12 ilmbase-2.2.0_1
|
||||
libIexMath-2_2.so.12 ilmbase-2.2.0_1
|
||||
libImath-2_2.so.12 ilmbase-2.2.0_1
|
||||
libIlmThread-2_2.so.12 ilmbase-2.2.0_1
|
||||
libIlmImf-Imf_2_1.so.21 libopenexr-2.1.0_1
|
||||
libGraphicsMagick.so.3 libgraphicsmagick-1.3.19_1
|
||||
libGraphicsMagick++.so.3 libgraphicsmagick-1.3.19_1
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- IexMath/IexMathFpu.cpp 2013-03-06 16:18:50.000000000 -0700
|
||||
+++ IexMath/IexMathFpu.cpp 2013-04-20 19:45:33.400749953 -0600
|
||||
@@ -53,7 +53,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
-#ifdef HAVE_UCONTEXT_H
|
||||
+#if defined(HAVE_UCONTEXT_H) && (defined(__x86_64__) || defined(__i386__))
|
||||
|
||||
|
||||
#include <ucontext.h>
|
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'ilmbase'
|
||||
pkgname=ilmbase
|
||||
version=2.1.0
|
||||
revision=2
|
||||
version=2.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="Base libraries from ILM for OpenEXR"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.openexr.com"
|
||||
distfiles="http://download.savannah.nongnu.org/releases/openexr/$pkgname-$version.tar.gz"
|
||||
checksum=1e841ad89c5761940b07a125e6909ad22fe9fe0f99eadef45e0cca4efc6819b4
|
||||
checksum=ecf815b60695555c1fbc73679e84c7c9902f4e8faa6e8000d2f905b8b86cedc7
|
||||
nocross=yes
|
||||
|
||||
LDFLAGS="-lpthread"
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/${pkgname}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue