vcpkg/ports/opencolorio/vcpkg.json
chausner 1f9385fecb
[opencolorio] Update to 2.1.0 (#21040)
* Update opencolorio to 2.1.0

* Update CI baseline

* Disable UWP builds

* Update git-tree hash

* Update CI baseline

* Update scripts/ci.baseline.txt

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-11-05 14:25:12 -07:00

27 lines
922 B
JSON

{
"name": "opencolorio",
"version-semver": "2.1.0",
"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/",
"supports": "!uwp",
"dependencies": [
"expat",
"imath",
"pystring",
{
"name": "vcpkg-cmake",
"host": true
},
"yaml-cpp"
],
"features": {
"tools": {
"description": "Installs tools",
"dependencies": [
"glew",
"lcms"
]
}
}
}