rubberband: update to 2.0.2.
This commit is contained in:
parent
c244f76734
commit
7842fd4fbe
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'rubberband'
|
||||
pkgname=rubberband
|
||||
version=1.9.0
|
||||
version=2.0.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="ladspa-sdk libsamplerate-devel vamp-plugin-sdk-devel fftw-devel"
|
||||
makedepends="ladspa-sdk libsamplerate-devel vamp-plugin-sdk-devel fftw-devel lv2"
|
||||
depends="libvamp-plugin-sdk"
|
||||
short_desc="Time-stretching and pitch-shifting audio library"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -12,7 +12,12 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://breakfastquay.com/rubberband/"
|
||||
changelog="https://breakfastquay.com/news.html"
|
||||
distfiles="https://breakfastquay.com/files/releases/rubberband-${version}.tar.bz2"
|
||||
checksum=4f5b9509364ea876b4052fc390c079a3ad4ab63a2683aad09662fb905c2dc026
|
||||
checksum=b9eac027e797789ae99611c9eaeaf1c3a44cc804f9c8a0441a0d1d26f3d6bdf9
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
LDFLAGS+=" -latomic"
|
||||
fi
|
||||
|
||||
librubberband_package() {
|
||||
short_desc+=" - Runtime libraries"
|
||||
|
|
Loading…
Reference in New Issue