mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openimageio to 2.5.15.0-1
This commit is contained in:
parent
80b90f3d14
commit
f0c92bdb3b
2 changed files with 7 additions and 7 deletions
|
@ -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.13.1
|
pkgver = 2.5.15.0
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = http://www.openimageio.org/
|
url = http://www.openimageio.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
|
@ -31,7 +31,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.13.1.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/v2.5.13.1.tar.gz
|
source = openimageio-2.5.15.0.tar.gz::https://github.com/OpenImageIO/oiio/archive/refs/tags/v2.5.15.0.tar.gz
|
||||||
sha512sums = 3c9eb9a361464e73fae518b704438bbf409c846031f05026d8b9ace91431819ac80674130ccd2300deb9756ae26e150bf5c0a866be3f3fb65bdfba0ba60395ab
|
sha512sums = 8b8529120db65dface8935912d558b29bf40c4d8d0c68abbb010dcb041075b58f21fba3954c1b0010fa7111ccb78ec8d342ab2834dfe464930f9a7e0b6d06dd5
|
||||||
|
|
||||||
pkgname = openimageio
|
pkgname = openimageio
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
|
# - disable lto via -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF
|
||||||
|
|
||||||
pkgname=openimageio
|
pkgname=openimageio
|
||||||
pkgver=2.5.13.1
|
pkgver=2.5.15.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
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')
|
arch=('x86_64')
|
||||||
url="http://www.openimageio.org/"
|
url="http://www.openimageio.org/"
|
||||||
|
@ -20,7 +20,7 @@ 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"
|
||||||
'0001-disable-neon.patch')
|
'0001-disable-neon.patch')
|
||||||
sha512sums=('3c9eb9a361464e73fae518b704438bbf409c846031f05026d8b9ace91431819ac80674130ccd2300deb9756ae26e150bf5c0a866be3f3fb65bdfba0ba60395ab'
|
sha512sums=('8b8529120db65dface8935912d558b29bf40c4d8d0c68abbb010dcb041075b58f21fba3954c1b0010fa7111ccb78ec8d342ab2834dfe464930f9a7e0b6d06dd5'
|
||||||
'5cc9073dfdc735aab5b5e880b101b5c0e3469c3f290cda3b031f21b65fc28a5af567c09d005cb5008e4cdaeb84ec2c0ef33996471e85af295ff36e08c6638d9b')
|
'5cc9073dfdc735aab5b5e880b101b5c0e3469c3f290cda3b031f21b65fc28a5af567c09d005cb5008e4cdaeb84ec2c0ef33996471e85af295ff36e08c6638d9b')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue