[build] type = "cmake" [build.flags] build_dir = "build" configure = [ "-G Ninja", "-DBUILD_EXAMPLES=OFF", "-DBUILD_SHARED_LIBS=ON", "-DWITH_AVFFT=ON", "-DWITH_LSR_BINDINGS=ON", "-DWITH_OPENMP=ON", "-DWITH_PFFFT=ON", "-DCMAKE_POLICY_VERSION_MINIMUM=3.5", ] [dependencies] build = [ "cmake", "ninja", ] runtime = [ "libcxx", "libunwind", ] [package] description = "SoX Resampler library that aims to give fast and high quality results for any constant resampling ratio" homepage = "https://sourceforge.net/p/soxr/wiki/Home/" license = "LGPL-2.1-or-Later" name = "libsoxr" version = "0.1.3" [[source]] extract_dir = "$name-$version" sha256 = "md5:3f16f4dcb35b471682d4321eda6f6c08" url = "https://downloads.sourceforge.net/project/soxr/soxr-$version-Source.tar.xz"