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