diff --git a/org.kde.kdenlive.json b/org.kde.kdenlive.json index 8737479..48e39b8 100644 --- a/org.kde.kdenlive.json +++ b/org.kde.kdenlive.json @@ -1,66 +1,66 @@ { "id": "org.kde.kdenlive", "branch": "master", "runtime": "org.kde.Platform", "runtime-version": "5.12", "sdk": "org.kde.Sdk", "command": "kdenlive", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", "finish-args": ["--share=ipc", "--socket=x11", "--socket=wayland" ], "modules": [ { "name": "rttr", "buildsystem": "cmake-ninja", "builddir": true, "config-opts": [ "-DCMAKE_INSTALL_LIBDIR=lib", "-DBUILD_EXAMPLES=OFF", "-DBUILD_DOCUMENTATION=OFF", "-DBUILD_UNIT_TESTS=OFF", "-DBUILD_PACKAGE=OFF", "-DBUILD_STATIC=OFF" ], "sources": [ { "type": "archive", "url": "https://github.com/rttrorg/rttr/releases/download/v0.9.6/rttr-0.9.6-src.tar.gz", "sha256": "f62caee43016489320f8a69145c9208cddd72e451ea95618bc26a49a4cd6c990" }, { "type": "shell", "commands": "sed -i 's/-Werror/-Wno-error/' CMake/utility.cmake" } ] }, { "config-opts": [ "-DENABLE_TESTING=OFF" ], "name": "kfilemetadata", "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/kfilemetadata.git", "branch": "v5.59.0" } ] }, { "name": "gtk2", "config-opts": ["--disable-man", "--with-xinput=xfree"], "sources": [ { "type": "git", "url": "https://gitlab.gnome.org/GNOME/gtk.git", "branch": "gtk-2-24" } ] }, { "name": "mlt", - "sources": [ { "type": "git", "url": "https://github.com/mltframework/mlt.git", "branch": "v6.12.0" } ] + "sources": [ { "type": "git", "url": "https://github.com/mltframework/mlt.git", "branch": "v6.16.0" } ] }, { "name": "kdenlive", "config-opts": [ "-DCMAKE_BUILD_TYPE=Debug" ], "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/kdenlive.git" } ] } ] }