mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-17 00:38:43 +08:00
33 lines
644 B
TOML
33 lines
644 B
TOML
#TODO missing script for CMake, see https://github.com/obsproject/obs-studio/wiki/Building-OBS-Studio
|
|
#TODO maybe missing dependencies
|
|
[source]
|
|
tar = "https://github.com/obsproject/obs-studio/archive/refs/tags/30.0.1.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"boost",
|
|
"librsvg",
|
|
"dbus",
|
|
"fontconfig",
|
|
"freetype2",
|
|
"jansson",
|
|
"pipewire",
|
|
"mesa",
|
|
"speexdsp",
|
|
"ffmpeg6",
|
|
"x264",
|
|
"curl",
|
|
"mbedtls",
|
|
"libwayland",
|
|
"libva",
|
|
"qt5-base",
|
|
"qt5-svg",
|
|
"qt5-x11extras",
|
|
"eudev",
|
|
"pciutils",
|
|
"libqrcodegenc",
|
|
"librist",
|
|
"libsrt",
|
|
"libwebsocket++",
|
|
]
|