[skip-ci] openimageio: update to 1.8.17

This commit is contained in:
Jeff Huang 2019-01-08 14:24:33 +01:00
parent 436f22943c
commit c3fd3c81dd

View File

@ -1,16 +1,15 @@
pkgname=openimageio pkgname=openimageio
pkgver=1.8.15 pkgver=1.8.17
pkgrel=1 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=('x86_64') arch=('x86_64')
url="http://www.openimageio.org/" url="http://www.openimageio.org/"
license=('custom') license=('custom')
depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'openssl' 'libpng' 'ptex') depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'openssl' 'libpng')
makedepends=('git' 'cmake' 'qt4' 'python2' 'python3' 'boost' 'mesa' 'freetype2' 'fontconfig' 'libxrender') makedepends=('cmake' 'qt5-base' 'python2' 'python3' 'boost' 'mesa' 'git' 'freetype2' 'fontconfig' 'libxrender')
optdepends=('qt4: iv image viewer' optdepends=('qt5-base: iv image viewer'
'python2: bindings support' 'python2: bindings support'
'python3: bindings support' 'python3: bindings support')
'ttf-droid: font support')
source=("git+https://github.com/OpenImageIO/oiio#tag=Release-$pkgver") source=("git+https://github.com/OpenImageIO/oiio#tag=Release-$pkgver")
sha1sums=('SKIP') sha1sums=('SKIP')
@ -24,7 +23,6 @@ build() {
-DUSE_PYTHON=ON \ -DUSE_PYTHON=ON \
-DUSE_PYTHON3=ON \ -DUSE_PYTHON3=ON \
-DUSE_OPENSSL=ON \ -DUSE_OPENSSL=ON \
-DUSE_PTEX=ON \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_LIBDIR=lib \
-DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \ -DPYLIB_INSTALL_DIR=lib/python2.7/site-packages \