* update openimageio to 2.4.12.0-1

This commit is contained in:
Alexander Baldeck 2023-07-18 08:49:46 +02:00
parent 982b9cfec2
commit 0a8a687b82

View File

@ -3,8 +3,8 @@
# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=openimageio
pkgver=2.4.10.0
pkgrel=2
pkgver=2.4.12.0
pkgrel=1
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
arch=(x86_64 powerpc64le)
url="http://www.openimageio.org/"
@ -16,7 +16,7 @@ makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'fontconfig' 'libxrender
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")
sha512sums=('c828e5528a17dc8e0c1928b7e9088c7e4983cb5260557821ee2a602d7b2801e4131fd1074dd1dcecbf1bd2e91fd9fe3d6bd62544a3fe5cce78d6c6720dd145f3')
sha512sums=('bf8fa84c6732cabd2810a5cfbdd3ea41b273d82e51762426c8a2b60a31e114ff672c18ce433eb5cf27eb250996da18b7f9ece1b34093a0cb4c7305328174e74e')
build() {
cd oiio-$pkgver