mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/openexr to 3.2.2-1
This commit is contained in:
parent
562158c8ed
commit
fcbfe75616
3 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
|
|
6
extra/openexr/.nvchecker.toml
Normal file
6
extra/openexr/.nvchecker.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[openexr]
|
||||
source = 'github'
|
||||
github = 'AcademySoftwareFoundation/openexr'
|
||||
use_max_tag = true
|
||||
exclude_regex = '.*(rc).*'
|
||||
prefix = 'v'
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue