openexr: update to 3.2.1.

This commit is contained in:
André Cerqueira 2023-10-20 16:12:49 +01:00 committed by classabbyamp
parent 97020e9d72
commit 8b295e3153
2 changed files with 12 additions and 13 deletions

View File

@ -1675,8 +1675,6 @@ libtcmalloc_minimal_debug.so.4 gperftools-2.1.90_1
libtcmalloc_debug.so.4 gperftools-2.1.90_1
libprofiler.so.0 gperftools-2.1.90_1
libtcmalloc_and_profiler.so.4 gperftools-2.1.90_1
libIlmImf-2_4.so.24 libopenexr-2.4.0_1
libIlmImfUtil-2_4.so.24 libopenexr-2.4.0_1
libGraphicsMagick.so.3 libgraphicsmagick-1.3.19_1
libGraphicsMagick++.so.12 libgraphicsmagick-1.3.22_1
libGraphicsMagickWand.so.2 libgraphicsmagick-1.3.19_1
@ -4231,11 +4229,11 @@ libpanel-1.so.1 libpanel-1.0.1_1
libqrtr.so.1 qrtr-ns-1.0_1
libbpf.so.1 libbpf-1.0.0_1
libImath-3_1.so.29 imath-3.1.9_1
libIex-3_1.so.30 libopenexr-3.1.5_1
libIlmThread-3_1.so.30 libopenexr-3.1.5_1
libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
libIex-3_2.so.31 libopenexr-3.2.1_1
libIlmThread-3_2.so.31 libopenexr-3.2.1_1
libOpenEXR-3_2.so.31 libopenexr-3.2.1_1
libOpenEXRCore-3_2.so.31 libopenexr-3.2.1_1
libOpenEXRUtil-3_2.so.31 libopenexr-3.2.1_1
libdate-tz.so.3 chrono-date-3.0.1_1
libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1

View File

@ -1,18 +1,18 @@
# Template file for 'openexr'
pkgname=openexr
version=3.1.11
version=3.2.1
revision=1
build_style=cmake
build_helper="qemu"
hostmakedepends="pkg-config"
makedepends="zlib-devel imath-devel"
makedepends="imath-devel libdeflate-devel"
short_desc="High dynamic-range (HDR) image file format"
maintainer="André Cerqueira <acerqueira021@gmail.com>"
license="BSD-3-Clause"
homepage="https://www.openexr.com/"
changelog="https://raw.githubusercontent.com/AcademySoftwareFoundation/openexr/main/CHANGES.md"
distfiles="https://github.com/openexr/openexr/archive/v${version}.tar.gz>openexr-${version}.tar.gz"
checksum=06b4a20d0791b5ec0f804c855d320a0615ce8445124f293616a086e093f1f1e1
checksum=61e175aa2203399fb3c8c2288752fbea3c2637680d50b6e306ea5f8ffdd46a9b
if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DBUILD_TESTING=ON"
@ -20,10 +20,11 @@ else
configure_args+=" -DBUILD_TESTING=OFF"
fi
if [ "$XBPS_MACHINE" = "i686" ]; then
make_check=no # Test Fails in i686
if [ "$XBPS_MACHINE" = "i686" ] || [ "$XBPS_LIBC" = "musl" ]; then
# See upstream:
# https://github.com/AcademySoftwareFoundation/openexr/issues/1281
# https://github.com/AcademySoftwareFoundation/openexr/issues/1281 (i686)
# https://github.com/AcademySoftwareFoundation/openexr/issues/1556 (musl)
make_check=no
fi
post_install() {