buildspec.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "dependencies": {
  3. "prebuilt": {
  4. "version": "2023-04-03",
  5. "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
  6. "label": "Pre-Built obs-deps",
  7. "hashes": {
  8. "macos-x86_64": "2dfa6f7d14e576ab62abbaba60725f328e4fdcb30a07f1ac0a9d65f00825822d",
  9. "macos-arm64": "761904548b31f1a06b6a2afb745fde71655d5d86802dc3b64917151c95c30f16",
  10. "macos-universal": "0939339b45ad426d5649e7db945f1c479fde075418efc7789489758e7ecbc115",
  11. "windows-x64": "01b863b76b8ec55d870986d0649fe5b16eff1303179b4b2465e2eb031f3e4abf",
  12. "linux-x86_64": "3368b74195c31214051e92bac1ba4f99fb649d4d755e4611e9d7fc85c8375862"
  13. }
  14. },
  15. "qt6": {
  16. "version": "2023-04-03",
  17. "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
  18. "label": "Pre-Built Qt6",
  19. "hashes": {
  20. "macos-x86_64": "63939fd19e94ff04994ce42df1f39e183e327bb3860549c9372ddd1a1750787e",
  21. "macos-arm64": "25978f4ca93fc06682fce44ab16d5fe7cefdc6b35687b1bbeda9edd4bcaa31e8",
  22. "macos-universal": "d80227bd217b33cbe1b6629f9bcebc402f765667ace3c00e367ef0f36785fd0c",
  23. "windows-x64": "433aa1421206523ad0cc277a304e664deef8c6520a813e0be4b58155785869f2"
  24. },
  25. "debugSymbols": {
  26. "windows-x64": "351921edc2b8a18ea80b7568c008329534d017fe5b6da9567eb09f75048a3b78"
  27. }
  28. },
  29. "cef": {
  30. "version": "5060",
  31. "baseUrl": "https://cdn-fastly.obsproject.com/downloads",
  32. "label": "Chromium Embedded Framework",
  33. "hashes": {
  34. "macos-x86_64": "7ef71717ff2e4ff4212274c33f0993729f47c109c464e499544fd3f63586a069",
  35. "macos-arm64": "a9da8909202aefc8f35509d03eff9a7c837b5d3b2ed3afb39b67121cb16d457b",
  36. "linux-x86_64": "bf4aa9388bab7e94fa945cc3bba16b6da63b6a30f9c0342d42235468b39d84bf",
  37. "linux-aarch64": "68d915c9ba2639cba762a54cd3430fce2527aa6355d831d3cfcb6157664206b0",
  38. "windows-x64": "c1b47beb7ee42e98f1a41b6d694c26842a4a3d452e44bdf6f758c9785696533d"
  39. },
  40. "revision": {
  41. "macos-x86_64": 2,
  42. "macos-arm64": 2
  43. }
  44. },
  45. "vlc": {
  46. "version": "3.0.8",
  47. "baseUrl": "https://downloads.videolan.org/vlc",
  48. "label": "VLC",
  49. "hashes": {
  50. "windows-x64": "91f589ef69fce51645a3ecbb215b405c98db7b891479474ec3b5ed3b63c25e4a"
  51. }
  52. }
  53. },
  54. "platformConfig": {
  55. "macos-x86_64": {
  56. "qtVersion": 6,
  57. "deploymentTarget": "11.0",
  58. "buildTarget": "11.0"
  59. },
  60. "macos-arm64": {
  61. "qtVersion": 6,
  62. "deploymentTarget": "11.0",
  63. "buildTarget": "11.0"
  64. },
  65. "windows-x64": {
  66. "qtVersion": 6
  67. },
  68. "linux-x86_64": {
  69. "qtVersion": 6,
  70. "generator": "Ninja"
  71. }
  72. },
  73. "name": "obs-studio"
  74. }