mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/openimageio to 2.2.15.1-5
This commit is contained in:
parent
2e9c713a32
commit
e6877c86d6
1 changed files with 4 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=openimageio
|
||||
pkgver=2.2.15.1
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||
arch=(x86_64)
|
||||
url="http://www.openimageio.org/"
|
||||
|
@ -19,11 +19,14 @@ 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/Release-$pkgver.tar.gz"
|
||||
openimageio-imath-3.1.patch::https://github.com/OpenImageIO/oiio/commit/05a5448c.patch
|
||||
'0001-disable-neon.patch')
|
||||
sha512sums=('c06df310f91938b25f1f66cd98d995dcaba51c6a0041b47882c52f5ad4a098a9016fc99f41de250dd1b1b7af3ad22f6ed63d5e76f95f1f1cf0f45c80eee9c8e0'
|
||||
'b79a073667051923caf738c054fee09ac24d251e6834a31e147e0c45753413d07bd795709048709b71a86076c1ea4ba47417513ffcf46454e3fac45fd0a96d65'
|
||||
'ea88d253d9f9a9302ffe113c6d8f86ff990ada1c304c890d6aecdb4ad3370c9fd12887bb421aaaeff658af4840caefa9f243d3f552cbfc533403b81c2a56d156')
|
||||
|
||||
prepare() {
|
||||
patch -d oiio-Release-$pkgver -p1 < openimageio-imath-3.1.patch # Fix build with imath 3.1
|
||||
cd oiio-Release-$pkgver
|
||||
patch -p1 -i ../0001-disable-neon.patch
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue