[packages/ladspa-g2reverb] - legacy g2reverb plugin moved from ladspa-rev-plugins.spec

qboosh qboosh at pld-linux.org
Thu Jan 27 19:34:22 CET 2022


commit 1c37fb7df380ffee1d6ff47dc9d1ab9a966f3758
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jan 27 19:35:37 2022 +0100

    - legacy g2reverb plugin moved from ladspa-rev-plugins.spec

 ladspa-g2reverb-misc_fixes.patch                | 39 +++++++++++++++++++++++++
 ladspa-rev-plugins.spec => ladspa-g2reverb.spec | 10 +++----
 ladspa-rev-plugins-misc_fixes.patch             | 39 -------------------------
 3 files changed, 44 insertions(+), 44 deletions(-)
---
diff --git a/ladspa-rev-plugins.spec b/ladspa-g2reverb.spec
similarity index 84%
rename from ladspa-rev-plugins.spec
rename to ladspa-g2reverb.spec
index 181b690..fefcd73 100644
--- a/ladspa-rev-plugins.spec
+++ b/ladspa-g2reverb.spec
@@ -1,12 +1,12 @@
 Summary:	Stereo reverb LADSPA plugin
 Summary(pl.UTF-8):	Wtyczka LADSPA - stereofoniczny pogłos
-Name:		ladspa-rev-plugins
+Name:		ladspa-g2reverb
 Version:	0.7.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:	http://kokkinizita.linuxaudio.org/linuxaudio/downloads/g2reverb-%{version}.tar.bz2
+# Source0-md5:	072c2af1f0ed526be432ede7e7a529ae
 Patch0:		%{name}-misc_fixes.patch
 URL:		http://kokkinizita.linuxaudio.org/linuxaudio/ladspa/index.html
 BuildRequires:	ladspa-devel
@@ -23,7 +23,7 @@ Ta wtyczka LADSPA zawiera cyfrową implementację stereofonicznego
 efektu pogłosu.
 
 %prep
-%setup -q -n REV-plugins-%{version}
+%setup -q -n g2reverb-%{version}
 %patch0 -p1
 
 %build
@@ -47,4 +47,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS README
-%attr(755,root,root) %{_libdir}/ladspa/zita-reverbs.so
+%attr(755,root,root) %{_libdir}/ladspa/g2reverb.so
diff --git a/ladspa-g2reverb-misc_fixes.patch b/ladspa-g2reverb-misc_fixes.patch
new file mode 100644
index 0000000..cb97223
--- /dev/null
+++ b/ladspa-g2reverb-misc_fixes.patch
@@ -0,0 +1,39 @@
+--- g2reverb-0.7.1/Makefile.orig	2022-01-26 21:49:03.184213202 +0100
++++ g2reverb-0.7.1/Makefile	2022-01-26 22:03:56.709372561 +0100
+@@ -20,21 +20,22 @@
+ 
+ 
+ CPPFLAGS += -I. -fPIC -D_REENTRANT
+-CXXFLAGS += -Wall -O2
++CXXFLAGS += -Wall
++INSTALL_PLUGINS_DIR=/usr/lib/ladspa
+ 
+ all:	g2reverb.so
+ 
+ 
+ REVERBS_O = reverbs.o reverbs_if.o greverb.o exp2ap.o
+ g2reverb.so:	$(REVERBS_O)	
+-	g++ -shared  -o $@  $(REVERBS_O)
++	$(CXX) $(LDFLAGS) -shared  -o $@  $(REVERBS_O)
+ 
+ reverbs.o:	ladspaplugin.h reverbs.h greverb.h
+ reverbs_if.o:	ladspaplugin.h reverbs.h greverb.h
+ 
+ 
+ install:	g2reverb.so
+-	cp  *.so /usr/lib/ladspa
++	cp -p  *.so $(DESTDIR)$(INSTALL_PLUGINS_DIR)
+ 
+ clean:
+ 	rm -rf *~ *.o *.so
+--- g2reverb-0.7.1/ladspaplugin.h.orig	2022-01-26 21:49:03.187546517 +0100
++++ g2reverb-0.7.1/ladspaplugin.h	2022-01-26 22:04:11.969289891 +0100
+@@ -23,7 +23,7 @@
+ #define __LADSPAPLUGIN_H
+ 
+ 
+-#include "ladspa.h"
++#include <ladspa.h>
+ 
+ 
+ class LadspaPlugin
diff --git a/ladspa-rev-plugins-misc_fixes.patch b/ladspa-rev-plugins-misc_fixes.patch
deleted file mode 100644
index ab9fced..0000000
--- a/ladspa-rev-plugins-misc_fixes.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- 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
-@@ -19,21 +19,22 @@
- # -----------------------------------------------------------------------
- 
- 
-+CXX = g++
- CPPFLAGS += -I. -fPIC -D_REENTRANT
--CXXFLAGS += -Wall -O2
-+CXXFLAGS += -Wall
- 
- all:	zita-reverbs.so
- 
- REVERBS_O = reverbs.o reverbs_if.o zreverb.o pareq.o
- zita-reverbs.so:	$(REVERBS_O)	
--	g++ -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
- 
- 
- install:	zita-reverbs.so
--	cp  *.so /usr/lib/ladspa
-+	cp -p *.so $(DESTDIR)$(INSTALL_PLUGINS_DIR)
- 
- 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 @@
- #define __LADSPAPLUGIN_H
- 
- 
--#include "ladspa.h"
-+#include <ladspa.h>
- 
- 
- class LadspaPlugin
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ladspa-g2reverb.git/commitdiff/1c37fb7df380ffee1d6ff47dc9d1ab9a966f3758



More information about the pld-cvs-commit mailing list