mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/openimageio to 2.2.8.0-1
This commit is contained in:
parent
636e91b0a8
commit
11774db384
1 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
|||
# - patch to disable neon
|
||||
|
||||
pkgname=openimageio
|
||||
pkgver=2.2.7.0
|
||||
pkgrel=1.1
|
||||
pkgver=2.2.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||
arch=(x86_64)
|
||||
url="http://www.openimageio.org/"
|
||||
|
@ -19,7 +19,7 @@ optdepends=('qt5-base: iv image viewer'
|
|||
'python: bindings support')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz"
|
||||
'0001-disable-neon.patch')
|
||||
sha512sums=('a36ffcf150cb1134aea33ec3e7ee2113c9df48c6860812a9e5ca519400211ba0fa5732153226f7e80cc20c2553834bd425adb93cdebbd5354612752f46ebc8e0'
|
||||
sha512sums=('7bb94832734b4354d961003ec7f85fa30e4a69d7f825c5668a0230d857f8c137dd522730ec5089db012f0d843fc67368c731458a3d6de9ae41dabfb4cc30592e'
|
||||
'ea88d253d9f9a9302ffe113c6d8f86ff990ada1c304c890d6aecdb4ad3370c9fd12887bb421aaaeff658af4840caefa9f243d3f552cbfc533403b81c2a56d156')
|
||||
|
||||
prepare() {
|
||||
|
@ -34,7 +34,7 @@ build() {
|
|||
-Bbuild \
|
||||
-GNinja \
|
||||
-DUSE_PYTHON=ON \
|
||||
-DPYTHON_VERSION=3.8 \
|
||||
-DPYTHON_VERSION=3.9 \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DOIIO_BUILD_TESTS=ON \
|
||||
|
|
Loading…
Reference in a new issue