aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/skia/vcpkg.json
blob: 34a5ed1b867c0d1bb3c22243f94efb2985760ffd (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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
{
  "name": "skia",
  "version": "140",
  "port-version": 2,
  "description": [
    "Skia is an open source 2D graphics library which provides common APIs that work across a variety of hardware and software platforms.",
    "It serves as the graphics engine for Google Chrome and Chrome OS, Android, Mozilla Firefox and Firefox OS, and many other products.",
    "Skia is sponsored and managed by Google, but is available for use by anyone under the BSD Free Software License. While engineering of the core components is done by the Skia development team, we consider contributions from any source."
  ],
  "homepage": "https://skia.org",
  "license": "BSD-3-Clause",
  "supports": "!(windows & arm32) & !mingw",
  "dependencies": [
    "abseil",
    "expat",
    {
      "name": "opengl",
      "default-features": false,
      "platform": "windows & !arm64 & !uwp"
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    {
      "name": "vcpkg-cmake-get-vars",
      "host": true
    },
    {
      "name": "vcpkg-gn",
      "host": true
    },
    {
      "name": "vcpkg-pkgconfig-get-modules",
      "host": true
    },
    {
      "name": "vcpkg-tool-gn",
      "host": true
    },
    "zlib"
  ],
  "default-features": [
    {
      "name": "direct3d",
      "platform": "uwp"
    },
    {
      "name": "dng",
      "platform": "!bsd"
    },
    {
      "name": "fontconfig",
      "platform": "linux | bsd"
    },
    {
      "name": "freetype",
      "platform": "!(windows | osx | ios)"
    },
    {
      "name": "gl",
      "platform": "!(windows & arm) & !uwp"
    },
    {
      "name": "harfbuzz",
      "platform": "!uwp"
    },
    {
      "name": "icu",
      "platform": "!uwp"
    },
    "jpeg",
    "png",
    "webp"
  ],
  "features": {
    "avif": {
      "description": "AVIF support",
      "dependencies": [
        "libavif"
      ]
    },
    "dawn": {
      "description": "dawn support for skia",
      "supports": "!android & !uwp",
      "dependencies": [
        {
          "name": "dawn",
          "default-features": false,
          "features": [
            "x11"
          ],
          "platform": "linux | bsd"
        },
        {
          "name": "dawn",
          "platform": "osx | windows"
        },
        {
          "name": "skia",
          "default-features": false,
          "features": [
            "graphite"
          ]
        }
      ]
    },
    "direct3d": {
      "description": "Direct3D support for skia",
      "supports": "windows"
    },
    "dng": {
      "description": "Support for DNG files",
      "supports": "!bsd"
    },
    "fontconfig": {
      "description": "Fontconfig support",
      "dependencies": [
        "fontconfig",
        {
          "name": "skia",
          "default-features": false,
          "features": [
            "freetype"
          ]
        }
      ]
    },
    "freetype": {
      "description": "Freetype support",
      "dependencies": [
        {
          "name": "dlfcn-win32",
          "platform": "windows"
        },
        {
          "name": "freetype",
          "default-features": false
        }
      ]
    },
    "gl": {
      "description": "OpenGL support for skia",
      "supports": "!(windows & arm) & !uwp",
      "dependencies": [
        "opengl-registry"
      ]
    },
    "graphite": {
      "description": "Graphite support",
      "dependencies": [
        {
          "name": "skia",
          "default-features": false,
          "features": [
            "vulkan"
          ]
        }
      ]
    },
    "harfbuzz": {
      "description": "Harfbuzz support",
      "dependencies": [
        {
          "name": "harfbuzz",
          "default-features": false
        },
        {
          "name": "skia",
          "default-features": false,
          "features": [
            "icu"
          ]
        }
      ]
    },
    "icu": {
      "description": "Use icu.",
      "dependencies": [
        "icu"
      ]
    },
    "jpeg": {
      "description": "Jpeg support",
      "dependencies": [
        "libjpeg-turbo"
      ]
    },
    "metal": {
      "description": "Metal support for skia",
      "supports": "ios, osx"
    },
    "pdf": {
      "description": "PDF backend"
    },
    "png": {
      "description": "PNG support",
      "dependencies": [
        "libpng"
      ]
    },
    "vulkan": {
      "description": "Vulkan support for skia",
      "dependencies": [
        "vulkan-headers",
        "vulkan-memory-allocator"
      ]
    },
    "webp": {
      "description": "WebP support",
      "dependencies": [
        "libwebp"
      ]
    }
  }
}