From 0c86474c77ce3e5457ee3cedb37d31af08fc215e Mon Sep 17 00:00:00 2001 From: lemmi Date: Tue, 19 Jun 2018 12:14:54 +0200 Subject: [PATCH] rubberband: update to 1.8.2. --- .../patches/ignore-JNI-target-on-install.patch | 12 ++++++++++++ srcpkgs/rubberband/template | 11 ++++++----- 2 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 srcpkgs/rubberband/patches/ignore-JNI-target-on-install.patch diff --git a/srcpkgs/rubberband/patches/ignore-JNI-target-on-install.patch b/srcpkgs/rubberband/patches/ignore-JNI-target-on-install.patch new file mode 100644 index 00000000000..fbea1bd1800 --- /dev/null +++ b/srcpkgs/rubberband/patches/ignore-JNI-target-on-install.patch @@ -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) diff --git a/srcpkgs/rubberband/template b/srcpkgs/rubberband/template index aeb73e1552d..9335732524b 100644 --- a/srcpkgs/rubberband/template +++ b/srcpkgs/rubberband/template @@ -1,7 +1,7 @@ # Template file for 'rubberband' pkgname=rubberband -version=1.8.1 -revision=2 +version=1.8.2 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config" 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" maintainer="Juan RP " license="GPL-2" -homepage="http://www.breakfastquay.com/rubberband/" -distfiles="http://code.breakfastquay.com/attachments/download/16/${pkgname}-${version}.tar.bz2" -checksum=ff0c63b0b5ce41f937a8a3bc560f27918c5fe0b90c6bc1cb70829b86ada82b75 +homepage="https://breakfastquay.com/rubberband/" +changelog="https://breakfastquay.com/news.html" +distfiles="https://breakfastquay.com/files/releases/rubberband-${version}.tar.bz2" +checksum=86bed06b7115b64441d32ae53634fcc0539a50b9b648ef87443f936782f6c3ca librubberband_package() { short_desc+=" - Runtime libraries"