extra/openexr to 3.2.4-1

This commit is contained in:
David Beauchamp 2024-03-30 10:09:40 -04:00
parent 78e8a683a7
commit 70d013d25e
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = openexr pkgbase = openexr
pkgdesc = A high dynamic-range image file format library pkgdesc = A high dynamic-range image file format library
pkgver = 3.2.3 pkgver = 3.2.4
pkgrel = 1 pkgrel = 1
url = https://www.openexr.com/ url = https://www.openexr.com/
arch = x86_64 arch = x86_64
@ -10,7 +10,7 @@ pkgbase = openexr
depends = glibc depends = glibc
depends = imath depends = imath
depends = libdeflate depends = libdeflate
source = https://github.com/openexr/openexr/archive/v3.2.3/openexr-3.2.3.tar.gz source = https://github.com/openexr/openexr/archive/v3.2.4/openexr-3.2.4.tar.gz
sha256sums = f3f6c4165694d5c09e478a791eae69847cadb1333a2948ca222aa09f145eba63 sha256sums = 81e6518f2c4656fdeaf18a018f135e96a96e7f66dbe1c1f05860dd94772176cc
pkgname = openexr pkgname = openexr

View file

@ -4,7 +4,7 @@
# - build v7 with vfpv3, neon is broken # - build v7 with vfpv3, neon is broken
pkgname=openexr pkgname=openexr
pkgver=3.2.3 pkgver=3.2.4
pkgrel=1 pkgrel=1
pkgdesc='A high dynamic-range image file format library' pkgdesc='A high dynamic-range image file format library'
url='https://www.openexr.com/' url='https://www.openexr.com/'
@ -16,7 +16,7 @@ depends=(gcc-libs
libdeflate) libdeflate)
makedepends=(cmake) makedepends=(cmake)
source=(https://github.com/openexr/openexr/archive/v$pkgver/$pkgname-$pkgver.tar.gz) source=(https://github.com/openexr/openexr/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('f3f6c4165694d5c09e478a791eae69847cadb1333a2948ca222aa09f145eba63') sha256sums=('81e6518f2c4656fdeaf18a018f135e96a96e7f66dbe1c1f05860dd94772176cc')
build() { build() {
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS" [[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"