Skip to content
Snippets Groups Projects

community/obs-studio: enable pipewire plugin

Closed Marian Buschsieweke requested to merge maribu/aports:community/obs-studio into master
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
@@ -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
}
Loading