Skip to content

Commit adaa8da

Browse files
committed
stopmotion: 0.8.5 -> 0.8.7
Upstream packaging changes: * New upstream source URL * qmake -> cmake * libtar -> libarchive
1 parent 2bd2f80 commit adaa8da

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

pkgs/by-name/st/stopmotion/package.nix

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,26 @@
22
lib,
33
stdenv,
44
fetchgit,
5+
cmake,
56
pkg-config,
67
qt5,
78
libvorbis,
8-
libtar,
9+
libarchive,
910
libxml2,
1011
}:
1112

1213
stdenv.mkDerivation rec {
13-
version = "0.8.5";
14+
version = "0.8.7";
1415
pname = "stopmotion";
1516

1617
src = fetchgit {
17-
url = "https://git.code.sf.net/p/linuxstopmotion/code";
18+
url = "https://invent.kde.org/multimedia/stopmotion";
1819
rev = version;
19-
sha256 = "1612lkwsfzc59wvdj2zbj5cwsyw66bwn31jrzjrxvygxdh4ab069";
20+
hash = "sha256-wqrB0mo7sI9ntWF9QlYmGiRiIoLkMzD+mQ6BzhbAKX8=";
2021
};
2122

2223
nativeBuildInputs = [
23-
qt5.qmake
24+
cmake
2425
pkg-config
2526
qt5.wrapQtAppsHook
2627
];
@@ -29,14 +30,10 @@ stdenv.mkDerivation rec {
2930
qt5.qttools
3031
qt5.qtmultimedia
3132
libvorbis
32-
libtar
33+
libarchive
3334
libxml2
3435
];
3536

36-
postPatch = ''
37-
substituteInPlace stopmotion.pro --replace '$$[QT_INSTALL_BINS]' '${lib.getDev qt5.qttools}/bin'
38-
'';
39-
4037
meta = with lib; {
4138
description = "Create stop-motion animation movies";
4239
homepage = "http://linuxstopmotion.org/";

0 commit comments

Comments
 (0)