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.

80 lines
1.5 KiB

  1. {
  2. "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  3. "name": "kicad",
  4. "version": "9.0",
  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-test",
  19. "boost-uuid",
  20. "cairo",
  21. "wxwidgets",
  22. "glew",
  23. "curl",
  24. {
  25. "name": "gettext",
  26. "features": [ "tools" ],
  27. "host": true
  28. },
  29. "harfbuzz",
  30. "glm",
  31. {
  32. "name": "opencascade",
  33. "features": [ "rapidjson" ]
  34. },
  35. "opengl",
  36. "python3",
  37. "openssl",
  38. {
  39. "name": "sqlite3",
  40. "features": [ "fts5", "fts4", "fts3", "rtree", "session" ]
  41. },
  42. "icu",
  43. "ngspice",
  44. "wxpython",
  45. {
  46. "name": "libgit2",
  47. "features": [ "ssh", "winhttp" ]
  48. },
  49. "nng",
  50. "protobuf",
  51. "zstd"
  52. ],
  53. "overrides": [
  54. {
  55. "name": "glm",
  56. "version": "0.9.9.8#2",
  57. "$comment": "Pinned due to bad vcpkg port updating to a non-real version"
  58. },
  59. {
  60. "name": "python3",
  61. "version": "3.11.5#0"
  62. },
  63. {
  64. "name": "wxwidgets",
  65. "version": "3.2.8"
  66. },
  67. {
  68. "name": "wxpython",
  69. "version": "4.2.2#3"
  70. },
  71. {
  72. "name": "ngspice",
  73. "version": "45.2#0"
  74. },
  75. {
  76. "name": "protobuf",
  77. "version": "3.21.12#4"
  78. }
  79. ]
  80. }