aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2021-06-15 09:24:25 +0200
committerFrancesco Colista <fcolista@alpinelinux.org>2021-06-15 07:26:13 +0000
commitf7610a7cb1e198decee1e3118ccb486c6ba98f1e (patch)
treea5b41fc433b7e55c43c01dde89bbb6f72d41122d
parentd7b32a67f7059b87788ea013866d7f0732c0996d (diff)
community/obs-studio: enable pipewire plugin
- enable pipewire plugin to allow screncasting on Wayland using xdg-desktop-portal - add version override, so that version displayed in the program is not 0.0.1
-rw-r--r--community/obs-studio/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/obs-studio/APKBUILD b/community/obs-studio/APKBUILD
index 63832b8869d..8fb10fdeae4 100644
--- a/community/obs-studio/APKBUILD
+++ b/community/obs-studio/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=obs-studio
pkgver=27.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Free and open source software for live streaming and screen recording"
url="https://obsproject.com/"
# mips(64), armhf and s390x blocked by vlc (librsvg)
@@ -25,7 +25,9 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DUNIX_STRUCTURE=1 \
-DBUILD_BROWSER=OFF \
- -DBUILD_VST=OFF
+ -DBUILD_VST=OFF \
+ -DOBS_VERSION_OVERRIDE=$pkgver \
+ -DENABLE_PIPEWIRE=ON
cmake --build build
}