mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openexr to 3.1.7-1
This commit is contained in:
parent
d054e79e42
commit
71669150cc
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue