12 stdenv.mkDerivation rec {
13 pname = "vapoursynth-mvtools";
16 src = fetchFromGitHub {
18 repo = "vapoursynth-mvtools";
20 hash = "sha256-bEifU1PPNOBr6o9D6DGIzTaG4xjygBxkQYnZxd/4SwQ=";
33 configureFlags = [ "--libdir=$(out)/lib/vapoursynth" ];
36 description = "Set of filters for motion estimation and compensation";
37 homepage = "https://github.com/dubhater/vapoursynth-mvtools";
38 license = licenses.gpl2;
39 maintainers = with maintainers; [ rnhmjoj ];