Port details |
- py-opencolorio OpenColorIO python bindings
- 2.3.2_1 graphics =2 2.3.2_1Version of this port present on the latest quarterly branch.
- Maintainer: FreeBSD@Shaneware.biz
- Port Added: 2016-02-13 21:58:48
- Last Update: 2024-06-01 00:46:20
- Commit Hash: 98ebc5d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: multimedia
- License: BSD3CLAUSE
- WWW:
- https://www.opencolorio.org
- Description:
- OpenColorIO (OCIO) is a complete color management solution geared
towards motion picture production with an emphasis on visual effects
and computer animation.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}opencolorio>0:graphics/py-opencolorio@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/graphics/py-opencolorio/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-opencolorio
- pkg install py311-opencolorio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-opencolorio listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-opencolorio
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1714594738
SHA256 (AcademySoftwareFoundation-OpenColorIO-v2.3.2_GH0.tar.gz) = 6bbf4e7fa4ea2f743a238cb22aff44890425771a2f57f62cece1574e46ceec2f
SIZE (AcademySoftwareFoundation-OpenColorIO-v2.3.2_GH0.tar.gz) = 11443450
Packages (timestamps in pop-ups are UTC):
- Master port: graphics/opencolorio
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pybind11>0 : devel/pybind11
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libImath.so : math/Imath
- libpystring.so : devel/pystring
- libyaml-cpp.so : devel/yaml-cpp
- libOpenColorIO.so : graphics/opencolorio
- libminizip-ng.so : archivers/minizip-ng
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- graphics_py-opencolorio
- USES:
- alias cmake compiler:c++14-lang localbase:ldflags pkgconfig minizip:ng python
- 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) |
This is a slave port. You may also want to view the commits to the master port: graphics/opencolorio |
Commit | Credits | Log message |
2.3.2_1 01 Jun 2024 00:46:20 |
Vladimir Druzenko (vvd) |
graphics/{,py-}opencolorio{,-tools}: fix plist in py- port after update to 2.3.2
While here pet portclippy and remove unnecessary dependencies.
PR: 275402 275494
Reported by: antoine
Approved by: portmgr (blanket, fix build)
Fixes: 3e51c20bc069 (graphics/{,py-}opencolorio{,-tools}: Udpate to 2.3.2) |
2.3.2 29 May 2024 20:26:12 |
Vladimir Druzenko (vvd) Author: Alastair Hogge |
graphics/{,py-}opencolorio{,-tools}: Udpate to 2.3.2
Changelogs:
https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.3.0
https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.3.1
https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.3.2
PR: 275402
Tested by: fluffy, lbartoletti, vvd
Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintaner) |
2.2.1_2 02 Jun 2023 21:40:45 |
Matthias Andree (mandree) |
*: bump PORTREVISION of Imath users
...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details. |
2.2.1_1 28 May 2023 18:39:40 |
Matthias Andree (mandree) |
*: Bump revision of ports using math/Imath
...after its major revision update. |
2.2.1 27 Apr 2023 19:05:16 |
Dima Panov (fluffy) |
graphics/opencolorio: update to 2.2.1 release (+)
Changelog: https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.2.1
Approved by: maintainer (implicit) |
2.1.3_1 04 Mar 2023 10:41:17 |
Matthias Andree (mandree) |
*: Bump PORTREVISION of math/Imath users |
2.1.1 01 Feb 2022 17:04:14 |
Dima Panov (fluffy) |
graphics/py-opencolorio: adjust after master port update
PR: 260305
Sponsored by: Netzkommune GmbH. |
1.1.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.9 13 Feb 2016 21:58:39 |
pi |
graphics/opencolorio: 1.0.8 -> 1.0.9
- Updating to a557a85454 on the master branch.
This is the 1.0.9 release plus some fixes needed to resolve
some build issues.
- Updating slave port graphics/opencolorio-tools
- Adding new slave port graphics/py-opencolorio to allow concurrent
python module installs. Python 2.7 and 3.3+ is supported. py3.2 fails
- graphics/opencolorio uses python2 to generate documentation, using
python3 fails to find the python module in the build dir, as this
only relates to generating the docs we can limit the master port
to py2.7 while there is no issue with py-opencolorio using python
2.7 or 3.3+
PR: 202577
Submitted by: FreeBSD@ShaneWare.Biz (maintainer) |