freebsd-ports/graphics/openexr/files/patch-docs_CMakeLists.txt
Matthias Andree e913756366 graphics/openexr*: upgrade to 3.3.1
ChangeLog:	https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v3.3.1

Also add a local docs/CMakeLists.txt patch to add an exrmetrics man
page, omission reported upstream to
https://github.com/AcademySoftwareFoundation/openexr/issues/1881
2024-10-13 17:22:40 +02:00

10 lines
665 B
Text

--- 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")