diff options
Diffstat (limited to 'user/rubberband/no-jni.patch')
-rw-r--r-- | user/rubberband/no-jni.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/user/rubberband/no-jni.patch b/user/rubberband/no-jni.patch new file mode 100644 index 000000000..82e08c970 --- /dev/null +++ b/user/rubberband/no-jni.patch @@ -0,0 +1,15 @@ +diff -Nurd rubberband-1.8.2/Makefile.in rubberband-1.8.2.new/Makefile.in +--- rubberband-1.8.2/Makefile.in 2018-05-15 12:43:39.000000000 -0500 ++++ rubberband-1.8.2.new/Makefile.in 2018-08-03 00:50:46.435326979 -0500 +@@ -179,11 +179,9 @@ + cp $(STATIC_TARGET) $(DESTDIR)$(INSTALL_LIBDIR) + rm -f $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_ABI_VERSION) + rm -f $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION) +- rm -f $(DESTDIR)$(INSTALL_LIBDIR)/$(JNINAME)$(DYNAMIC_EXTENSION) + 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) |