commit 6a803cf6cd4d73c2411c224418c337d8e8829a3e
Author: Jakub Bogusz <[email protected]>
Date:   Mon Jan 11 21:42:25 2021 +0100

    - updated to 1.9.0
    - updated pc,jni patches

 rubberband-jni.patch |  9 ---------
 rubberband-pc.patch  | 16 ++++++++--------
 rubberband.spec      |  8 ++++----
 3 files changed, 12 insertions(+), 21 deletions(-)
---
diff --git a/rubberband.spec b/rubberband.spec
index fce7c8c..e9f94e1 100644
--- a/rubberband.spec
+++ b/rubberband.spec
@@ -5,15 +5,15 @@
 Summary:       An audio time-stretching and pitch-shifting library and utility 
program
 Summary(pl.UTF-8):     Biblioteka i narzędzie do rozciągania i harmonizowania 
dźwięku
 Name:          rubberband
-Version:       1.8.2
+Version:       1.9.0
 Release:       1
 License:       GPL v2+
 Group:         Applications/Sound
 Source0:       
https://breakfastquay.com/files/releases/%{name}-%{version}.tar.bz2
-# Source0-md5: db0ecb4f1a647bdaf7e43ef2ca2f7883
+# Source0-md5: a203a53ef14f23bd4344f4b32514ed62
 Patch0:                %{name}-pc.patch
 Patch1:                %{name}-jni.patch
-URL:           http://www.breakfastquay.com/rubberband/
+URL:           https://www.breakfastquay.com/rubberband/
 BuildRequires: fftw3-devel >= 3
 %{?with_jni:BuildRequires:     jdk}
 BuildRequires: ladspa-devel
@@ -143,7 +143,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG README.txt
+%doc CHANGELOG README.md
 %attr(755,root,root) %{_bindir}/rubberband
 
 %files libs
diff --git a/rubberband-jni.patch b/rubberband-jni.patch
index df6c26c..79939d7 100644
--- a/rubberband-jni.patch
+++ b/rubberband-jni.patch
@@ -17,12 +17,3 @@
  
  $(JAR_TARGET):        $(JAVA_SOURCE)
        $(JAVAC) $^
-@@ -183,7 +184,7 @@
-       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)
-+      if test -f $(JNI_TARGET) ; then cp -f $(JNI_TARGET) 
$(DESTDIR)$(INSTALL_LIBDIR)/$(JNINAME)$(DYNAMIC_EXTENSION) ; fi
-       cp $(VAMP_TARGET) $(DESTDIR)$(INSTALL_VAMPDIR)
-       cp vamp/vamp-rubberband.cat $(DESTDIR)$(INSTALL_VAMPDIR)
-       cp $(LADSPA_TARGET) $(DESTDIR)$(INSTALL_LADSPADIR)
diff --git a/rubberband-pc.patch b/rubberband-pc.patch
index 62e43d8..1ad1013 100644
--- a/rubberband-pc.patch
+++ b/rubberband-pc.patch
@@ -8,14 +8,14 @@
  includedir=${prefix}/include
  
  Name: rubberband
---- rubberband-1.8.2/Makefile.in.orig  2019-04-26 05:48:08.645791967 +0200
-+++ rubberband-1.8.2/Makefile.in       2019-04-26 05:50:46.468270303 +0200
-@@ -189,7 +189,7 @@
-       cp $(LADSPA_TARGET) $(DESTDIR)$(INSTALL_LADSPADIR)
-       cp ladspa/ladspa-rubberband.cat $(DESTDIR)$(INSTALL_LADSPADIR)
-       cp ladspa/ladspa-rubberband.rdf $(DESTDIR)$(INSTALL_LRDFDIR)
+--- rubberband-1.9.0/Makefile.in.orig  2021-01-11 21:36:48.112383422 +0100
++++ rubberband-1.9.0/Makefile.in       2021-01-11 21:37:39.002107728 +0100
+@@ -195,7 +195,7 @@
+       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)
+       test -f $(JNI_TARGET) && cp -f $(JNI_TARGET) 
$(DESTDIR)$(INSTALL_LIBDIR)/$(JNINAME)$(DYNAMIC_EXTENSION) || true
 -      sed "s,%PREFIX%,$(PREFIX)," rubberband.pc.in \
 +      sed "s,%PREFIX%,$(PREFIX),;s,%LIBDIR%,$(INSTALL_LIBDIR)," 
rubberband.pc.in \
          > $(DESTDIR)$(INSTALL_PKGDIR)/rubberband.pc
- 
- clean:
+ ifeq ($(WITH_PROGRAMS), yes)
+       $(MKDIR) -p $(DESTDIR)$(INSTALL_BINDIR)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rubberband.git/commitdiff/6a803cf6cd4d73c2411c224418c337d8e8829a3e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to