graphics/openexr: Update to v3.3.2

We can now remove our patch to build the exrmetrics manpage.

ChangeLog:	https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.3.2
This commit is contained in:
Matthias Andree 2024-11-11 20:46:27 +01:00
parent 9863acf9a0
commit 73e8df6a67
3 changed files with 15 additions and 19 deletions

View file

@ -1,5 +1,5 @@
PORTNAME?= openexr
PORTVERSION= 3.3.1
PORTVERSION= 3.3.2 # verify sigstore: make makesum verify-sigstore
PORTREVISION?= 0
CATEGORIES= graphics devel
.if !defined(MASTERDIR)
@ -46,17 +46,17 @@ USES?= cmake:testing compiler:c++14-lang cpe pathfix pkgconfig
USE_LDCONFIG= yes
CMAKE_TESTING_ON= BUILD_TESTING \
OPENEXR_TEST_LIBRARIES \
OPENEXR_TEST_PYTHON \
OPENEXR_TEST_TOOLS
CMAKE_ARGS?= -DCMAKE_DEBUG_POSTFIX=
CMAKE_OFF= BUILD_TESTING \
OPENEXR_TEST_LIBRARIES \
OPENEXR_TEST_PYTHON \
OPENEXR_TEST_TOOLS
CMAKE_ARGS?= -DCMAKE_DEBUG_POSTFIX=
CMAKE_TESTING_ON= BUILD_TESTING \
OPENEXR_TEST_LIBRARIES \
OPENEXR_TEST_PYTHON \
OPENEXR_TEST_TOOLS
CPPFLAGS+= -I.
# must be linked with -l{thr|pthread} explicitly
@ -113,5 +113,11 @@ post-install-EXAMPLES-off:
${RM} -R ${STAGEDIR}${PREFIX}/share/doc/OpenEXR/examples/
@${RMDIR} ${STAGEDIR}${PREFIX}/share/doc/OpenEXR 2>/dev/null || :
verify-sigstore: openexr-${PORTVERSION}.tar.gz.sigstore.json
sigstore verify github --cert-identity https://github.com/AcademySoftwareFoundation/openexr/.github/workflows/release-sign.yml@refs/tags/v${PORTVERSION} ${DISTDIR}/${DIST_SUBDIR}/openexr-${PORTVERSION}.tar.gz --bundle openexr-${PORTVERSION}.tar.gz.sigstore.json
openexr-${PORTVERSION}.tar.gz.sigstore.json:
${FETCH_CMD} https://github.com/AcademySoftwareFoundation/openexr/releases/download/v${PORTVERSION}/openexr-${PORTVERSION}.tar.gz.sigstore.json
.endif
.include <bsd.port.mk>

View file

@ -1,6 +1,6 @@
TIMESTAMP = 1728826570
SHA256 (openexr/openexr-3.3.1.tar.gz) = 2d602128b53f6f9df84482bdfdf1d19dc0cb552c9fba0af9205a8937dd2633e9
SIZE (openexr/openexr-3.3.1.tar.gz) = 21314086
TIMESTAMP = 1731353732
SHA256 (openexr/openexr-3.3.2.tar.gz) = 4fb4c643b39f04b67e8f4138e4d5a7804b62fdc15b8f6bcdd32ccc8ecd515683
SIZE (openexr/openexr-3.3.2.tar.gz) = 21319411
SHA256 (openexr/Beachball/multipart.0001.exr) = 0cd032069fbaa14a2766861fef9893ea66a6494ff64650725d3b26a500df774b
SIZE (openexr/Beachball/multipart.0001.exr) = 2894260
SHA256 (openexr/Beachball/singlepart.0001.exr) = 29719942ed3c095a8f8f111fc139fc4c28f446007f5bfce00177cae585b1a87a

View file

@ -1,10 +0,0 @@
--- docs/CMakeLists.txt.orig 2024-10-13 13:57:15 UTC
+++ docs/CMakeLists.txt
@@ -42,6 +42,7 @@ define_manpage(exrmanifest "print id manifest")
define_manpage(exrmakepreview "generate exr preview thumbnail images")
define_manpage(exrmaketiled "convert exr images to tiled format")
define_manpage(exrmanifest "print id manifest")
+define_manpage(exrmetrics "benchmark performance in time and space") # inofficially added for FreeBSD 3.3.1 port
define_manpage(exrmultipart "combine or split multipart exr images")
define_manpage(exrmultiview "convert between single/multi-view exr images")
define_manpage(exrstdattr "set exr image metadata")