community/openimageio to 2.3.16.0-1

This commit is contained in:
David Beauchamp 2022-06-02 18:04:16 -04:00
parent 00969b18fc
commit 3751c98c90

View file

@ -6,7 +6,7 @@
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
pkgname=openimageio
pkgver=2.3.14.0
pkgver=2.3.16.0
pkgrel=1
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
arch=(x86_64)
@ -18,9 +18,9 @@ depends=('openexr' 'boost-libs' 'openjpeg2' 'glew' 'libtiff' 'opencolorio' 'libp
makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'fontconfig' 'libxrender' 'ninja' 'robin-map')
optdepends=('qt5-base: iv image viewer'
'python: bindings support')
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/v$pkgver.tar.gz"
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/$pkgver.tar.gz"
'0001-disable-neon.patch')
sha512sums=('42f0925bfe5470d9ed43dfd90e008b940ee6e43be4446be1853ee2cbac66041a9cbf1a469f72dc66bc6bec60d3b0049652b8c928d0d56a893b7e4185ce49dc76'
sha512sums=('2249dfc7f9c4ede563d5ed05ed76557e0b81c35054832b4de2a7820c8619886afa3f260cd26b5f4291f74c9d9c16b9a2ac3772e23b5b70bc87c2c7a0d0c10726'
'ea88d253d9f9a9302ffe113c6d8f86ff990ada1c304c890d6aecdb4ad3370c9fd12887bb421aaaeff658af4840caefa9f243d3f552cbfc533403b81c2a56d156')
prepare() {