extra/openexr to 3.2.3-1

This commit is contained in:
Kevin Mihelich 2024-03-07 13:22:35 +00:00
parent 3c40807d41
commit 44c9c2260c
3 changed files with 8 additions and 9 deletions

View file

@ -1,16 +1,16 @@
pkgbase = openexr
pkgdesc = A high dynamic-range image file format library
pkgver = 3.2.2
pkgver = 3.2.3
pkgrel = 1
url = https://www.openexr.com/
arch = x86_64
license = BSD
license = BSD-3-Clause
makedepends = cmake
depends = gcc-libs
depends = glibc
depends = imath
depends = libdeflate
source = https://github.com/openexr/openexr/archive/v3.2.2/openexr-3.2.2.tar.gz
sha256sums = 65de6459c245a4977ce4d7777e70b30d7ef48ec38e0cfb10205706ca50a8bf2e
source = https://github.com/openexr/openexr/archive/v3.2.3/openexr-3.2.3.tar.gz
sha256sums = f3f6c4165694d5c09e478a791eae69847cadb1333a2948ca222aa09f145eba63
pkgname = openexr

View file

@ -1,6 +1,5 @@
[openexr]
source = 'github'
github = 'AcademySoftwareFoundation/openexr'
use_max_tag = true
exclude_regex = '.*(rc).*'
use_latest_release = true
prefix = 'v'

View file

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