UmVirt LFS Package info

DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
[ BASH | XML | JSON ]

obs-studio

OBS Studio - Free and open source software for live streaming and screen recording

Package info

Template:
Codename: obs-studio
Source file: OBS-Studio-31.0.3-Sources.tar.gz
Source file size: 16484637
Source file MD5-checkum: 880a1cb8630ad607a735a1863ceb1581
Source directory: obs-studio-31.0.3-sources
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/o/OBS-Studio-31.0.3-Sources.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/o/OBS-Studio-31.0.3-Sources.tar.gz.md5sum
Dependances: 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, 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