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

View file

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

View file

@ -4,19 +4,19 @@
# - build v7 with vfpv3, neon is broken # - build v7 with vfpv3, neon is broken
pkgname=openexr pkgname=openexr
pkgver=3.2.2 pkgver=3.2.3
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/'
arch=(x86_64) arch=(x86_64)
license=(BSD) license=(BSD-3-Clause)
depends=(gcc-libs depends=(gcc-libs
glibc glibc
imath imath
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=('65de6459c245a4977ce4d7777e70b30d7ef48ec38e0cfb10205706ca50a8bf2e') sha256sums=('f3f6c4165694d5c09e478a791eae69847cadb1333a2948ca222aa09f145eba63')
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"