kicad/vcpkg.json

77 lines
1.5 KiB
JSON
Raw Normal View History

2022-04-28 22:35:05 +00:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
2022-04-28 22:35:05 +00:00
"name": "kicad",
"version": "7.99",
2022-04-28 22:35:05 +00:00
"license": "GPL-2.0+",
"dependencies": [
2023-04-09 00:22:00 +00:00
"boost-algorithm",
2024-04-03 01:18:58 +00:00
"boost-bimap",
2023-04-09 00:22:00 +00:00
"boost-filesystem",
"boost-functional",
"boost-iterator",
"boost-locale",
"boost-optional",
"boost-property-tree",
"boost-ptr-container",
"boost-range",
"boost-test",
"boost-uuid",
2022-04-28 22:35:05 +00:00
"cairo",
"wxwidgets",
"glew",
"curl",
{
"name": "gettext",
"features": [ "tools" ],
"host": true
},
2022-04-28 22:35:05 +00:00
"harfbuzz",
"glm",
2023-06-06 01:03:25 +00:00
{
"name": "opencascade",
"features": [ "rapidjson" ]
},
2022-04-28 22:35:05 +00:00
"opengl",
"python3",
"openssl",
{
"name": "sqlite3",
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
},
2022-04-28 22:35:05 +00:00
"icu",
2023-02-08 19:20:20 +00:00
"ngspice",
2023-10-20 13:08:33 +00:00
"wxpython",
"libgit2",
"nng",
"protobuf"
2022-04-28 22:35:05 +00:00
],
"overrides": [
{
"name": "glm",
2024-03-29 22:26:43 +00:00
"version": "0.9.9.8#2",
"$comment": "Pinned due to bad vcpkg port updating to a non-real version"
},
2022-04-28 22:35:05 +00:00
{
"name": "python3",
2023-10-11 22:13:53 +00:00
"version": "3.11.5#0"
2022-04-28 22:35:05 +00:00
},
{
"name": "wxwidgets",
2024-05-25 13:36:40 +00:00
"version": "3.2.5#0"
},
{
"name": "wxpython",
2024-05-25 13:36:40 +00:00
"version": "4.2.0#16"
2022-06-12 03:44:16 +00:00
},
{
"name": "ngspice",
2023-12-30 04:07:10 +00:00
"version": "42"
2024-03-29 22:25:42 +00:00
},
{
"name": "liblzma",
"version": "5.4.4",
"$comment": "liblzma & xz were compromised upstream: CVE-2024-3094."
2022-04-28 22:35:05 +00:00
}
]
2022-06-12 03:44:16 +00:00
}