[SCM] wah-plugins/master: Patch refreshed.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Mar 9 16:06:21 UTC 2014


The following commit has been merged in the master branch:
commit 60a6da87c71ae67ab58d986be7abef9b5c740783
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Mar 9 17:06:13 2014 +0100

    Patch refreshed.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index d83534d..643a7a4 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -7,17 +7,31 @@ Forwarded: no
  Makefile |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
---- WAH-plugins-0.0.2.orig/Makefile
-+++ WAH-plugins-0.0.2/Makefile
-@@ -22,13 +22,13 @@ all:	autowah.so
+Index: wah-plugins/Makefile
+===================================================================
+--- wah-plugins.orig/Makefile	2014-03-09 16:58:29.448709170 +0100
++++ wah-plugins/Makefile	2014-03-09 17:00:24.557430223 +0100
+@@ -19,8 +19,11 @@
+ # --------------------------------------------------------------------------
  
  
- autowah.so:	autowah.o autowah_if.o
--	g++ -shared  -o autowah.so autowah.o autowah_if.o
-+	g++ -shared $(LDFLAGS) -o autowah.so autowah.o autowah_if.o
++DESTDIR =
++
+ CPPFLAGS += -I. -D_REENTRANT
+ CXXFLAGS += -ffast-math -fPIC -Wall -O3
++LDFLAGS	+=
+ 
+ 
+ all:	autowah.so
+@@ -30,13 +33,13 @@
+ WAHPLUGINS_H = ladspaplugin.h autowah.h
+ 
+ autowah.so:	$(WAHPLUGINS_O)
+-	g++ -shared  -o autowah.so $(WAHPLUGINS_O)
++	g++ -shared $(LDFLAGS) -o autowah.so $(WAHPLUGINS_O)
+ 
+ $(WAHPLUGINS_O):	$(WAHPLUGINS_H)
  
- autowah.o:	ladspaplugin.h autowah.h
- autowah_if.o:	ladspaplugin.h autowah.h
  
  install:	all
 -	cp  *.so /usr/lib/ladspa

-- 
wah-plugins packaging



More information about the pkg-multimedia-commits mailing list