26 , phonon-backend-gstreamer
62 phonon-backend-gstreamer
77 # Both MLT and FFMpeg paths must be set or Kdenlive will complain that it
78 # doesn't find them. See:
79 # https://github.com/NixOS/nixpkgs/issues/83885
80 patches = [ ./mlt-path.patch ./ffmpeg-path.patch ];
84 # Module Qt5::Concurrent must be included in `find_package` before it is used.
86 sed -i CMakeLists.txt -e '/find_package(Qt5 REQUIRED/ s|)| Concurrent)|'
87 substituteAllInPlace src/kdenlivesettings.kcfg
92 # Frei0r path needs to be set too or Kdenlive will complain. See:
93 # https://github.com/NixOS/nixpkgs/issues/83885
94 # https://github.com/NixOS/nixpkgs/issues/29614#issuecomment-488849325
96 "--set FREI0R_PATH ${frei0r}/lib/frei0r-1"
100 qtWrapperArgs+=("''${gappsWrapperArgs[@]}")
104 homepage = "https://apps.kde.org/kdenlive/";
105 description = "Video editor";
106 license = with lib.licenses; [ gpl2Plus ];
107 maintainers = with lib.maintainers; [ turion ];