Port details |
- opencolorio-tools Tools to work with OpenColorIO profiles
- 2.1.1 graphics
=0 Version of this port present on the latest quarterly branch. NOTE: Slave port - quarterly revision is most likely wrong. - Maintainer: FreeBSD@Shaneware.biz
 - Port Added: 2012-12-20 10:40:09
- Last Update: 2022-02-01 17:04:12
- Commit Hash: f4cdb39
- Also Listed In: multimedia
- License: BSD3CLAUSE
- Description:
- OpenColorIO (OCIO) is a complete color management solution geared
towards motion picture production with an emphasis on visual effects
and computer animation.
WWW: http://www.opencolorio.org
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- opencolorio-tools>0:graphics/opencolorio-tools
- To install the port:
- cd /usr/ports/graphics/opencolorio-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/opencolorio-tools
- pkg install opencolorio-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opencolorio-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1642947913
SHA256 (AcademySoftwareFoundation-OpenColorIO-v2.1.1_GH0.tar.gz) = 16ebc3e0f21f72dbe90fe60437eb864f4d4de9c255ef8e212f837824fc9b8d9c
SIZE (AcademySoftwareFoundation-OpenColorIO-v2.1.1_GH0.tar.gz) = 11013141
- 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:
-
- cmake : devel/cmake
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- Runtime dependencies:
-
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libImath.so : math/Imath
- libpystring.so : devel/pystring
- libyaml-cpp.so : devel/yaml-cpp
- liblcms2.so : graphics/lcms2
- libOpenColorIO.so : graphics/opencolorio
- libOpenImageIO.so : graphics/openimageio
- libopencv_core.so : graphics/opencv
- libOpenEXR.so : graphics/openexr
- libEGL.so : graphics/libglvnd
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- libglut.so : graphics/freeglut
- libGLEW.so : graphics/glew
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- graphics_opencolorio-tools
- USES:
- alias cmake compiler:c++14-lang localbase:ldflags pkgconfig gl xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
This is a slave port. You may also want to view the commits to the master port: graphics/opencolorio |
Date | By | Description |
01 Feb 2022 17:04:12 2.1.1 |
Dima Panov (fluffy)  |
graphics/opencolorio-tools: Adjust after update master port
PR: 260306
Sponsored by: Netzkommune GmbH. |
22 Jun 2021 18:53:08 1.1.1_1 |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
06 Apr 2021 14:31:07 1.1.1_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
13 Feb 2016 21:58:39
1.0.9 |
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) |
12 Sep 2014 18:09:55
1.0.8_3 |
adamw  |
Fix opencolorio-tools build. Now that opencolorio has a post-patch,
opencolorio-tools can't have one.
opencolorio-tools fails stage-qa, though, due to some stray files
in STAGEDIR that are probably simplest to just list as @comment inside
pkg-plist-tools:
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: include/OpenColorIO/OpenColorABI.h
Error: Orphaned: include/OpenColorIO/OpenColorIO.h
Error: Orphaned: include/OpenColorIO/OpenColorTransforms.h
Error: Orphaned: include/OpenColorIO/OpenColorTypes.h
Error: Orphaned: libdata/pkgconfig/OpenColorIO.pc |
23 Oct 2013 19:11:11
1.0.8_1 |
tijl  |
Move more bits from opencolorio-tools to opencolorio.
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer) |
23 Oct 2013 18:50:17
1.0.8 |
tijl  |
- Fix build with libc++.
- Support staging.
- Rearrange bits between opencolorio and opencolorio-tools.
PR: ports/182220
Approved by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer) |
20 Sep 2013 18:35:46
1.0.8 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
20 Dec 2012 10:39:55
1.0.7 |
mva  |
Add new port graphics/opencolorio-tools.
This is a slave port of graphics/opencolorio containing the utility
applications of graphics/opencolorio (former CLIAPPS option on
graphics/opencolorio).
PR: ports/172454
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer) |