extra/openexr to 3.1.9-1

This commit is contained in:
Kevin Mihelich 2023-06-26 12:51:18 +00:00
parent 1bfe952a71
commit c1dc4d2a06

View file

@ -4,7 +4,7 @@
# - build v7 with vfpv3, neon is broken
pkgname=openexr
pkgver=3.1.8
pkgver=3.1.9
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=('3ff47111ef7e5da6f69330e66e1e90ae620b79df1cedf2512bb9bffe86c2c617')
sha256sums=('103e902d3902800ab07b5f3a298be7afd2755312737b2cdbfa01326ff99dac07')
build() {
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"