mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 03:18:56 +08:00
c9e786d81a
* Bulk remove vcpkg_fail_port_install calls. Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install", In support of https://github.com/microsoft/vcpkg/pull/21502 * Update version database. * Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728 * Repair version database.
32 lines
1011 B
JSON
32 lines
1011 B
JSON
{
|
|
"name": "opencolorio",
|
|
"version-semver": "2.1.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/",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|