mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/openimageio to 1.2.0-1
This commit is contained in:
parent
392badcfca
commit
6ef24f031d
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue