redox/recipes/wip/kde/kdenlive/recipe.toml
2026-06-15 17:22:31 -03:00

47 lines
1.1 KiB
TOML

#TODO not compiled or tested
#TODO discover minimum dependencies from cmake log
# build instructions: https://invent.kde.org/multimedia/kdenlive/-/blob/master/dev-docs/build.md#build-and-install-the-projects
[source]
git = "https://invent.kde.org/multimedia/kdenlive"
branch = "release/26.04"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DBUILD_TESTING=OFF",
"-DUSE_DBUS=OFF",
]
# dependencies = [
# "mlt",
# "ffmpeg6",
# "qt5-declarative",
# "qt5-tools",
# "qt5-multimedia",
# "qt5-svg",
# "qt5-quickcontrols",
# "qt5-quickcontrols2",
# "qt5-networkauth",
# "kf5-archive",
# "kf5-bookmarks",
# "kf5-codecs",
# "kf5-config",
# "kf5-configwidgets",
# "kf5-coreaddons",
# "kf5-crash",
# "kf5-dbusaddons",
# "kf5-declarative",
# "kf5-filemetadata",
# "kf5-guiaddons",
# "kf5-iconthemes",
# "kf5-init",
# "kf5-io",
# "kf5-newstuff",
# "kf5-notifications",
# "kf5-notifyconfig",
# "kf5-purpose",
# "kf5-textwidgets",
# "kf5-widgetaddons",
# "kf5-xmlgui",
# "breeze-icons",
# ]