50b731f1b7
Derivative of Redox OS (https://www.redox-os.org) adding: - AMD GPU driver (amdgpu) via LinuxKPI compat layer - ext4 filesystem support (ext4d scheme daemon) - ACPI fixes for AMD bare metal (x2APIC, DMAR, IVRS, MCFG) - Custom branding (hostname, os-release, boot identity) Build system is full upstream Redox with RBOS overlay in local/. Patches for kernel, base, and relibc are symlinked from local/patches/ and protected from make clean/distclean. Custom recipes live in local/recipes/ with symlinks into the recipes/ search path. Build: make all CONFIG_NAME=redbear-full Sync: ./local/scripts/sync-upstream.sh
47 lines
1.1 KiB
TOML
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/25.12"
|
|
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",
|
|
# ]
|