rubberband: update to 1.8.2.
This commit is contained in:
parent
0d03c95918
commit
0c86474c77
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git Makefile.in Makefile.in
|
||||||
|
index 3a70a71..76f8552 100644
|
||||||
|
--- Makefile.in
|
||||||
|
+++ Makefile.in
|
||||||
|
@@ -183,7 +183,6 @@ install: all
|
||||||
|
cp $(DYNAMIC_TARGET) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION)
|
||||||
|
ln -s $(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_ABI_VERSION)
|
||||||
|
ln -s $(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION)
|
||||||
|
- cp -f $(JNI_TARGET) $(DESTDIR)$(INSTALL_LIBDIR)/$(JNINAME)$(DYNAMIC_EXTENSION)
|
||||||
|
cp $(VAMP_TARGET) $(DESTDIR)$(INSTALL_VAMPDIR)
|
||||||
|
cp vamp/vamp-rubberband.cat $(DESTDIR)$(INSTALL_VAMPDIR)
|
||||||
|
cp $(LADSPA_TARGET) $(DESTDIR)$(INSTALL_LADSPADIR)
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rubberband'
|
# Template file for 'rubberband'
|
||||||
pkgname=rubberband
|
pkgname=rubberband
|
||||||
version=1.8.1
|
version=1.8.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
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"
|
||||||
|
@ -9,9 +9,10 @@ depends="libvamp-plugin-sdk"
|
||||||
short_desc="Time-stretching and pitch-shifting audio library"
|
short_desc="Time-stretching and pitch-shifting audio library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.breakfastquay.com/rubberband/"
|
homepage="https://breakfastquay.com/rubberband/"
|
||||||
distfiles="http://code.breakfastquay.com/attachments/download/16/${pkgname}-${version}.tar.bz2"
|
changelog="https://breakfastquay.com/news.html"
|
||||||
checksum=ff0c63b0b5ce41f937a8a3bc560f27918c5fe0b90c6bc1cb70829b86ada82b75
|
distfiles="https://breakfastquay.com/files/releases/rubberband-${version}.tar.bz2"
|
||||||
|
checksum=86bed06b7115b64441d32ae53634fcc0539a50b9b648ef87443f936782f6c3ca
|
||||||
|
|
||||||
librubberband_package() {
|
librubberband_package() {
|
||||||
short_desc+=" - Runtime libraries"
|
short_desc+=" - Runtime libraries"
|
||||||
|
|
Loading…
Reference in New Issue