libsamplerate: 0.1.8 -> 0.1.9
This commit is contained in:
parent
29b04017b5
commit
d514bf3fcc
@ -4,20 +4,18 @@ let
|
|||||||
inherit (stdenv.lib) optionals optionalString;
|
inherit (stdenv.lib) optionals optionalString;
|
||||||
|
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "libsamplerate-0.1.8";
|
name = "libsamplerate-0.1.9";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://www.mega-nerd.com/SRC/${name}.tar.gz";
|
url = "http://www.mega-nerd.com/SRC/${name}.tar.gz";
|
||||||
sha256 = "01hw5xjbjavh412y63brcslj5hi9wdgkjd3h9csx5rnm8vglpdck";
|
sha256 = "1ha46i0nbibq0pl0pjwcqiyny4hj8lp1bnl4dpxm64zjw9lb2zha";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libsndfile ]
|
buildInputs = [ libsndfile ]
|
||||||
++ optionals stdenv.isDarwin [ ApplicationServices CoreServices ];
|
++ optionals stdenv.isDarwin [ ApplicationServices CoreServices ];
|
||||||
|
|
||||||
# maybe interesting configure flags:
|
configureFlags = [ "--disable-fftw" ];
|
||||||
#--disable-fftw disable usage of FFTW
|
|
||||||
#--disable-cpu-clip disable tricky cpu specific clipper
|
|
||||||
|
|
||||||
outputs = [ "bin" "dev" "out" ];
|
outputs = [ "bin" "dev" "out" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user