vcpkg/ports/opencolorio/vcpkg.json
Kai Pastor 28f7523ba0
[opencolorio] Update to 2.1.2, fixes (#25805)
* Fix exported Imath dependency

* Drop unused deps from patches and config

* Handle DLL import in installed header

* Fix non-required find_package(OpenColorIO)

* Omit unrelocatable script

* Installation cleanup

* Update to 2.1.2

* Fix exported pc file

* Update versions

* Silence warning

* Update versions
2022-07-18 13:36:48 -07:00

32 lines
1019 B
JSON

{
"name": "opencolorio",
"version-semver": "2.1.2",
"description": "OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production with an emphasis on visual effects and computer animation. OCIO provides a straightforward and consistent user experience across all supporting applications while allowing for sophisticated back-end configuration options suitable for high-end production usage. OCIO is compatible with the Academy Color Encoding Specification (ACES) and is LUT-format agnostic, supporting many popular formats.",
"homepage": "https://opencolorio.org/",
"license": "BSD-3-Clause",
"supports": "!uwp",
"dependencies": [
"expat",
"imath",
"pystring",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"yaml-cpp"
],
"features": {
"tools": {
"description": "Installs tools",
"dependencies": [
"glew",
"lcms"
]
}
}
}