community/openimageio to 2.1.11.2-3

This commit is contained in:
Kevin Mihelich 2020-04-23 12:33:23 +00:00
parent 06927b95aa
commit a365a93f3e

View file

@ -6,12 +6,12 @@
pkgname=openimageio
pkgver=2.1.11.2
pkgrel=2
pkgrel=3
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
arch=(x86_64)
url="http://www.openimageio.org/"
license=('custom')
depends=('openexr' 'boost-libs' 'openjpeg' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'openssl' 'libpng' 'libraw' 'libwebp')
depends=('openexr' 'boost-libs' 'openjpeg2' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'libpng' 'libraw' 'libwebp')
makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'git' 'freetype2' 'fontconfig' 'libxrender')
optdepends=('qt5-base: iv image viewer'
'python: bindings support')
@ -30,7 +30,6 @@ build() {
cmake .. \
-DUSE_PYTHON=ON \
-DPYTHON_VERSION=3.8 \
-DUSE_OPENSSL=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DOIIO_BUILD_TESTS=ON \