1 { lib, stdenv, fetchFromGitHub, boost, ladspaH, lilv, lv2, pkg-config, serd, sord, sratom }:
4 pname = "plugin-torture";
5 version = "2016-07-25";
7 src = fetchFromGitHub {
9 repo = "plugin-torture";
10 rev = "8b9c43197dca372da6b9c8212224ec86b5f16b4a";
11 sha256 = "1xyhvhm85d9z0kw716cjllrrzksn4s4bw34layg8hf4m5m31sp2p";
14 nativeBuildInputs = [ pkg-config ];
15 buildInputs = [ boost ladspaH lilv lv2 serd sord sratom ];
19 cp plugin-torture $out/bin/
20 cp find-safe-plugins $out/bin/
24 broken = (stdenv.isLinux && stdenv.isAarch64);
25 homepage = "https://github.com/cth103/plugin-torture";
26 description = "A tool to test LADSPA and LV2 plugins";
27 license = licenses.gpl2;
28 maintainers = [ maintainers.magnetophon ];
29 platforms = platforms.linux;