mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 02:57:58 +08:00
17818aa503
* fix that opencolorio v2.0.1 can't be `find_package`, reference the master branch of opencolorio to generate `OpenColorIOTargets` * run `vcpkg x-add-version --all` * fix the `OpenColorIO` for linux * vcpkg x-add-version --all * patch for `OpenColorIOConfig.cmake` by https://github.com/AcademySoftwareFoundation/OpenColorIO/pull/1397 * vcpkg x-add-version --all
27 lines
923 B
JSON
27 lines
923 B
JSON
{
|
|
"name": "opencolorio",
|
|
"version-semver": "2.0.1",
|
|
"port-version": 1,
|
|
"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/",
|
|
"dependencies": [
|
|
"expat",
|
|
"openexr",
|
|
"pystring",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"yaml-cpp"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Installs tools",
|
|
"dependencies": [
|
|
"glew",
|
|
"lcms"
|
|
]
|
|
}
|
|
}
|
|
}
|