{ "id": "org.kde.kdenlive", "default-branch": "master", "runtime": "org.kde.Platform", "runtime-version": "6.9", "sdk": "org.kde.Sdk", "sdk-extensions" : [ "org.freedesktop.Sdk.Extension.llvm19" ], "command": "kdenlive", "rename-icon": "kdenlive", "desktop-file-name-suffix": " (Nightly)", "finish-args": [ "--require-version=0.11.4", "--share=ipc", "--socket=wayland", "--socket=fallback-x11", "--device=all", "--socket=pulseaudio", "--share=network", "--filesystem=host", "--filesystem=xdg-run/pipewire-0", "--filesystem=xdg-config/kdeglobals:ro", "--env=TMPDIR=/var/tmp", "--env=QT_ENABLE_HIGHDPI_SCALING=1", "--env=FREI0R_PATH=/app/lib/frei0r-1", "--env=LADSPA_PATH=/app/extensions/Plugins/ladspa:/app/lib/ladspa", "--env=PACKAGE_TYPE=flatpak" ], "add-extensions": { "org.freedesktop.LinuxAudio.Plugins": { "directory": "extensions/Plugins", "version": "24.08", "add-ld-path": "lib", "merge-dirs": "ladspa", "subdirectories": true, "no-autodownload": true }, "org.freedesktop.LinuxAudio.Plugins.swh": { "directory": "extensions/Plugins/swh", "version": "24.08", "add-ld-path": "lib", "merge-dirs": "ladspa", "autodelete": false, "subdirectories": true }, "org.freedesktop.LinuxAudio.Plugins.TAP": { "directory": "extensions/Plugins/TAP", "version": "24.08", "add-ld-path": "lib", "merge-dirs": "ladspa", "autodelete": false, "subdirectories": true } }, "cleanup": [ "/include", "/lib/pkgconfig", "/lib/cmake", "/mkspecs", "/share/aclocal", "/share/gtk-doc", "/share/man", "/share/pkgconfig", "*.a", "*.la", "*.cmake" ], "modules": [ "packaging/flatpak/org.kde.kdenlive-dependencies.json", { "name": "kdenlive", "buildsystem": "cmake-ninja", "builddir": true, "config-opts": [ "-DCMAKE_BUILD_TYPE=RelWithDebInfo", "-DRELEASE_BUILD=OFF", "-DBUILD_TESTING=OFF", "-DFETCH_OTIO=OFF" ], "post-install": [ "install -d /app/extensions/Plugins" ], "sources": [ { "type": "dir", "path": "." } ] } ] }