pkgname=rubberband pkgver=4.0.0 pkgrel=1 pkgdesc="Time-stretching and pitch-shifting audio library and utility" arch=('x86_64') url="https://www.breakfastquay.com/rubberband/" license=('GPL') depends=('libsamplerate' 'fftw' 'vamp-plugin-sdk') makedepends=('ladspa' 'meson' 'ninja') source=("https://breakfastquay.com/files/releases/${pkgname}-${pkgver}.tar.bz2" "https://github.com/breakfastquay/rubberband/commit/419a9bcf7066473b0d31e9a8a81fe0b2a8e41fed.diff") md5sums=('93bf3159eb91048e76eba35cf1bf766f' '0f92842cefcf908a0c281f4d1a9be9ab') build() { mkdir -p build cd build meson setup ../${pkgname}-${pkgver} \ --prefix=/usr \ --buildtype=release \ --libexecdir=/usr/lib ninja } package() { cd build DESTDIR=${pkgdir} ninja install }