mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openexr to 3.2.4-1
This commit is contained in:
parent
78e8a683a7
commit
70d013d25e
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = openexr
|
||||
pkgdesc = A high dynamic-range image file format library
|
||||
pkgver = 3.2.3
|
||||
pkgver = 3.2.4
|
||||
pkgrel = 1
|
||||
url = https://www.openexr.com/
|
||||
arch = x86_64
|
||||
|
@ -10,7 +10,7 @@ pkgbase = openexr
|
|||
depends = glibc
|
||||
depends = imath
|
||||
depends = libdeflate
|
||||
source = https://github.com/openexr/openexr/archive/v3.2.3/openexr-3.2.3.tar.gz
|
||||
sha256sums = f3f6c4165694d5c09e478a791eae69847cadb1333a2948ca222aa09f145eba63
|
||||
source = https://github.com/openexr/openexr/archive/v3.2.4/openexr-3.2.4.tar.gz
|
||||
sha256sums = 81e6518f2c4656fdeaf18a018f135e96a96e7f66dbe1c1f05860dd94772176cc
|
||||
|
||||
pkgname = openexr
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# - build v7 with vfpv3, neon is broken
|
||||
|
||||
pkgname=openexr
|
||||
pkgver=3.2.3
|
||||
pkgver=3.2.4
|
||||
pkgrel=1
|
||||
pkgdesc='A high dynamic-range image file format library'
|
||||
url='https://www.openexr.com/'
|
||||
|
@ -16,7 +16,7 @@ depends=(gcc-libs
|
|||
libdeflate)
|
||||
makedepends=(cmake)
|
||||
source=(https://github.com/openexr/openexr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('f3f6c4165694d5c09e478a791eae69847cadb1333a2948ca222aa09f145eba63')
|
||||
sha256sums=('81e6518f2c4656fdeaf18a018f135e96a96e7f66dbe1c1f05860dd94772176cc')
|
||||
|
||||
build() {
|
||||
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"
|
||||
|
|
Loading…
Reference in a new issue