![]() ![]() | ![]() |
openexr: update to 3.3.1. ## Version 3.3.1 (October 8, 2024) Patch release that addresses several build and performance issues: * Fix a performance regression 3.3.0 in huf/piz compression * Replace ``FetchContent_Populate`` with ``FetchContent_MakeAvailable`` * Build wheels for python 3.12 * Fix a problem with python wheel sdist that caused local build to fail * Compile source files in parallel under MSVC
# $NetBSD: Makefile,v 1.64 2024/10/22 07:49:21 wiz Exp $ DISTNAME= openexr-3.3.1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=openexr/} GITHUB_PROJECT= openexr GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= adam@NetBSD.org HOMEPAGE= https://www.openexr.com/ COMMENT= High dynamic-range (HDR) image file format library and tools LICENSE= modified-bsd USE_LANGUAGES= c c++ USE_CXX_FEATURES+= c++14 USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= cmake/OpenEXR.pc.in PTHREAD_OPTS= require # https://github.com/AcademySoftwareFoundation/openexr/issues/1594 CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTING=OFF CHECK_PORTABILITY_SKIP+= Contrib/DtexToExr/bootstrap CHECK_PORTABILITY_SKIP+= share/util/reformat.sh .include "../../devel/cmake/build.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../devel/libdeflate/buildlink3.mk" .include "../../math/imath/buildlink3.mk" .include "../../mk/bsd.pkg.mk"