kicad-source/vcpkg.json

86 lines
1.6 KiB
JSON
Raw Normal View History

2022-04-28 18:35:05 -04:00
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
2022-04-28 18:35:05 -04:00
"name": "kicad",
2024-10-02 06:50:31 -04:00
"version": "8.99",
2022-04-28 18:35:05 -04:00
"license": "GPL-2.0+",
"dependencies": [
2023-04-08 20:22:00 -04:00
"boost-algorithm",
2024-04-02 21:18:58 -04:00
"boost-bimap",
2023-04-08 20:22:00 -04:00
"boost-filesystem",
"boost-functional",
"boost-iterator",
"boost-locale",
"boost-optional",
"boost-property-tree",
"boost-ptr-container",
"boost-random",
2023-04-08 20:22:00 -04:00
"boost-range",
"boost-stacktrace",
2023-04-08 20:22:00 -04:00
"boost-test",
"boost-uuid",
2022-04-28 18:35:05 -04:00
"cairo",
{
"name": "wxwidgets-33",
"features": [ "webview" ]
},
"glew",
2022-04-28 18:35:05 -04:00
"curl",
{
"name": "gettext",
"features": [ "tools" ],
"host": true
},
2022-04-28 18:35:05 -04:00
"harfbuzz",
"glm",
2023-06-05 21:03:25 -04:00
{
"name": "opencascade",
"features": [ "rapidjson" ]
},
2022-04-28 18:35:05 -04:00
"opengl",
"python3",
"openssl",
{
"name": "sqlite3",
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
},
2022-04-28 18:35:05 -04:00
"icu",
"ngspice",
"wxpython-33",
{
"name": "libgit2",
"features": [ "ssh", "winhttp" ]
},
"nng",
2024-07-15 23:46:43 +00:00
"protobuf",
"zstd"
2022-04-28 18:35:05 -04:00
],
"overrides": [
{
"name": "glm",
2024-03-29 18:26:43 -04:00
"version": "0.9.9.8#2",
"$comment": "Pinned due to bad vcpkg port updating to a non-real version"
},
2022-04-28 18:35:05 -04:00
{
"name": "python3",
2023-10-11 18:13:53 -04:00
"version": "3.11.5#0"
2022-04-28 18:35:05 -04:00
},
{
"name": "wxwidgets-33",
"version": "3.3.0#3"
},
{
"name": "wxpython-33",
2025-06-16 21:03:44 -04:00
"version": "4.2.3#1"
2022-06-12 03:44:16 +00:00
},
{
"name": "ngspice",
2025-09-06 13:35:09 -04:00
"version": "45.2#0"
2024-03-29 18:25:42 -04:00
},
{
"name": "protobuf",
2025-05-21 19:53:02 -04:00
"version": "3.21.12#4",
"$comment": "Pinned until compat in kicad is improved"
2022-04-28 18:35:05 -04:00
}
]
2022-06-12 03:44:16 +00:00
}