PatTheMav
c993b6059a
CI: Update build scripts and Github actions workflow
...
Also updates main CMakeLists.txt and CMakeLists.txt for unit tests,
also adds additional build directories to .gitignore file
2022-03-16 23:13:26 +01:00
Ryan Foster
1960f6c11c
CI: Update workflow to copy SOVERSION symlinks
...
Commit 7a5bffc0a66980113c32dbed123b3928d38abe8b applied a fix to the
macOS build script. This applies the same fix to the GitHub Actions
workflow that is actually currently used on CI.
2022-02-22 17:16:28 -05:00
Matt Gajownik
a7a0f69808
CI: Bump Windows CEF cache to fix reported version
...
While the previous cache had the correct changes, the version was
reported incorrectly. This will avoid confusion.
2022-02-21 10:32:17 +11:00
Matt Gajownik
2d9f19223a
CI: Bump Windows CEF cache for new OnAcceleratedPaint2
...
See https://github.com/obsproject/cef/commit/36fdac16a7 for more info.
This only bumps the cache on Windows as the changes are currently
Windows-specific.
2022-02-21 09:13:11 +11:00
PatTheMav
a38d55f945
CI: Update main workflow file to use fixed obs-deps
...
Prior version was linked against libxcb, because it was present on
Github Actions macOS runners. Consequently builds on CI will succeed
as the library is always present, will fail on user's machines though.
2022-02-19 15:40:00 -08:00
derrod
09e7d5d1a5
CI: Specify Windows Server 2019
2022-02-10 02:03:53 -05:00
Matt Gajownik
1793670bbf
CI: Update Windows x86 obs-deps package to 2022-01-31
...
This updates LibRIST.
* LibRIST: Fix a reconnection issue for Media Sources
2022-02-01 17:17:53 +11:00
Matt Gajownik
ff8df424b1
CI: Update Windows obs-deps package to 2022-01-31
...
This updates LibRIST, libaom and SVT-AV1.
* LibRIST: Fix a reconnection issue for Media Sources
* SVT-AV1: Update to v0.9.0
2022-02-01 17:12:44 +11:00
Matt Gajownik
cbbc8bc876
CI: Update macOS obs-deps package to 2022-01-31
...
This updates SVT-AV1 to v0.9.0.
2022-02-01 17:11:48 +11:00
Matt Gajownik
e9cbe52d96
CI: Bump CEF caches to fix cookie crash bug
...
Manually backported a CEF 97 bug fix to CEF 95 and rebuilt for all
platforms. More info:
https://bitbucket.org/chromiumembedded/cef/issues/3193/#comment-61679139
2022-01-22 21:20:07 +11:00
Ryan Foster
a708eda753
CI: Update Windows obs-deps package to 2022-01-01
...
This aligns CI Windows builds with recently shipped deps to support AV1
and RIST as well as providing other updates.
* Update FFmpeg from 4.2.4 to 4.4.1
* Update nv-codec-headers from 9.0.18.2 to 11.1.5.0
* Add libaom and SVT-AV1 support (64-bit only)
* Add RIST support
* Enable multithreading for libvpx obs-deps builds
2022-01-08 13:19:00 +11:00
Ryan Foster
5eca57eb7e
CI: Update macOS obs-deps package to 2022-01-01
...
Fix RIST on macOS. Patch libaom.
2022-01-08 13:19:00 +11:00
Matt Gajownik
a324584c20
CI: Trigger multiplatform builds on release branches
2022-01-02 13:20:25 +11:00
Ryan Foster
919a36ea90
CI: Use Windows obs-deps release
...
Use the Windows obs-deps release on CI instead of the current
dependencies2019.zip.
2021-12-21 14:14:26 -08:00
Matt Gajownik
e35b8d5888
CI: Update Windows CEF version to 4638 (Chromium 95)
2021-12-17 12:24:01 -08:00
Matt Gajownik
9c12a9ac98
CI: Update Linux CEF version to 4638 (Chromium 95)
2021-12-17 12:24:01 -08:00
Matt Gajownik
0c26becd80
CI: Update macOS CEF version to 4638 (Chromium 95)
2021-12-17 12:24:01 -08:00
Carlo Castoldi
4623a6b4bc
obs-ffmpeg: Set DRI devices and their name persistently
...
retrieving the DRI devices from /dev/dri/by-path/ instead of
/dev/dri/renderDXXX. This enable us to use lspci to get the device
name as well.
2021-12-12 11:12:36 +11:00
Colin Edwards
b4cfc6bcf4
CI: Add obsdeps to dylibBundler search
2021-12-06 14:09:39 -06:00
Colin Edwards
3bf21618f1
CI: Bump WINDOWS_DEPS_CACHE_VERSION
2021-12-06 00:07:56 -06:00
Colin Edwards
b58f83a44d
CI: Update macos deps to 2021-12-05
2021-12-05 23:45:21 -06:00
Norihiro Kamae
ebadfa3794
CI: Fix error when uninstalling curl and php
2021-11-03 21:13:23 +11:00
jpark37
cf518f4944
CI: Fix double zip by uploading build folders
2021-09-17 08:06:44 -07:00
gxalpha
0d755c3691
mac-virtualcam: Move DAL plugin to plugin data directory
...
Moves the DAL plugin to the data directory of the mac-virtualcam. Until
now, it was just lying in the top-level data directory
2021-08-17 08:21:32 -07:00
Yuriy Chumak
e6f1daab8c
UI: Add YouTube integration
2021-08-07 01:07:04 -07:00
Yuriy Chumak
eb6ba44c8a
UI: Include QtNetwork as a direct dependency
...
(Jim note: Rather than copy the QtNetwork library manually like we were
doing before, this makes it so that QtNetwork is used as a dependency of
the UI. The cmake used to copy the library manually thus us no longer
necessary.)
2021-07-24 15:50:59 -07:00
Matt Gajownik
38bb4dcc99
CI: Bump dmgbuild to 1.5.2 to fix detach error
2021-06-03 00:43:13 +10:00
PatTheMav
33bdef6cc7
CI: Fix dmgbuild breaking CI by pinning its version number
2021-05-31 11:42:16 -07:00
PatTheMav
b24faf6b33
CI: Add check for code signing credentials used by notarization
2021-05-18 20:30:51 -07:00
jpark37
2a3174cf9e
CI: Add versioning for dependencies zip file
2021-05-17 02:28:11 -07:00
Kurt Kartaltepe
0f172a0bc7
CI: Remove unneeded runtime deps
...
Removes kernel headers and dkms packages from the CI pipeline. These are
only needed when running obs and not when building. This avoids crashing
and burning in CI when secureboot is enabled. see: https://github.com/obsproject/obs-studio/pull/4560/checks?check_run_id=2403303957
2021-04-30 18:44:01 -07:00
Colin Edwards
1274943a0b
CI: Specify arch for prebuilt deps
2021-04-11 20:28:04 -05:00
Georges Basile Stavracas Neto
d0681b6db8
CI: Disable PipeWire on Ubuntu
...
Unfortunately, neither Ubuntu 20.04 nor 18.04 have a recent enough
PipeWire package. Disable the PipeWire bits of linux-capture there.
The Flatpak workflow is still able to build it, so keep it enabled
there.
2021-03-29 17:00:32 -03:00
PatTheMav
9da6fc67c4
CI: Fix missing entitlements on CEF components for obs-browser
2021-03-01 08:27:16 -08:00
Colin Edwards
9b699f65d7
CI: Update macOS dependencies bundle
2021-02-27 21:30:58 -06:00
Matt Gajownik
472ce22a73
CI: Build on Ubuntu 18.04, use newer clang-format
...
There are too many issues with 20.04 to successfully build with
VirtualCam - the azure kernel is missing videodev headers. For now,
use 18.04 LTS directly for main CI builds.
Both 18.04 and 20.04 include clang-format-10 without issue.
2021-02-22 02:10:34 -08:00
Georges Basile Stavracas Neto
586767ab12
ci: Install qtbase5-private-dev on Linux
...
List this dependency both under CI/install-dependencies-linux.sh, and
.github/workflows/main.yml.
2021-02-01 19:03:43 -03:00
PatTheMav
d2ca8b5d90
CI: Re-enable Python scripting support on CI for macOS
...
Closes obsproject/obs-studio#3689
2021-01-27 11:33:53 -08:00
Matt Gajownik
475172cffa
CI: Enable service integration on Linux
...
This also simplifies environment variable definitions
2021-01-27 11:39:09 +11:00
Matt Gajownik
a5c482dd19
CI: Use CEF 4280 on GH Actions builds
2021-01-27 10:11:41 +11:00
Matt Gajownik
6650f090d8
CI: Enable service integration in GitHub Actions
2021-01-18 21:07:56 +11:00
PatTheMav
bdfb626a32
CI: Add dynamic number of processors to make calls on CI
2021-01-08 22:40:51 -06:00
PatTheMav
ac2e7a4ef2
CI: Force use of system-provided binaries for build script
2021-01-08 22:40:51 -06:00
Ryan Foster
1b215e463c
CI: Update Windows dependencies to VS2019 versions
2021-01-08 15:11:15 -05:00
Ryan Foster
5e29ca30e4
CI: Update Windows Qt from 5.10.1 to 5.15.2
2021-01-08 15:11:09 -05:00
Colin Edwards
3056977737
CI: Update macOS to CEF 4183
2021-01-08 10:26:15 -08:00
Colin Edwards
0fa5dfcd30
Merge pull request #3933 from PatTheMav/macos-cef-texture-sharing
...
libobs: Add texture sharing support for macOS/OpenGL
2021-01-07 23:03:08 -06:00
PatTheMav
20fb235b8f
CI: Remove jack, speex and fdk-aac from default builds for macOS
2020-12-22 04:36:12 -08:00
PatTheMav
20bb465047
CI: Fix macOS 10.13 crashes due to unsupported library symbols
2020-12-19 18:48:38 -08:00
PatTheMav
61ea6e0247
libobs: Add texture sharing support for macOS/OpenGL
2020-12-18 17:44:03 +01:00