mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openimageio to 2.5.7.0-1
This commit is contained in:
parent
ddbe884b65
commit
b17da1a497
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = openimageio
|
||||
pkgdesc = A library for reading and writing images, including classes, utilities, and applications
|
||||
pkgver = 2.5.6.0
|
||||
pkgver = 2.5.7.0
|
||||
pkgrel = 1
|
||||
url = http://www.openimageio.org/
|
||||
arch = x86_64
|
||||
|
@ -31,7 +31,7 @@ pkgbase = openimageio
|
|||
depends = freetype2
|
||||
optdepends = qt5-base: iv image viewer
|
||||
optdepends = python: bindings support
|
||||
source = openimageio-2.5.6.0.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/v2.5.6.0.tar.gz
|
||||
sha512sums = 428530714471355b17c19fb10a1e54d4b3125a4020725db39970faea8bbc05658c5724035c96b1529f1cc77f3d09eb71e82dd501c0721e10f507152d34388005
|
||||
source = openimageio-2.5.7.0.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/v2.5.7.0.tar.gz
|
||||
sha512sums = e0662e8abbd77adbcdea32ce43d55754641c8269e8962b5cb7d1e6b23798bc6187df9e6cc83404662660a7827214a8c8e1411cf7966863acba3617c3cb89fe1f
|
||||
|
||||
pkgname = openimageio
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
|
||||
|
||||
pkgname=openimageio
|
||||
pkgver=2.5.6.0
|
||||
pkgver=2.5.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||
arch=('x86_64')
|
||||
|
@ -20,7 +20,7 @@ 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"
|
||||
'0001-disable-neon.patch')
|
||||
sha512sums=('428530714471355b17c19fb10a1e54d4b3125a4020725db39970faea8bbc05658c5724035c96b1529f1cc77f3d09eb71e82dd501c0721e10f507152d34388005'
|
||||
sha512sums=('e0662e8abbd77adbcdea32ce43d55754641c8269e8962b5cb7d1e6b23798bc6187df9e6cc83404662660a7827214a8c8e1411cf7966863acba3617c3cb89fe1f'
|
||||
'5cc9073dfdc735aab5b5e880b101b5c0e3469c3f290cda3b031f21b65fc28a5af567c09d005cb5008e4cdaeb84ec2c0ef33996471e85af295ff36e08c6638d9b')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue