diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index 701d4d65e..a34b08190 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -7,8 +7,8 @@ # - patch to block out x86 asm (https://github.com/OpenImageIO/oiio/pull/546) pkgname=openimageio -pkgver=1.1.10 -pkgrel=2 +pkgver=1.2.0 +pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(i686 x86_64) url="http://www.openimageio.org/" @@ -19,7 +19,7 @@ optdepends=('qt4: iv image viewer' 'python2: bindings support') source=(https://github.com/OpenImageIO/oiio/tarball/Release-$pkgver arm.patch) -md5sums=('e5c5cd77238f74c3a6a3610c211430f2' +md5sums=('8738dd9b24fc4f0cb3eebb094347104a' '7cf2d71031c5f970edf481f55a594ecc') build() { @@ -36,6 +36,7 @@ build() { -DCMAKE_INSTALL_PREFIX=/usr \ -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \ -DUSE_EXTERNAL_TBB=ON \ + -DOIIO_BUILD_TESTS=OFF \ -DUSE_TBB=0 \ .. make