extra/openexr to 3.2.0-2

This commit is contained in:
Kevin Mihelich 2023-09-01 17:55:35 +00:00
parent fbcdc5ef84
commit 6d0e50d0c0

View file

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