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