mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/openimageio to 2.1.11.2-3
This commit is contained in:
parent
06927b95aa
commit
a365a93f3e
1 changed files with 2 additions and 3 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue