mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
34 lines
661 B
TOML
34 lines
661 B
TOML
#TODO missing script for CMake, see https://github.com/obsproject/obs-studio/wiki/Building-OBS-Studio
|
|
#TODO maybe missing dependencies
|
|
[source]
|
|
git = "https://github.com/obsproject/obs-studio"
|
|
rev = "b45a73296f4f898e2ed455023020058075c30bab"
|
|
[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++",
|
|
]
|