qstopmotion: 2.3.2 -> 2.4.0 (#44642)
This commit is contained in:
parent
8121eebb9a
commit
3703799f97
@ -1,20 +1,29 @@
|
|||||||
{ stdenv, fetchurl, qt5, ffmpeg, guvcview
|
{ stdenv, lib, fetchurl, qt5, ffmpeg, guvcview, cmake, ninja, libxml2
|
||||||
, cmake, ninja, libxml2, gettext, pkgconfig, libgphoto2, gphoto2, v4l_utils
|
, gettext, pkgconfig, libgphoto2, gphoto2, v4l_utils, libv4l, pcre
|
||||||
, libv4l, pcre }:
|
, qwt, extra-cmake-modules }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "qstopmotion";
|
pname = "qstopmotion";
|
||||||
version = "2.3.2";
|
version = "2.4.0";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/project/${pname}/Version_2_3_2/${name}-Source.tar.gz";
|
url = "mirror://sourceforge/project/${pname}/Version_2_4_0/${name}-Source.tar.gz";
|
||||||
sha256 = "1vbiznwyc05jqg0dpmgxmvf7kdzmlck0i8v2c5d69kgrdnaypcrf";
|
sha256 = "0pbyq6nrr9g3crlsng660768167s0fybvcpzbfc0w9kkhs2jwrr2";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qt5.qtbase ffmpeg guvcview v4l_utils libv4l pcre ];
|
buildInputs = with qt5; [ v4l_utils libv4l pcre qtbase qtmultimedia ffmpeg guvcview
|
||||||
|
qwt qtquickcontrols qtimageformats qtxmlpatterns ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig cmake ninja gettext libgphoto2 gphoto2 libxml2 libv4l ];
|
nativeBuildInputs = [ pkgconfig cmake extra-cmake-modules ninja
|
||||||
|
gettext libgphoto2 gphoto2 libxml2 libv4l ];
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace CMakeLists.txt \
|
||||||
|
--replace "find_package(Qt5 REQUIRED COMPONENTS Core Widgets Xml" \
|
||||||
|
"find_package(Qt5 REQUIRED COMPONENTS Core Widgets Xml Multimedia"
|
||||||
|
grep -rl 'qwt' . | xargs sed -i 's@<qwt/qwt_slider.h>@<qwt_slider.h>@g'
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.qstopmotion.org;
|
homepage = http://www.qstopmotion.org;
|
||||||
|
@ -17980,7 +17980,7 @@ with pkgs;
|
|||||||
|
|
||||||
qsyncthingtray = libsForQt5.callPackage ../applications/misc/qsyncthingtray { };
|
qsyncthingtray = libsForQt5.callPackage ../applications/misc/qsyncthingtray { };
|
||||||
|
|
||||||
qstopmotion = callPackage ../applications/video/qstopmotion { };
|
qstopmotion = libsForQt5.callPackage ../applications/video/qstopmotion { };
|
||||||
|
|
||||||
qsynth = libsForQt5.callPackage ../applications/audio/qsynth { };
|
qsynth = libsForQt5.callPackage ../applications/audio/qsynth { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user