mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 01:28:42 +08:00
32 lines
711 B
TOML
32 lines
711 B
TOML
#TODO not compiled or tested
|
|
#TODO discover minimum dependencies from cmake log
|
|
# build instructions: https://github.com/obsproject/obs-studio/wiki/Building-OBS-Studio
|
|
[source]
|
|
tar = "https://github.com/obsproject/obs-studio/releases/download/32.0.2/OBS-Studio-32.0.2-Sources.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
# dependencies = [
|
|
# "boost",
|
|
# "librsvg",
|
|
# "dbus",
|
|
# "fontconfig",
|
|
# "freetype2",
|
|
# "jansson",
|
|
# "pipewire",
|
|
# "mesa",
|
|
# "speexdsp",
|
|
# "ffmpeg6",
|
|
# "x264",
|
|
# "curl",
|
|
# "mbedtls",
|
|
# "libva",
|
|
# "qt5-base",
|
|
# "qt5-svg",
|
|
# "eudev",
|
|
# "pciutils",
|
|
# "libqrcodegenc",
|
|
# "librist",
|
|
# "libsrt",
|
|
# "libwebsocket++",
|
|
# ]
|