mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 07:38:16 +08:00
1f9385fecb
* 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>
27 lines
922 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|