Port details on branch 2023Q1 |
- openexr High dynamic-range (HDR) image file format
- 3.1.6_1 graphics =0 3.1.6_1Version of this port present on the latest quarterly branch.
- Maintainer: mandree@FreeBSD.org
- Port Added: 2023-03-12 22:57:08
- Last Update: 2023-03-21 19:22:30
- Commit Hash: b7e05a7
- Also Listed In: devel
- License: BSD3CLAUSE
- WWW:
- https://www.openexr.com/
- Description:
- OpenEXR is a high dynamic-range (HDR) image file format developed by
Industrial Light & Magic for use in computer imaging applications.
OpenEXR is used by ILM on all motion pictures currently in production.
The first movies to employ OpenEXR were Harry Potter and the Sorcerers Stone,
Men in Black II, Gangs of New York, and Signs. Since then, OpenEXR has become
ILM's main image file format.
OpenEXR's features include:
* Higher dynamic range and color precision than existing 8- and 10-bit
image file formats.
* Support for 16-bit floating-point, 32-bit floating-point, and 32-bit
integer pixels. The 16-bit floating-point format, called "half", is compatible
with the half data type in NVIDIA's Cg graphics language and is supported
natively on their new GeForce FX and Quadro FX 3D graphics solutions.
* Multiple lossless image compression algorithms. Some of the included codecs
can achieve 2:1 lossless compression ratios on images with film grain.
* Extensibility. New compression codecs and image types can easily be added
by extending the C++ classes included in the OpenEXR software distribution.
New image attributes (strings, vectors, integers, etc.) can be added to
OpenEXR image headers without affecting backward compatibility with existing
OpenEXR applications.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- openexr>0:graphics/openexr
- To install the port:
- cd /usr/ports/graphics/openexr/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/openexr
- pkg install openexr
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: openexr
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1678529133
SHA256 (AcademySoftwareFoundation-openexr-3.1.6-v3.1.6_GH0.tar.gz) = daa33d93a7b706e27368a162060df0246a7750c39a01a122d33b13f5c45d2029
SIZE (AcademySoftwareFoundation-openexr-3.1.6-v3.1.6_GH0.tar.gz) = 20494002
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Slave ports:
-
- graphics/openexr-website-docs
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- breathe-apidoc : devel/py-breathe
- py39-sphinx_press_theme>=0 : textproc/py-sphinx_press_theme
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- Library dependencies:
-
- libImath-3_1.so.29 : math/Imath
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for openexr-3.1.6_1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- graphics_openexr
- USES:
- cmake compiler:c++14-lang cpe pathfix pkgconfig python:build
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.1.6_1 21 Mar 2023 19:22:30 |
Matthias Andree (mandree) |
graphics/openexr: Fix ARMv7 build
OpenEXR 3.1.6 introduced several NEON-based optimizations
that implied Aarch64. Add patched, either picked from
upstream, or written by mandree@, to enable those
NEON features that also require Aarch64 only there.
PR-1366 is cherry-picked from upstream, and patch-lib/patch-test files
are my work but build upon said PR.
Also cherry-pick PR1354 that adds a missing check for AVX,
which is why I am bumping PORTREVISION because it might change
code (I have not checked).
https://github.com/AcademySoftwareFoundation/openexr/issues/1365
PR: 270348
Reported by: fuz@ (Robert Clausecker)
(cherry picked from commit 54d6860aac464b690f37007cfaef52c5a0b427b0) |
3.1.6 12 Mar 2023 22:54:56 |
Matthias Andree (mandree) |
graphics/openexr: bugfix update to 3.1.6
ChangeLog:
https://github.com/AcademySoftwareFoundation/openexr/blob/v3.1.6/CHANGES.md#version-316-march-9-2023
(cherry picked from commit 5f57f503aaaa958542e3f58bf98ee7c656f8c2c9) |