drumstick: 2.7.0 -> 2.7.2 (#223196)

Build with sonivox

authored by Orivej Desh and committed by GitHub c87fb8fd dfcb6f56

+4 -9
+4 -9
pkgs/development/libraries/drumstick/default.nix
··· 1 { lib, stdenv, fetchurl 2 , cmake, docbook_xml_dtd_45, docbook_xsl, doxygen, graphviz-nox, pkg-config, qttools, wrapQtAppsHook 3 - , alsa-lib, fluidsynth, qtbase, qtsvg, libpulseaudio 4 }: 5 6 stdenv.mkDerivation rec { 7 pname = "drumstick"; 8 - version = "2.7.0"; 9 10 src = fetchurl { 11 url = "mirror://sourceforge/drumstick/${version}/${pname}-${version}.tar.bz2"; 12 - hash = "sha256-Yb5SrXJ5ZK0IJ8XbnxAGLlfqKGOrfv2VET9Ba8dKItU="; 13 }; 14 15 patches = [ ··· 18 19 postPatch = '' 20 substituteInPlace library/rt/backendmanager.cpp --subst-var out 21 - 22 - # https://sourceforge.net/p/drumstick/bugs/39/ 23 - substituteInPlace drumstick-alsa.pc.in drumstick-file.pc.in drumstick-rt.pc.in drumstick-widgets.pc.in \ 24 - --replace '$'{prefix}/@CMAKE_INSTALL_LIBDIR@ @CMAKE_INSTALL_FULL_LIBDIR@ \ 25 - --replace '$'{prefix}/@CMAKE_INSTALL_INCLUDEDIR@ @CMAKE_INSTALL_FULL_INCLUDEDIR@ 26 ''; 27 28 outputs = [ "out" "dev" "man" ]; ··· 32 ]; 33 34 buildInputs = [ 35 - alsa-lib fluidsynth libpulseaudio qtbase qtsvg 36 ]; 37 38 cmakeFlags = [
··· 1 { lib, stdenv, fetchurl 2 , cmake, docbook_xml_dtd_45, docbook_xsl, doxygen, graphviz-nox, pkg-config, qttools, wrapQtAppsHook 3 + , alsa-lib, fluidsynth, libpulseaudio, qtbase, qtsvg, sonivox 4 }: 5 6 stdenv.mkDerivation rec { 7 pname = "drumstick"; 8 + version = "2.7.2"; 9 10 src = fetchurl { 11 url = "mirror://sourceforge/drumstick/${version}/${pname}-${version}.tar.bz2"; 12 + hash = "sha256-5XxG5ur584fgW4oCONgMiWzV48Q02HEdmpb9+YhBFe0="; 13 }; 14 15 patches = [ ··· 18 19 postPatch = '' 20 substituteInPlace library/rt/backendmanager.cpp --subst-var out 21 ''; 22 23 outputs = [ "out" "dev" "man" ]; ··· 27 ]; 28 29 buildInputs = [ 30 + alsa-lib fluidsynth libpulseaudio qtbase qtsvg sonivox 31 ]; 32 33 cmakeFlags = [