Date: Wednesday, July 14, 2021 @ 19:11:30 Author: arojas Revision: 977106
imath 3.1 rebuild Modified: openimageio/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-14 19:00:25 UTC (rev 977105) +++ PKGBUILD 2021-07-14 19:11:30 UTC (rev 977106) @@ -3,7 +3,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/" @@ -14,9 +14,15 @@ makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'fontconfig' 'libxrender' 'ninja' 'robin-map') optdepends=('qt5-base: iv image viewer' 'python: bindings support') -source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz") -sha512sums=('c06df310f91938b25f1f66cd98d995dcaba51c6a0041b47882c52f5ad4a098a9016fc99f41de250dd1b1b7af3ad22f6ed63d5e76f95f1f1cf0f45c80eee9c8e0') +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) +sha512sums=('c06df310f91938b25f1f66cd98d995dcaba51c6a0041b47882c52f5ad4a098a9016fc99f41de250dd1b1b7af3ad22f6ed63d5e76f95f1f1cf0f45c80eee9c8e0' + 'b79a073667051923caf738c054fee09ac24d251e6834a31e147e0c45753413d07bd795709048709b71a86076c1ea4ba47417513ffcf46454e3fac45fd0a96d65') +prepare() { + patch -d oiio-Release-$pkgver -p1 < openimageio-imath-3.1.patch # Fix build with imath 3.1 +} + build() { cd oiio-Release-$pkgver
