[SCM] ir.lv2/master: fixed 01-makefile.patch

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Feb 4 23:37:43 UTC 2011


The following commit has been merged in the master branch:
commit fd607cb6695ed8a0dea068566b6151784e512ddb
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sat Feb 5 00:19:46 2011 +0100

    fixed 01-makefile.patch

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index a6ee42d..a32a404 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,14 +1,11 @@
 Description: Prepend DESTDIR to INSTALL_DIR and set it to /usr/lib/lv2.
  Pass LDFLAGS to the linker.
 Author: Jaromír Mikeš <mira.mikes at seznam.cz>
-Reviewed-by: Alessio Treglia <alessio at debian.org>
 Forwarded: no
----
- Makefile |    8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
---- ir.lv2.orig/Makefile
-+++ ir.lv2/Makefile
+Index: ir.lv2/Makefile
+===================================================================
+--- ir.lv2.orig/Makefile	2011-02-05 00:04:44.589720481 +0100
++++ ir.lv2/Makefile	2011-02-05 00:12:11.302218938 +0100
 @@ -5,7 +5,7 @@
  # (for local use, not installed by make install)
  
@@ -18,16 +15,8 @@ Forwarded: no
  
  INST_FILES = ir.so ir_gui.so ir.ttl manifest.ttl
  
-@@ -41,13 +41,13 @@ ir_wavedisplay.o: ir_wavedisplay.cc ir_w
- 	g++ ir_wavedisplay.cc $(CPPFLAGS) -c -fPIC -o ir_wavedisplay.o
- 
- ir.so: ir.o ir_utils.o
--	g++ ir.o ir_utils.o $(LIBS) -shared -o ir.so
-+	g++ $(LDFLAGS) ir.o ir_utils.o $(LIBS) -shared -o ir.so
- 
- ir_gui.so: ir_gui.o ir_utils.o ir_meter.o ir_modeind.o ir_wavedisplay.o
--	g++ ir_gui.o ir_utils.o ir_meter.o ir_modeind.o ir_wavedisplay.o $(LIBS) -shared -o ir_gui.so
-+	g++ $(LDFLAGS) ir_gui.o ir_utils.o ir_meter.o ir_modeind.o ir_wavedisplay.o $(LIBS) -shared -o ir_gui.so
+@@ -51,7 +51,7 @@
+ 	g++ $(LDFLAGS) ir_gui.o ir_utils.o ir_meter.o ir_modeind.o ir_wavedisplay.o $(LIBS) -shared -o ir_gui.so
  
  convert4chan: convert4chan.c
 -	gcc $(C4CFLAGS) convert4chan.c $(C4LIBS) -o convert4chan

-- 
ir.lv2 packaging



More information about the pkg-multimedia-commits mailing list