-
Notifications
You must be signed in to change notification settings - Fork 761
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 AcademySoftwareFoundation/openexr#1881
- Loading branch information
Showing
5 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- 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") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters