bump(main/openexr): 3.4.4

This commit is contained in:
termux-pacman-bot
2026-02-20 07:53:34 +00:00
parent 56ee7bc3e5
commit 0cb53df2fd

View File

@@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.openexr.com/
TERMUX_PKG_DESCRIPTION="Provides the specification and reference implementation of the EXR file format"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="3.4.0"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d7b31637d7adc359f5e5a7517ba918cb5997bc1a4ae7a808ec874cdf91da93c0
TERMUX_PKG_VERSION="3.4.4"
TERMUX_PKG_SRCURL="https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=7c663c3c41da9354b5af277bc2fd1d2360788050b4e0751a32bcd50e8abaef8f
TERMUX_PKG_DEPENDS="imath, libc++, zlib"
TERMUX_PKG_CONFLICTS="openexr2"
TERMUX_PKG_REPLACES="openexr2"
@@ -21,6 +20,11 @@ termux_step_pre_configure() {
if [ "${v}" != "${_SOVERSION}" ]; then
termux_error_exit "SOVERSION guard check failed."
fi
# for code in openjph, which is downloaded by CMakeLists.txt of openexr at build-time
if [[ "$TERMUX_PKG_API_LEVEL" -lt 28 ]]; then
CPPFLAGS+=" -Daligned_alloc=memalign"
fi
}
termux_step_post_massage() {