From dcfc1fa34128b05fe65636e3a8a04d1847492a68 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 5 Sep 2015 01:32:13 +0200 Subject: dfasma: 1.1.2 -> 1.1.11 And (merely cosmetic) re-shuffle. --- pkgs/applications/audio/dfasma/default.nix | 31 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'pkgs') diff --git a/pkgs/applications/audio/dfasma/default.nix b/pkgs/applications/audio/dfasma/default.nix index 9c12249a5992..c341b1d2ac26 100644 --- a/pkgs/applications/audio/dfasma/default.nix +++ b/pkgs/applications/audio/dfasma/default.nix @@ -2,9 +2,9 @@ let - version = "1.1.3"; + version = "1.1.11"; rev = "v${version}"; - sha256 = "0rprnyvvd6yziwl94d3khd7rq95mvsmwag3x4ah0a5iar9w17r0c"; + sha256 = "1qn2b074pg2w3kd17mld2ibq4x9slmydd3kczz1zyxl8dryrrgfk"; reaperFork = { src = fetchFromGitHub { @@ -27,6 +27,19 @@ in stdenv.mkDerivation { owner = "gillesdegottex"; }; + buildInputs = [ fftw libsndfile qt5.base qt5.multimedia ]; + + postPatch = '' + substituteInPlace dfasma.pro --replace '$$DFASMAVERSIONGITPRO' '${version}' + cp -Rv "${reaperFork.src}"/* external/REAPER + ''; + + configurePhase = '' + qmake PREFIX=$out PREFIXSHORTCUT=$out dfasma.pro + ''; + + enableParallelBuilding = true; + meta = with stdenv.lib; { inherit version; description = "Analyse and compare audio files in time and frequency"; @@ -43,18 +56,4 @@ in stdenv.mkDerivation { platforms = platforms.linux; maintainers = with maintainers; [ nckx ]; }; - - buildInputs = [ fftw libsndfile qt5.base qt5.multimedia ]; - - postPatch = '' - substituteInPlace dfasma.pro \ - --replace '$$DFASMAVERSIONGITPRO' '${version}' - cp -Rv "${reaperFork.src}"/* external/REAPER - ''; - - configurePhase = '' - qmake PREFIX=$out PREFIXSHORTCUT=$out dfasma.pro - ''; - - enableParallelBuilding = true; } -- cgit 1.4.1