extra/openexr to 3.1.11-1

This commit is contained in:
Kevin Mihelich 2023-08-27 11:17:33 +00:00
parent 7b2cb07a6f
commit 61bd6a3b0b

View file

@ -4,7 +4,7 @@
# - build v7 with vfpv3, neon is broken
pkgname=openexr
pkgver=3.1.10
pkgver=3.1.11
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=('6e0fd3f0eb1cb907bd3593830ea2b3431b85f22a6f18f99f8cfa099fec70067d')
sha256sums=('06b4a20d0791b5ec0f804c855d320a0615ce8445124f293616a086e093f1f1e1')
build() {
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"