637da791ff
recipes/dev/gcc13 was claiming name='cxx' — conflicted with local/recipes/dev/gcc-native also claiming 'cxx'. Renamed to match directory names for unique package identification by the cookbook.
41 lines
856 B
TOML
41 lines
856 B
TOML
[package]
|
|
name = "obs-studio"
|
|
version = "32.0.4"
|
|
|
|
#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.4/OBS-Studio-32.0.4-Sources.tar.gz"
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DENABLE_UI=OFF",
|
|
"-DENABLE_SCRIPTING=OFF",
|
|
"-DENABLE_HEVC=OFF",
|
|
]
|
|
# 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++",
|
|
# ]
|