* update openimageio to 2.5.17.0-2
This commit is contained in:
parent
9aa3029cc4
commit
db49da8d5c
@ -1,7 +1,7 @@
|
|||||||
pkgbase = openimageio
|
pkgbase = openimageio
|
||||||
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
|
||||||
pkgver = 2.5.16.0
|
pkgver = 2.5.17.0
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = http://www.openimageio.org/
|
url = http://www.openimageio.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
arch = powerpc64le
|
||||||
@ -32,7 +32,7 @@ pkgbase = openimageio
|
|||||||
depends = freetype2
|
depends = freetype2
|
||||||
optdepends = qt5-base: iv image viewer
|
optdepends = qt5-base: iv image viewer
|
||||||
optdepends = python: bindings support
|
optdepends = python: bindings support
|
||||||
source = openimageio-2.5.16.0.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/v2.5.16.0.tar.gz
|
source = openimageio-2.5.17.0.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/v2.5.17.0.tar.gz
|
||||||
sha512sums = 1e24d7ffc3ad65a1fe1f53ae59006de912c0a8d85827d64671fab95350977e22e2d147cf26ffe362646c768747ec11e6f9aeae04ea66030f82ad597adf3135a5
|
sha512sums = a979d84ce985d80d42058ea9cdc631096ddcd712643eef497425e63f5d747cad0c5acb9a87af47be529f850c902f4bcaf33857fb3adec53e41a3d950d49a59d2
|
||||||
|
|
||||||
pkgname = openimageio
|
pkgname = openimageio
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# Contributor: SpepS <dreamspepser at yahoo dot it>
|
# Contributor: SpepS <dreamspepser at yahoo dot it>
|
||||||
|
|
||||||
pkgname=openimageio
|
pkgname=openimageio
|
||||||
pkgver=2.5.16.0
|
pkgver=2.5.17.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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 powerpc64le)
|
arch=(x86_64 powerpc64le)
|
||||||
url="http://www.openimageio.org/"
|
url="http://www.openimageio.org/"
|
||||||
@ -16,7 +16,7 @@ makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'fontconfig' 'libxrender
|
|||||||
optdepends=('qt5-base: iv image viewer'
|
optdepends=('qt5-base: iv image viewer'
|
||||||
'python: bindings support')
|
'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/v$pkgver.tar.gz")
|
||||||
sha512sums=('1e24d7ffc3ad65a1fe1f53ae59006de912c0a8d85827d64671fab95350977e22e2d147cf26ffe362646c768747ec11e6f9aeae04ea66030f82ad597adf3135a5')
|
sha512sums=('a979d84ce985d80d42058ea9cdc631096ddcd712643eef497425e63f5d747cad0c5acb9a87af47be529f850c902f4bcaf33857fb3adec53e41a3d950d49a59d2')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd OpenImageIO-$pkgver
|
cd OpenImageIO-$pkgver
|
||||||
|
Loading…
x
Reference in New Issue
Block a user