1. 12 12月, 2019 2 次提交
  2. 18 11月, 2019 1 次提交
    • R
      obs-scripting: Fix Python in new MacOS .app bundles · a19fef22
      Rat 提交于
      The current scripting directory path given to Python on OSX is
      `../data/obs-scripting`. This works when bin/ and data/ are in the same
      folder like rundir after a compile and in the old .app bundles but the
      new normal .app bundle structure is different.
      
      For bundles move obspython.py and _obspython.so to the binary folder,
      just like the Lua one, and pass that bin path to the Python interpreter
      so it can find it.
      
      The current working dir isn't guaranteed to be set with .app bundles
      so look up binary path at runtime.
      a19fef22
  3. 03 11月, 2019 1 次提交
  4. 16 10月, 2019 1 次提交
  5. 15 10月, 2019 1 次提交
  6. 08 10月, 2019 1 次提交
  7. 08 9月, 2019 1 次提交
  8. 30 8月, 2019 1 次提交
  9. 27 7月, 2019 1 次提交
  10. 13 7月, 2019 1 次提交
  11. 25 5月, 2019 2 次提交
  12. 03 5月, 2019 2 次提交
  13. 06 4月, 2019 1 次提交
  14. 24 3月, 2019 1 次提交
  15. 23 3月, 2019 1 次提交
  16. 21 3月, 2019 1 次提交
  17. 08 3月, 2019 1 次提交
  18. 06 3月, 2019 2 次提交
  19. 02 3月, 2019 1 次提交
  20. 09 2月, 2019 1 次提交
  21. 03 2月, 2019 1 次提交
  22. 01 12月, 2018 2 次提交
  23. 13 11月, 2018 1 次提交
    • G
      CI: Update Qt path on Windows · e6ac8302
      Gol-D-Ace 提交于
      AppVeyor recently updated their Qt version to 5.11.2 which breaks
      builds, because of the outdated path. Using this path should always
      ensure that the newest subversion of Qt 5.11 gets used.
      e6ac8302
  24. 25 9月, 2018 1 次提交
  25. 19 9月, 2018 3 次提交
    • R
      CI: Add mbedTLS dependency for AppVeyor Linux · 2bf1f3f5
      Ryan Foster 提交于
      On Ubuntu 16.04 (Xenial), we have to build mbedTLS from source because
      the version available from apt, mbedTLS 2.2.1, does not work with the
      RTMPS implementation in OBS, which requires mbedTLS 2.7 at minimum. This
      is due to the use of the function mbedtls_ssl_conf_dh_param_bin, which
      was introduced in mbedTLS 2.7.
      2bf1f3f5
    • R
      CI: Build on Linux with AppVeyor · c3b2380b
      Ryan Foster 提交于
      Build on Linux (Ubuntu 16.04) with AppVeyor. Disable PowerShell on
      Linux. Ubuntu 16.04's dependencies are different from the existing
      Ubuntu 14.04 dependencies, so a separate script for installing those
      dependencies has been added.
      c3b2380b
    • R
      CI: Move AppVeyor install commands to a script file · dfbf42bf
      Ryan Foster 提交于
      Move the AppVeyor install scripts to a separate script file. This
      shortens the appveyor.yml file and makes it easier to introduce new
      install scripts for other build environments.
      
      There is one minor change to the install script, and that was to change
      directory back to the obs-studio git root directory.
      dfbf42bf
  26. 11 9月, 2018 1 次提交
    • J
      obs-browser: Fix local macOS build issues · 2c0f65c3
      jp9000 提交于
      (This also modifies the CI scripts accordingly)
      
      It was difficult to build local obs-browser builds on macOS due to the
      way the frameworks work and libraries are linked.  This solves that
      issue so that local builds of obs-browser should always work fine.
      2c0f65c3
  27. 29 8月, 2018 1 次提交
  28. 27 8月, 2018 2 次提交
  29. 18 8月, 2018 1 次提交
    • R
      CI: Use HTTPS for downloading macOS deps package · 485f798e
      Ryan Foster 提交于
      Pull Request #1420 changed the URL for the macOS deps package. When it
      did that, it also changed the URL from HTTPS to HTTP. Since this asset
      is available over HTTPS, we should use that.
      485f798e
  30. 10 8月, 2018 1 次提交
  31. 06 8月, 2018 1 次提交
  32. 02 8月, 2018 1 次提交
    • R
      CI: Update macOS dependencies in build script · 6dfeeca6
      Ryan Foster 提交于
      * Add mbedTLS in brew install
      * Update Sparkle from 1.16.0 to 1.20.0
      * Update Opus from 1.1.3 to 1.2.1
      * Update libogg from 1.3.2 to 1.3.3
      * Update libvorbis from 1.3.5 to 1.3.6
      * Update libvpx from 1.6.0 to 1.7.0
      * Update Jansson from 2.9 to 2.11
      * Update FFmpeg from 3.2.2 to 4.0.2
      6dfeeca6