buildspec.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "dependencies": {
  3. "prebuilt": {
  4. "version": "2023-06-01",
  5. "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
  6. "label": "Pre-Built obs-deps",
  7. "hashes": {
  8. "macos-universal": "ecbfba9473abced9bd16ef2ac29ed61ce036c10a3135039d464a7611daf27fb8",
  9. "windows-x64": "cacb858777edaa0251b90350192d175b9b977f186f872a16d1e6b67fc5b4f9f0",
  10. "linux-x86_64": "b97ed74fde7a01ba8e90916318733e0d0bf89ed30e84a53d1ccd425f4afe5d7f"
  11. }
  12. },
  13. "qt6": {
  14. "version": "2023-06-01",
  15. "baseUrl": "https://github.com/obsproject/obs-deps/releases/download",
  16. "label": "Pre-Built Qt6",
  17. "hashes": {
  18. "macos-universal": "5c1880af8fe8e6a0e85924952e8c756410c37e6f13e36667be86cd0979a2ae8b",
  19. "windows-x64": "aa77caa98d34263a97e0bd0435a18e5c981e915636af562557bb4bf09d49be04"
  20. },
  21. "debugSymbols": {
  22. "windows-x64": "7d955aca2b2976f9e085040795f5642b3cac1f76c5534a47fe8e6c6cf351a4fb"
  23. }
  24. },
  25. "cef": {
  26. "version": "5060",
  27. "baseUrl": "https://cdn-fastly.obsproject.com/downloads",
  28. "label": "Chromium Embedded Framework",
  29. "hashes": {
  30. "macos-x86_64": "7ef71717ff2e4ff4212274c33f0993729f47c109c464e499544fd3f63586a069",
  31. "macos-arm64": "a9da8909202aefc8f35509d03eff9a7c837b5d3b2ed3afb39b67121cb16d457b",
  32. "linux-x86_64": "bf4aa9388bab7e94fa945cc3bba16b6da63b6a30f9c0342d42235468b39d84bf",
  33. "linux-aarch64": "68d915c9ba2639cba762a54cd3430fce2527aa6355d831d3cfcb6157664206b0",
  34. "windows-x64": "c1b47beb7ee42e98f1a41b6d694c26842a4a3d452e44bdf6f758c9785696533d"
  35. },
  36. "revision": {
  37. "macos-x86_64": 2,
  38. "macos-arm64": 2
  39. }
  40. },
  41. "vlc": {
  42. "version": "3.0.8",
  43. "baseUrl": "https://downloads.videolan.org/vlc",
  44. "label": "VLC",
  45. "hashes": {
  46. "windows-x64": "91f589ef69fce51645a3ecbb215b405c98db7b891479474ec3b5ed3b63c25e4a"
  47. }
  48. }
  49. },
  50. "platformConfig": {
  51. "macos-universal": {
  52. "qtVersion": 6
  53. },
  54. "windows-x64": {
  55. "qtVersion": 6
  56. },
  57. "linux-x86_64": {
  58. "qtVersion": 6,
  59. "generator": "Ninja"
  60. }
  61. },
  62. "name": "obs-studio"
  63. }