aboutsummaryrefslogtreecommitdiff
path: root/ports/opencolorio/vcpkg.json
blob: f7be1eae537d04ef93deebe00fee84084f447a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "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"
      ]
    }
  }
}