redox/recipes/wip/video/kdenlive/recipe.toml
2024-02-10 11:39:38 +00:00

40 lines
930 B
TOML

#TODO missing script for CMake, see 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"
rev = "da6ecdfbba7aadf88572ac5f87aeb88ff2d80f57"
[build]
template = "custom"
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",
]