community/openimageio to 1.2.0-1

This commit is contained in:
Kevin Mihelich 2013-07-13 14:40:22 +00:00
parent 392badcfca
commit 6ef24f031d

View file

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