2022-04-28 18:35:05 -04:00
|
|
|
{
|
2023-02-09 02:44:45 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
2022-04-28 18:35:05 -04:00
|
|
|
"name": "kicad",
|
2023-02-12 13:41:43 -05:00
|
|
|
"version": "7.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-range",
|
|
|
|
"boost-test",
|
|
|
|
"boost-uuid",
|
2022-04-28 18:35:05 -04:00
|
|
|
"cairo",
|
|
|
|
"wxwidgets",
|
|
|
|
"glew",
|
|
|
|
"curl",
|
2022-11-11 14:54:04 +01:00
|
|
|
{
|
|
|
|
"name": "gettext",
|
2023-03-04 18:34:23 -05:00
|
|
|
"features": [ "tools" ],
|
|
|
|
"host": true
|
2022-11-11 14:54:04 +01:00
|
|
|
},
|
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",
|
2023-08-06 22:50:39 +00:00
|
|
|
{
|
|
|
|
"name": "sqlite3",
|
|
|
|
"features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
|
|
|
|
},
|
2022-04-28 18:35:05 -04:00
|
|
|
"icu",
|
2023-02-08 19:20:20 +00:00
|
|
|
"ngspice",
|
2023-10-20 13:08:33 +00:00
|
|
|
"wxpython",
|
2023-01-29 13:06:05 -05:00
|
|
|
"libgit2",
|
|
|
|
"nng",
|
|
|
|
"protobuf"
|
2022-04-28 18:35:05 -04:00
|
|
|
],
|
|
|
|
"overrides": [
|
2023-10-16 14:54:07 +03:00
|
|
|
{
|
|
|
|
"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"
|
2023-10-16 14:54:07 +03:00
|
|
|
},
|
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",
|
2024-05-25 09:36:40 -04:00
|
|
|
"version": "3.2.5#0"
|
2022-05-08 20:02:07 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "wxpython",
|
2024-05-25 09:36:40 -04: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 18:25:42 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "liblzma",
|
|
|
|
"version": "5.4.4",
|
|
|
|
"$comment": "liblzma & xz were compromised upstream: CVE-2024-3094."
|
2022-04-28 18:35:05 -04:00
|
|
|
}
|
|
|
|
]
|
2022-06-12 03:44:16 +00:00
|
|
|
}
|