28 pname = "qstopmotion";
32 url = "mirror://sourceforge/project/${pname}/Version_${
33 builtins.replaceStrings [ "." ] [ "_" ] version
34 }/${pname}-${version}-Source.tar.gz";
35 sha256 = "sha256-jyBUyadkSuQKXOrr5XZ1jy6of1Qw8S2HPxuOrPc7RnE=";
64 substituteInPlace CMakeLists.txt \
65 --replace "find_package(Qt5 REQUIRED COMPONENTS Core Widgets Xml" \
66 "find_package(Qt5 REQUIRED COMPONENTS Core Widgets Xml Multimedia"
67 grep -rl 'qwt' . | xargs sed -i 's@<qwt/qwt_slider.h>@<qwt_slider.h>@g'
74 (lib.makeBinPath [ ffmpeg ])
78 homepage = "http://www.qstopmotion.org";
79 description = "Create stopmotion animation with a (web)camera";
81 Qstopmotion is a tool to create stopmotion
82 animation. Its users are able to create stop-motions from pictures
83 imported from a camera or from the harddrive and export the
84 animation to different video formats such as mpeg or avi.
87 license = lib.licenses.gpl2Plus;
88 maintainers = [ maintainers.leenaars ];
89 broken = stdenv.hostPlatform.isAarch64;
90 platforms = lib.platforms.gnu ++ lib.platforms.linux;
91 mainProgram = "qstopmotion";