-
-
Notifications
You must be signed in to change notification settings - Fork 489
/
vcpkg.json
87 lines (87 loc) · 1.69 KB
/
vcpkg.json
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "kicad",
"version": "8.99",
"license": "GPL-2.0+",
"dependencies": [
"boost-algorithm",
"boost-bimap",
"boost-filesystem",
"boost-functional",
"boost-iterator",
"boost-locale",
"boost-optional",
"boost-property-tree",
"boost-ptr-container",
"boost-random",
"boost-range",
"boost-test",
"boost-uuid",
"cairo",
"wxwidgets",
"glew",
"curl",
{
"name": "gettext",
"features": [ "tools" ],
"host": true
},
"harfbuzz",
"glm",
{
"name": "opencascade",
"features": [ "rapidjson" ]
},
"opengl",
"python3",
"openssl",
{
"name": "sqlite3",
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
},
"icu",
"ngspice",
"wxpython",
"libgit2",
"nng",
"protobuf",
"zstd"
],
"overrides": [
{
"name": "glm",
"version": "0.9.9.8#2",
"$comment": "Pinned due to bad vcpkg port updating to a non-real version"
},
{
"name": "python3",
"version": "3.11.5#0"
},
{
"name": "wxwidgets",
"version": "3.2.6#1"
},
{
"name": "wxpython",
"version": "4.2.2#1"
},
{
"name": "ngspice",
"version": "43"
},
{
"name": "liblzma",
"version": "5.4.4",
"$comment": "liblzma & xz were compromised upstream: CVE-2024-3094."
},
{
"name": "protobuf",
"version": "3.21.12#4"
},
{
"name": "vcpkg-get-python-packages",
"version": "2024-01-24",
"$comment": "forces python 3.11 compat"
}
]
}