You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

85 lines
1.6 KiB

  1. {
  2. "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  3. "name": "kicad",
  4. "version": "8.99",
  5. "license": "GPL-2.0+",
  6. "dependencies": [
  7. "boost-algorithm",
  8. "boost-bimap",
  9. "boost-filesystem",
  10. "boost-functional",
  11. "boost-iterator",
  12. "boost-locale",
  13. "boost-optional",
  14. "boost-property-tree",
  15. "boost-ptr-container",
  16. "boost-random",
  17. "boost-range",
  18. "boost-stacktrace",
  19. "boost-test",
  20. "boost-uuid",
  21. "cairo",
  22. {
  23. "name": "wxwidgets-33",
  24. "features": [ "webview" ]
  25. },
  26. "glew",
  27. "curl",
  28. {
  29. "name": "gettext",
  30. "features": [ "tools" ],
  31. "host": true
  32. },
  33. "harfbuzz",
  34. "glm",
  35. {
  36. "name": "opencascade",
  37. "features": [ "rapidjson" ]
  38. },
  39. "opengl",
  40. "python3",
  41. "openssl",
  42. {
  43. "name": "sqlite3",
  44. "features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
  45. },
  46. "icu",
  47. "ngspice",
  48. "wxpython-33",
  49. {
  50. "name": "libgit2",
  51. "features": [ "ssh", "winhttp" ]
  52. },
  53. "nng",
  54. "protobuf",
  55. "zstd"
  56. ],
  57. "overrides": [
  58. {
  59. "name": "glm",
  60. "version": "0.9.9.8#2",
  61. "$comment": "Pinned due to bad vcpkg port updating to a non-real version"
  62. },
  63. {
  64. "name": "python3",
  65. "version": "3.11.5#0"
  66. },
  67. {
  68. "name": "wxwidgets-33",
  69. "version": "3.3.0#3"
  70. },
  71. {
  72. "name": "wxpython-33",
  73. "version": "4.2.3#1"
  74. },
  75. {
  76. "name": "ngspice",
  77. "version": "45#0"
  78. },
  79. {
  80. "name": "protobuf",
  81. "version": "3.21.12#4",
  82. "$comment": "Pinned until compat in kicad is improved"
  83. }
  84. ]
  85. }