[build] type = "cmake" [build.flags] build_dir = "build" configure = [ "-DBUILD_SHARED_LIBS=ON", "-G Ninja", ] [dependencies] build = [ "cmake", "ninja", ] runtime = [ "libcxx", "libunwind", ] [package] description = "An audio processing library" homepage = "https://www.surina.net/soundtouch/" license = "LGPL-2.1-or-Later" name = "soundtouch" version = "2.4.0" [[source]] extract_dir = "$name-$version" url = "https://codeberg.org/soundtouch/soundtouch.git#$version" post_extract = [ "autoreconf -fiv", "./configure --prefix=/usr --enable-shared" ] patches = [ "soundtouch-cmake.patch" ] [[manual_sources]] file = "soundtouch-cmake.patch"