extra/openexr to 3.1.8-1

This commit is contained in:
Kevin Mihelich 2023-06-05 23:49:46 +00:00
parent bfd449c204
commit 41731c5ff4

View file

@ -4,8 +4,8 @@
# - build v7 with vfpv3, neon is broken
pkgname=openexr
pkgver=3.1.7
pkgrel=3
pkgver=3.1.8
pkgrel=1
pkgdesc='A high dynamic-range image file format library'
url='https://www.openexr.com/'
arch=(x86_64)
@ -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=('78dbca39115a1c526e6728588753955ee75fa7f5bb1a6e238bed5b6d66f91fd7')
sha256sums=('3ff47111ef7e5da6f69330e66e1e90ae620b79df1cedf2512bb9bffe86c2c617')
build() {
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"