1 {lib, stdenv, fetchurl, cmake}:
5 url = "mirror://debian/pool/main/libr/libresample/libresample_0.1.3-3.diff.gz";
6 sha256 = "063w8rqxw87fc89gas47vk0ll7xl8cy7d8g70gm1l62bqkkajklx";
10 name = "libresample-0.1.3";
12 url = "mirror://debian/pool/main/libr/libresample/libresample_0.1.3.orig.tar.gz";
13 sha256 = "05a8mmh1bw5afqx0kfdqzmph4x2npcs4idx0p0v6q95lwf22l8i0";
17 cat debian/patches/1001_shlib-cmake.patch | patch -p1
19 nativeBuildInputs = [ cmake ];
22 description = "A real-time library for sampling rate conversion library";
23 license = lib.licenses.lgpl2Plus;
24 homepage = "https://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html";
25 maintainers = [ lib.maintainers.sander ];
26 platforms = lib.platforms.unix;