diff --git a/srcpkgs/rubberband/patches/fix-armv5tel.patch b/srcpkgs/rubberband/patches/fix-armv5tel.patch new file mode 100644 index 00000000000..d8099130f42 --- /dev/null +++ b/srcpkgs/rubberband/patches/fix-armv5tel.patch @@ -0,0 +1,11 @@ +--- src/system/sysutils.cpp 2020-09-10 15:30:36.000000000 +0200 ++++ src/system/sysutils.cpp 2020-10-03 19:35:03.241898331 +0200 +@@ -189,7 +189,7 @@ + fesetenv(FE_DFL_DISABLE_DENORMS_ENV); + #endif + #endif +-#if defined __ARMEL__ ++#if defined __ARMEL__ && (__ARM_ARCH > 5) + // ARM32 + static const unsigned int x = 0x04086060; + static const unsigned int y = 0x03000000; diff --git a/srcpkgs/rubberband/patches/ignore-JNI-target-on-install.patch b/srcpkgs/rubberband/patches/ignore-JNI-target-on-install.patch deleted file mode 100644 index fbea1bd1800..00000000000 --- a/srcpkgs/rubberband/patches/ignore-JNI-target-on-install.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 d048d8aa8a0..0c1f15270aa 100644 --- a/srcpkgs/rubberband/template +++ b/srcpkgs/rubberband/template @@ -1,18 +1,18 @@ # Template file for 'rubberband' pkgname=rubberband -version=1.8.2 -revision=3 +version=1.9.0 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="ladspa-sdk libsamplerate-devel vamp-plugin-sdk-devel fftw-devel" depends="libvamp-plugin-sdk" short_desc="Time-stretching and pitch-shifting audio library" maintainer="Orphaned " -license="GPL-2" +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=86bed06b7115b64441d32ae53634fcc0539a50b9b648ef87443f936782f6c3ca +checksum=4f5b9509364ea876b4052fc390c079a3ad4ab63a2683aad09662fb905c2dc026 librubberband_package() { short_desc+=" - Runtime libraries"