diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2010-11-05 00:48:30 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2010-11-05 00:48:30 +1100 |
commit | c4d1992958471ffe72b41dfca6ba206c780ace75 (patch) | |
tree | 5a3b3c9d3e65ed5600aa481b007cf6af4d59cb07 /openexr | |
parent | b7757167cc0ee1ad61a87cefe8080a3b4777a3c2 (diff) | |
download | contrib-c4d1992958471ffe72b41dfca6ba206c780ace75.tar.gz contrib-c4d1992958471ffe72b41dfca6ba206c780ace75.tar.xz |
openexr: 1.6.1 -> 1.7.0
Diffstat (limited to 'openexr')
-rw-r--r-- | openexr/.footprint | 5 | ||||
-rw-r--r-- | openexr/.md5sum | 4 | ||||
-rw-r--r-- | openexr/Pkgfile | 14 | ||||
-rw-r--r-- | openexr/openexr-1.6.1-gcc43.patch | 22 | ||||
-rw-r--r-- | openexr/openexr-1.7.0-gcc43.patch | 11 |
5 files changed, 25 insertions, 31 deletions
diff --git a/openexr/.footprint b/openexr/.footprint index 663e7228d..87737e9a8 100644 --- a/openexr/.footprint +++ b/openexr/.footprint @@ -1,12 +1,15 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/exr2aces -rwxr-xr-x root/root usr/bin/exrenvmap -rwxr-xr-x root/root usr/bin/exrheader -rwxr-xr-x root/root usr/bin/exrmakepreview -rwxr-xr-x root/root usr/bin/exrmaketiled +-rwxr-xr-x root/root usr/bin/exrmultiview -rwxr-xr-x root/root usr/bin/exrstdattr drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/OpenEXR/ +-rw-r--r-- root/root usr/include/OpenEXR/ImfAcesFile.h -rw-r--r-- root/root usr/include/OpenEXR/ImfArray.h -rw-r--r-- root/root usr/include/OpenEXR/ImfAttribute.h -rw-r--r-- root/root usr/include/OpenEXR/ImfB44Compressor.h @@ -37,6 +40,7 @@ drwxr-xr-x root/root usr/include/OpenEXR/ -rw-r--r-- root/root usr/include/OpenEXR/ImfLineOrderAttribute.h -rw-r--r-- root/root usr/include/OpenEXR/ImfLut.h -rw-r--r-- root/root usr/include/OpenEXR/ImfMatrixAttribute.h +-rw-r--r-- root/root usr/include/OpenEXR/ImfMultiView.h -rw-r--r-- root/root usr/include/OpenEXR/ImfName.h -rw-r--r-- root/root usr/include/OpenEXR/ImfOpaqueAttribute.h -rw-r--r-- root/root usr/include/OpenEXR/ImfOutputFile.h @@ -50,6 +54,7 @@ drwxr-xr-x root/root usr/include/OpenEXR/ -rw-r--r-- root/root usr/include/OpenEXR/ImfRgbaYca.h -rw-r--r-- root/root usr/include/OpenEXR/ImfStandardAttributes.h -rw-r--r-- root/root usr/include/OpenEXR/ImfStringAttribute.h +-rw-r--r-- root/root usr/include/OpenEXR/ImfStringVectorAttribute.h -rw-r--r-- root/root usr/include/OpenEXR/ImfTestFile.h -rw-r--r-- root/root usr/include/OpenEXR/ImfThreading.h -rw-r--r-- root/root usr/include/OpenEXR/ImfTileDescription.h diff --git a/openexr/.md5sum b/openexr/.md5sum index 4951045ca..f905be7d4 100644 --- a/openexr/.md5sum +++ b/openexr/.md5sum @@ -1,2 +1,2 @@ -e3ddb75aed84993a48ef5f2ee3380726 openexr-1.6.1-gcc43.patch -11951f164f9c872b183df75e66de145a openexr-1.6.1.tar.gz +d91fae759053a70bcedcf02eb33ca4a2 openexr-1.7.0-gcc43.patch +27113284f7d26a58f853c346e0851d7a openexr-1.7.0.tar.gz diff --git a/openexr/Pkgfile b/openexr/Pkgfile index c0db959c8..72dbd324f 100644 --- a/openexr/Pkgfile +++ b/openexr/Pkgfile @@ -5,22 +5,22 @@ # Depends on: ilmbase name=openexr -version=1.6.1 +version=1.7.0 release=1 -source=(http://download.savannah.nongnu.org/releases/openexr/openexr-$version.tar.gz - openexr-1.6.1-gcc43.patch) +source=(http://download.savannah.nongnu.org/releases/$name/$name-$version.tar.gz openexr-1.7.0-gcc43.patch) + build() { - cd openexr-$version + cd $name-$version - patch -p 1 -i $SRC/openexr-1.6.1-gcc43.patch + patch -p 0 -i $SRC/openexr-1.7.0-gcc43.patch ./configure \ --prefix=/usr \ - --disable-static + --disable-static \ + --disable-dependency-tracking make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc } - diff --git a/openexr/openexr-1.6.1-gcc43.patch b/openexr/openexr-1.6.1-gcc43.patch deleted file mode 100644 index 1563d829b..000000000 --- a/openexr/openexr-1.6.1-gcc43.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -pruN openexr-1.6.1.orig/exrenvmap/main.cpp openexr-1.6.1/exrenvmap/main.cpp ---- openexr-1.6.1.orig/exrenvmap/main.cpp 2008-10-14 17:49:40.878618666 +1100 -+++ openexr-1.6.1/exrenvmap/main.cpp 2008-10-14 17:49:56.662548230 +1100 -@@ -43,6 +43,7 @@ - #include <makeLatLongMap.h> - #include <ImfEnvmap.h> - #include <iostream> -+#include <cstring> - #include <exception> - #include <stdlib.h> - -diff -pruN openexr-1.6.1.orig/exrmaketiled/main.cpp openexr-1.6.1/exrmaketiled/main.cpp ---- openexr-1.6.1.orig/exrmaketiled/main.cpp 2008-10-14 17:49:40.885493556 +1100 -+++ openexr-1.6.1/exrmaketiled/main.cpp 2008-10-14 17:49:56.662548230 +1100 -@@ -45,6 +45,7 @@ - #include <iostream> - #include <exception> - #include <string> -+#include <cstring> - #include <stdlib.h> - - using namespace Imf; diff --git a/openexr/openexr-1.7.0-gcc43.patch b/openexr/openexr-1.7.0-gcc43.patch new file mode 100644 index 000000000..ab99eb9a1 --- /dev/null +++ b/openexr/openexr-1.7.0-gcc43.patch @@ -0,0 +1,11 @@ +--- exrenvmap/blurImage.cpp ++++ exrenvmap/blurImage.cpp +@@ -39,6 +39,8 @@ + // + //----------------------------------------------------------------------------- + ++#include <cstring> ++ + #include <blurImage.h> + + #include <resizeImage.h> |