buildspec.json 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "dependencies": {
  3. "obs-studio": {
  4. "version": "28.0.1",
  5. "repository": "https://github.com/obsproject/obs-studio.git",
  6. "branch": "master",
  7. "hash": "e8dc70d0eef4503378d6ac300e680215eb5c9379"
  8. },
  9. "prebuilt": {
  10. "version": "2022-08-02",
  11. "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
  12. "label": "Pre-built obs-deps",
  13. "hashes": {
  14. "macos-x86_64": "7637e52305e6fc53014b5aabd583f1a4490b1d97450420e977cae9a336a29525",
  15. "macos-arm64": "755e0fa69b17a3ae444e1befa9d91d77e3cafe628fbd1c6333686091826595cd",
  16. "macos-universal": "de057e73e6fe0825664c258ca2dd6798c41ae580bf4d896e1647676a4941934a",
  17. "windows-x64": "2192d8ce780c4281b807cd457994963669e5202659ecd92f19b54c3e7d0c1915",
  18. "windows-x86": "9f8582ab5891b000869d6484ea591add9fbac9f1c91b56c7b85fdfd56a261c1b"
  19. }
  20. },
  21. "qt5": {
  22. "version": "2022-08-02",
  23. "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
  24. "label": "Pre-built Qt5",
  25. "hashes": {
  26. "macos-x86_64": "3d0381a52b0e4d49967936c4357f79ac711f43564329304a6db5c90edadd2697",
  27. "macos-arm64": "f4b32548c0530f121956bf0a9a70c36ecbbfca81073d39c396a1759baf2a05c3",
  28. "macos-universal": "9a6cf3b9a6c9efee6ba10df649202e8075e99f3c54ae88dc9a36dbc9d7471c1e",
  29. "windows-x64": "6488a33a474f750d5a4a268a5e20c78bb40799d99136a1b7ce3365a843cb2fd7",
  30. "windows-x86": "a916e09b0a874036801deab2c8a7ec14fdf5d268aa5511eac5bf40727e0c4e33"
  31. },
  32. "pdb-hashes": {
  33. "windows-x64": "e0e5070143fcad9311a68ce5685d8ba8f34f581ed6942b7a92d360f94ca1ba11",
  34. "windows-x86": "36642d1052aa461964f46c17610477b0d9b9defbe2d745ccaacb85f805c1bec2"
  35. }
  36. },
  37. "qt6": {
  38. "version": "2022-08-02",
  39. "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
  40. "label": "Pre-built Qt6",
  41. "hashes": {
  42. "macos-x86_64": "a83f72a11023b03b6cb2dc365f0a66ad9df31163bbb4fe2df32d601856a9fad3",
  43. "macos-arm64": "2f30af90c049670a5660656adbb440668aa1b0567f75a5f29e1def9108928403",
  44. "macos-universal": "252e6684f43ab9c6f262c73af739e2296ce391b998da2c4ee04c254aaa07db18",
  45. "windows-x64": "e5509b54196a3f935250cc4b9c54160c8e588fd0f92bc078a2a64f9d9e2e4e93",
  46. "windows-x86": "24fc03bef153a0e027c1479e42eb08097a4ea1d70a4710825be0783d0626cb0d"
  47. },
  48. "pdb-hashes": {
  49. "windows-x64": "60e5b1d2bc4d7c431bc05f14e3b1e85e088788c372fa85f58717cd6c49555a46",
  50. "windows-x86": "f34d1a89fc85d92913bd6c7f75ec5c28471d74db708c98161100bc8b75f8fc63"
  51. }
  52. }
  53. },
  54. "platformConfig": {
  55. "macos-x86_64": {
  56. "qtVersion": 6,
  57. "deploymentTarget": "10.15"
  58. },
  59. "macos-arm64": {
  60. "qtVersion": 6,
  61. "deploymentTarget": "11.0"
  62. },
  63. "macos-universal": {
  64. "qtVersion": 6,
  65. "deploymentTarget": "10.15"
  66. },
  67. "windows-x64": {
  68. "qtVersion": 6,
  69. "visualStudio": "Visual Studio 17 2022",
  70. "platformSDK": "10.0.20348.0"
  71. },
  72. "windows-x86": {
  73. "qtVersion": 6,
  74. "visualStudio": "Visual Studio 17 2022",
  75. "platformSDK": "10.0.20348.0"
  76. },
  77. "linux-x86_64": {
  78. "qtVersion": 6
  79. },
  80. "linux-aarch64": {
  81. "qtVersion": 6
  82. }
  83. },
  84. "name": "obs-plugintemplate",
  85. "version": "1.0.0",
  86. "author": "Your Name Here",
  87. "email": "me@mymailhost.com"
  88. }