]> git.pld-linux.org Git - packages/ladspa-rev-plugins.git/commitdiff
- updated to 0.8.1 master auto/th/ladspa-rev-plugins-0.8.1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 Sep 2023 09:02:55 +0000 (11:02 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 Sep 2023 09:02:55 +0000 (11:02 +0200)
ladspa-rev-plugins-misc_fixes.patch
ladspa-rev-plugins.spec

index ab9fcedf80b56fc6e1eb4606a497ce52dab1813d..1cdd6b045c22c70137009df36926bf41d9df15bb 100644 (file)
@@ -1,5 +1,5 @@
---- REV-plugins-0.7.1/Makefile.orig    2022-01-23 19:49:10.480719586 +0100
-+++ REV-plugins-0.7.1/Makefile 2022-01-23 20:10:49.480348969 +0100
+--- REV-plugins-0.8.1/source/Makefile.orig     2023-09-10 10:54:35.939012969 +0200
++++ REV-plugins-0.8.1/source/Makefile  2023-09-10 10:55:30.862048759 +0200
 @@ -19,21 +19,22 @@
  # -----------------------------------------------------------------------
  
  
  all:  zita-reverbs.so
  
- REVERBS_O = reverbs.o reverbs_if.o zreverb.o pareq.o
+ REVERBS_O = revplugins.o reverbs.o zreverb.o pareq.o
  zita-reverbs.so:      $(REVERBS_O)    
--      g++ -shared  -o $@  $(REVERBS_O)
+-      $(CXX) -shared  -o $@  $(REVERBS_O)
 +      $(CXX) $(LDFLAGS) $(CXXFLAGS) -shared  -o $@  $(REVERBS_O)
  
  reverbs.o:    ladspaplugin.h reverbs.h zreverb.h pareq.h
- reverbs_if.o: ladspaplugin.h reverbs.h zreverb.h pareq.h
+ revplugins.o: ladspaplugin.h reverbs.h zreverb.h pareq.h
  
  
  install:      zita-reverbs.so
  
  clean:
        rm -rf *~ *.o *.so
---- REV-plugins-0.7.1/ladspaplugin.h.orig      2022-01-23 19:49:10.480719586 +0100
-+++ REV-plugins-0.7.1/ladspaplugin.h   2022-01-23 20:11:23.316832328 +0100
-@@ -23,7 +23,7 @@
+--- REV-plugins-0.8.1/source/ladspaplugin.h.orig       2023-09-10 10:54:35.942346284 +0200
++++ REV-plugins-0.8.1/source/ladspaplugin.h    2023-09-10 10:56:00.868552866 +0200
+@@ -22,7 +22,7 @@
  #define __LADSPAPLUGIN_H
  
  
--#include "ladspa.h"
+-#include "ladspa.h"  // use local version
 +#include <ladspa.h>
  
  
index 181b69047377ebcb669c9cb26e716e7073cbe67e..fe1f215197e05904ec645ec8961c639de1d269c7 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Stereo reverb LADSPA plugin
 Summary(pl.UTF-8):     Wtyczka LADSPA - stereofoniczny pogłos
 Name:          ladspa-rev-plugins
-Version:       0.7.1
+Version:       0.8.1
 Release:       1
 License:       GPL v2+
 Group:         Applications/Sound
 Source0:       http://kokkinizita.linuxaudio.org/linuxaudio/downloads/REV-plugins-%{version}.tar.bz2
-# Source0-md5: 9f0be0d26592f67ba5fe16102c6bc332
+# Source0-md5: 6e3063d0b30d1038a6bcd987114d9c71
 Patch0:                %{name}-misc_fixes.patch
 URL:           http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html
 BuildRequires: ladspa-devel
@@ -30,14 +30,14 @@ efektu pogłosu.
 CPPFLAGS="%{rpmcppflags}" \
 CXXFLAGS="%{rpmcxxflags}" \
 LDFLAGS="%{rpmldflags}" \
-%{__make} \
+%{__make} -C source \
        CXX="%{__cxx}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_libdir}/ladspa
 
-%{__make} install \
+%{__make} -C source install \
        DESTDIR=$RPM_BUILD_ROOT \
        INSTALL_PLUGINS_DIR=%{_libdir}/ladspa
 
This page took 0.107693 seconds and 4 git commands to generate.