mirror of
https://github.com/luzifer-aur/obs-studio-browser.git
synced 2024-12-20 16:21:17 +00:00
Add libxdamage, enable webrtc
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
30d5712195
commit
a37be8e13c
1 changed files with 4 additions and 2 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=obs-studio-browser
|
pkgname=obs-studio-browser
|
||||||
pkgver=30.1.1
|
pkgver=30.1.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
pkgdesc="Free and open source software for video recording and live streaming. Built with the browser plugin."
|
||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
url="https://github.com/obsproject/obs-studio"
|
url="https://github.com/obsproject/obs-studio"
|
||||||
|
@ -18,7 +18,9 @@ depends=(
|
||||||
"gtk-update-icon-cache"
|
"gtk-update-icon-cache"
|
||||||
"jack"
|
"jack"
|
||||||
"jansson"
|
"jansson"
|
||||||
|
"libdatachannel"
|
||||||
"libxcomposite"
|
"libxcomposite"
|
||||||
|
"libxdamage"
|
||||||
"libxinerama"
|
"libxinerama"
|
||||||
"libxkbcommon-x11"
|
"libxkbcommon-x11"
|
||||||
"mbedtls"
|
"mbedtls"
|
||||||
|
@ -75,7 +77,7 @@ build() {
|
||||||
-DENABLE_LIBFDK=ON \
|
-DENABLE_LIBFDK=ON \
|
||||||
-DENABLE_NEW_MPEGTS_OUTPUT=OFF \
|
-DENABLE_NEW_MPEGTS_OUTPUT=OFF \
|
||||||
-DENABLE_VST=ON \
|
-DENABLE_VST=ON \
|
||||||
-DENABLE_WEBRTC=OFF \
|
-DENABLE_WEBRTC=ON \
|
||||||
-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" \
|
-DOBS_VERSION_OVERRIDE="$pkgver-$pkgrel" \
|
||||||
-Wno-dev
|
-Wno-dev
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue