description="Time-stretching and pitch-shifting audio library and utility"
url="http://www.breakfastquay.com/rubberband/"

packager="Great-OS Team"
maintainer="rems"

makedepends=(ladspa libsamplerate fftw vamp-plugin-sdk openjdk)

name=rubberband
version=4.0.0

PKGMK_KEEP_SOURCES="no"

source=(https://github.com/breakfastquay/rubberband/archive/v$version.tar.gz)

build=meson

prepare() {

export JAVA_HOME="/opt/jdk"
}
