extra/openexr to 3.1.7-1

This commit is contained in:
Kevin Mihelich 2023-03-30 12:22:43 +00:00
parent d054e79e42
commit 71669150cc

View file

@ -4,7 +4,7 @@
# - build v7 with vfpv3, neon is broken
pkgname=openexr
pkgver=3.1.6
pkgver=3.1.7
pkgrel=1
pkgdesc='A high dynamic-range image file format library'
url='https://www.openexr.com/'
@ -13,7 +13,7 @@ license=(BSD)
depends=(zlib imath)
makedepends=(cmake)
source=(https://github.com/openexr/openexr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('daa33d93a7b706e27368a162060df0246a7750c39a01a122d33b13f5c45d2029')
sha256sums=('78dbca39115a1c526e6728588753955ee75fa7f5bb1a6e238bed5b6d66f91fd7')
build() {
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"