UmVirt LFS Package info
DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
obs-studio
OBS Studio - Free and open source software for live streaming and screen recordingPackage info
Template: cmake-ninja
Codename: obs-studio
Source file: OBS-Studio-32.0.2-Sources.tar.gz
Source directory: obs-studio-32.0.2-sources
Package URL: OBS-Studio-32.0.2-Sources.tar.gz
Package md5-checksum URL: OBS-Studio-32.0.2-Sources.tar.gz.md5sum
Dependances: simde, pciutils, mesa-libglvnd, uthash, nv-codec-headers, mbedtls, nlohman-json, QR-Code-generator, websocketpp, asio, freetype-stage2, fontconfig, Xlibs, alsa-lib, ffmpeg, fdk-aac, libva, speex, pulseaudio, v4l-utils, pipewire-base, vlc, swig, qt6, luajit, libvpl.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir -v build &&
cd build
export CFLAGS+=" -Wno-error=deprecated-declarations"
cmake -G Ninja \
-DENABLE_NEW_MPEGTS_OUTPUT=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_BROWSER=OFF \
-DENABLE_PIPEWIRE=OFF \
-DENABLE_AJA=0 \
-DENABLE_WEBRTC=0 \
-DQT_VERSION=6 \
-Wno-dev \
..
Build script:
cd build
ninja
Install script:
cd build
ninja install