UmVirt LFS Package info

DB commit: f62baf7ba8eded2e302a2eb6b9da5f0cb7e95fef
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-30.1.2.tar.gz
Source file size: 16023853
Source file MD5-checkum: 892c15fc3e4bb7fe9ef90f49f5bc6cdf
Source directory: obs-studio-30.1.2
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/o/obs-studio-30.1.2.tar.gz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/o/obs-studio-30.1.2.tar.gz.md5sum
Dependances: freetype-stage2, fontconfig, Xlibs, alsa-lib, ffmpeg, fdk-aac, libva, speex, pulseaudio, v4l-utils, pipewire, vlc, swig, qt6, LuaJIT, libglvnd, libvpl.
Dependance of: *** NO PACKAGES FOUND ***
Patches: obs-studio-no-browser.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir -v build &&
cd       build

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 \
        ..

Build script:
cd       build
ninja

Install script:
cd       build
ninja install