1
0

buildspec.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "dependencies": {
  3. "prebuilt": {
  4. "version": "2023-06-22",
  5. "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
  6. "label": "Pre-Built obs-deps",
  7. "hashes": {
  8. "macos-universal": "a0d2e03f0ea79681634c31627430a220d9b62113d6ff58174d0bdab6fafdd32b",
  9. "windows-x64": "1b12e86e2d62a97a889866d66b95fe47ddc6f7fa9b13e88aedfab4ea9e298ea2",
  10. "windows-x86": "8c6bfda01ec7d38a50a61ac4954dc00d6fcb171830a7f32593c5bd20a44be3a9",
  11. "linux-x86_64": "1b82ab4247bc2730ae84caa5a009e76637eac77b05bfb4b4a2bae610e7a75262"
  12. }
  13. },
  14. "qt6": {
  15. "version": "2023-06-22",
  16. "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
  17. "label": "Pre-Built Qt6",
  18. "hashes": {
  19. "macos-universal": "f890d258a1afa7ba409b79c8ee55d53155e5c72105b8b18a3f52047ee70fc0aa",
  20. "windows-x64": "1907fbcbcef69527154b29316c425b0885afb77ad69a9a2af7a1471d79512195"
  21. },
  22. "debugSymbols": {
  23. "windows-x64": "b461a7ade0c099505baea857fa5b98c4f8e9b702681be019ea354735d062e065"
  24. }
  25. },
  26. "cef": {
  27. "version": "5060",
  28. "baseUrl": "https://cdn-fastly.obsproject.com/downloads",
  29. "label": "Chromium Embedded Framework",
  30. "hashes": {
  31. "macos-x86_64": "7ef71717ff2e4ff4212274c33f0993729f47c109c464e499544fd3f63586a069",
  32. "macos-arm64": "a9da8909202aefc8f35509d03eff9a7c837b5d3b2ed3afb39b67121cb16d457b",
  33. "linux-x86_64": "bf4aa9388bab7e94fa945cc3bba16b6da63b6a30f9c0342d42235468b39d84bf",
  34. "linux-aarch64": "68d915c9ba2639cba762a54cd3430fce2527aa6355d831d3cfcb6157664206b0",
  35. "windows-x64": "c1b47beb7ee42e98f1a41b6d694c26842a4a3d452e44bdf6f758c9785696533d"
  36. },
  37. "revision": {
  38. "macos-x86_64": 2,
  39. "macos-arm64": 2
  40. }
  41. }
  42. },
  43. "tools": {
  44. "ccache-win": {
  45. "version": "4.8.1",
  46. "baseUrl": "https://github.com/ccache/ccache/releases/download/",
  47. "label": "Ccache for Windows x64",
  48. "hash": "ca59770e9f46b59d6bec6e7036a17a27d601a0a5a0a721fe8e03fea734ccf732"
  49. }
  50. },
  51. "platformConfig": {
  52. "macos-universal": {
  53. "qtVersion": 6
  54. },
  55. "windows-x64": {
  56. "qtVersion": 6
  57. },
  58. "linux-x86_64": {
  59. "qtVersion": 6,
  60. "generator": "Ninja"
  61. }
  62. },
  63. "name": "obs-studio"
  64. }