extra/openexr to 3.2.2-1

This commit is contained in:
Kevin Mihelich 2024-02-12 13:58:55 +00:00
parent 562158c8ed
commit fcbfe75616
3 changed files with 11 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = openexr
pkgdesc = A high dynamic-range image file format library
pkgver = 3.2.1
pkgver = 3.2.2
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.1/openexr-3.2.1.tar.gz
sha256sums = 61e175aa2203399fb3c8c2288752fbea3c2637680d50b6e306ea5f8ffdd46a9b
source = https://github.com/openexr/openexr/archive/v3.2.2/openexr-3.2.2.tar.gz
sha256sums = 65de6459c245a4977ce4d7777e70b30d7ef48ec38e0cfb10205706ca50a8bf2e
pkgname = openexr

View file

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

View file

@ -4,7 +4,7 @@
# - build v7 with vfpv3, neon is broken
pkgname=openexr
pkgver=3.2.1
pkgver=3.2.2
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=('61e175aa2203399fb3c8c2288752fbea3c2637680d50b6e306ea5f8ffdd46a9b')
sha256sums=('65de6459c245a4977ce4d7777e70b30d7ef48ec38e0cfb10205706ca50a8bf2e')
build() {
[[ $CARCH == "armv7h" ]] && CFLAGS=`echo $CFLAGS | sed -e 's/neon/vfpv3/'` && CXXFLAGS="$CFLAGS"