aboutsummaryrefslogtreecommitdiff
path: root/ports/openimageio/vcpkg.json
blob: 0dc7c2edd28d872eaff2ed941d4e04a6cf08bc9e (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
  "name": "openimageio",
  "version": "2.3.7.2",
  "port-version": 3,
  "description": "A library for reading and writing images, and a bunch of related classes, utilities, and application.",
  "homepage": "https://github.com/OpenImageIO/oiio",
  "dependencies": [
    "boost-algorithm",
    "boost-asio",
    "boost-config",
    "boost-filesystem",
    "boost-foreach",
    "boost-random",
    "boost-regex",
    "boost-smart-ptr",
    "boost-stacktrace",
    "boost-static-assert",
    "boost-system",
    "boost-thread",
    "boost-type-traits",
    "fmt",
    "libheif",
    "libjpeg-turbo",
    "libpng",
    "libsquish",
    "openexr",
    "robin-map",
    "tiff",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ],
  "features": {
    "ffmpeg": {
      "description": "Enable ffmpeg support for openimageio",
      "dependencies": [
        {
          "name": "ffmpeg",
          "features": [
            "avresample"
          ]
        }
      ]
    },
    "field3d": {
      "description": "Enable field3D support for openimageio",
      "dependencies": [
        "field3d"
      ]
    },
    "freetype": {
      "description": "Enable freetype support for openimageio",
      "dependencies": [
        "freetype"
      ]
    },
    "gif": {
      "description": "Enable giflib support for openimageio",
      "dependencies": [
        "giflib"
      ]
    },
    "libraw": {
      "description": "Enable RAW image files support",
      "dependencies": [
        "libraw"
      ]
    },
    "opencolorio": {
      "description": "Enable opencolorio support for openimageio",
      "dependencies": [
        "opencolorio"
      ]
    },
    "opencv": {
      "description": "Enable opencv support for openimageio",
      "dependencies": [
        "opencv"
      ]
    },
    "openjpeg": {
      "description": "Enable openjpeg support for openimageio",
      "dependencies": [
        "openjpeg"
      ]
    },
    "pybind11": {
      "description": "Enable Python bindings support for openimageio",
      "dependencies": [
        "pybind11"
      ]
    },
    "tools": {
      "description": "Build openimageio tools",
      "dependencies": [
        "opengl",
        "qt5-base"
      ]
    },
    "webp": {
      "description": "Enable libwebp support for openimageio",
      "dependencies": [
        "libwebp"
      ]
    }
  }
}