1 { lib, stdenv, fetchurl, makeWrapper
2 , coreutils, ffmpeg, gawk, gnugrep, gnused, imagemagick, mplayer
9 gopt = if stdenv.isLinux then util-linux else getopt;
11 coreutils ffmpeg gawk gnugrep gnused imagemagick mplayer gopt
18 url = "http://p.outlyer.net/files/vcs/vcs-${version}.bash";
19 sha256 = "0nhwcpffp3skz24kdfg4445i6j37ks6a0qsbpfd3dbi4vnpa60a0";
22 unpackCmd = "mkdir src; cp $curSrc src/vcs";
23 patches = [ ./fonts.patch ];
24 nativeBuildInputs = [ makeWrapper ];
30 substituteAllInPlace $out/bin/vcs
32 wrapProgram $out/bin/vcs --argv0 vcs --set PATH "${makeBinPath runtimeDeps}"
36 description = "Generates contact sheets from video files";
37 homepage = "http://p.outlyer.net/vcs";
38 license = licenses.cc-by-nc-sa-30;
39 maintainers = with maintainers; [ elitak ];
40 platforms = with platforms; unix;