diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index 51c6c98df..49e0c9a00 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -6,7 +6,7 @@ # - removed intel-tbb from deps, set -DUSE_TBB=0 pkgname=openimageio -pkgver=1.4.13 +pkgver=1.4.14 pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(i686 x86_64) @@ -19,6 +19,13 @@ optdepends=('qt4: iv image viewer' source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver}) md5sums=('SKIP') +prepare() { + cd oiio + + # https://github.com/OpenImageIO/oiio/issues/987 + git revert -n 6f0e019 +} + build() { cd oiio diff --git a/community/openimageio/fix32bit-fail.patch b/community/openimageio/fix32bit-fail.patch deleted file mode 100644 index 5d9bbbe36..000000000 --- a/community/openimageio/fix32bit-fail.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- orig/src/libutil/SHA1.cpp 2012-11-17 01:02:42.000000000 +0200 -+++ fixed/src/libutil/SHA1.cpp 2012-12-14 14:37:37.552042793 +0200 -@@ -8,9 +8,9 @@ - - // If compiling with MFC, you might want to add #include "StdAfx.h" - -+#include "SHA1.h" - #include "hash.h" - #include "dassert.h" --#include "SHA1.h" - - #ifdef SHA1_UTILITY_FUNCTIONS - #define SHA1_MAX_FILE_BUFFER 8000