20-srt.json 522 B

1234567891011121314151617181920212223
  1. {
  2. "name": "srt",
  3. "buildsystem": "cmake-ninja",
  4. "config-opts": [
  5. "-DCMAKE_BUILD_TYPE=Release",
  6. "-DENABLE_STATIC=OFF",
  7. "-DENABLE_APPS=OFF",
  8. "-DENABLE_LOGGING=OFF"
  9. ],
  10. "cleanup": [
  11. "/include",
  12. "/lib/pkgconfig",
  13. "/bin"
  14. ],
  15. "sources": [
  16. {
  17. "type": "git",
  18. "url": "https://github.com/Haivision/srt.git",
  19. "tag": "v1.5.3",
  20. "commit": "09f35c0f1743e23f514cb41444504a7faeacf89e"
  21. }
  22. ]
  23. }