mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/openimageio to 1.7.13-1
This commit is contained in:
parent
cfa61189de
commit
f5c45baa41
1 changed files with 4 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
|||
# - removed intel-tbb from deps, set -DUSE_TBB=0
|
||||
|
||||
pkgname=openimageio
|
||||
pkgver=1.7.10
|
||||
pkgver=1.7.13
|
||||
pkgrel=1
|
||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||
arch=(i686 x86_64)
|
||||
url="http://www.openimageio.org/"
|
||||
license=('custom')
|
||||
depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 'openssl')
|
||||
makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git')
|
||||
depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 'openssl' 'libpng')
|
||||
makedepends=('cmake' 'qt4' 'python2' 'boost' 'mesa' 'git' 'freetype2' 'fontconfig' 'libxrender')
|
||||
optdepends=('qt4: iv image viewer'
|
||||
'python2: bindings support')
|
||||
source=(git+git://github.com/OpenImageIO/oiio.git#tag=Release-${pkgver})
|
||||
|
@ -32,6 +32,7 @@ build() {
|
|||
-DUSE_OPENSSL=ON \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \
|
||||
-DPYLIB3_INSTALL_DIR=lib/python3.6/site-packages \
|
||||
-DOIIO_BUILD_TESTS=ON \
|
||||
-DOIIO_BUILD_TOOLS=ON \
|
||||
-DUSE_TBB=0
|
||||
|
|
Loading…
Reference in a new issue