File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed
pkgs/by-name/st/stopmotion Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 stdenv ,
44 fetchgit ,
5+ cmake ,
56 pkg-config ,
67 qt5 ,
78 libvorbis ,
8- libtar ,
9+ libarchive ,
910 libxml2 ,
1011} :
1112
1213stdenv . 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/" ;
You can’t perform that action at this time.
0 commit comments