[SCM] abgate/master: Drop 0001-buildsystem.patch patch, accepted upstream.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Apr 11 07:26:21 UTC 2011


The following commit has been merged in the master branch:
commit 449121dd1a792302a8183ab853ddc8f1c9d4fd6c
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Apr 11 09:25:57 2011 +0200

    Drop 0001-buildsystem.patch patch, accepted upstream.

diff --git a/debian/patches/0001-buildsystem.patch b/debian/patches/0001-buildsystem.patch
deleted file mode 100644
index 1b1a2aa..0000000
--- a/debian/patches/0001-buildsystem.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-Description: Set values of DESTDIR and LDFLAGS.
- Compile with g++ since it's C++ code; prevents 'Undefined symbols:
-  ___gxx_personality_v0' error.
-Author: Alessio Treglia <alessio at debian.org>
-Forwarded: https://sourceforge.net/support/tracker.php?aid=3200381
----
- Makefile |    6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
---- abgate.orig/Makefile
-+++ abgate/Makefile
-@@ -2,7 +2,7 @@
- 
- BUNDLE = abGate.lv2
- PREFIX = /usr
--INSTALL_DIR = $(PREFIX)/lib/lv2
-+INSTALL_DIR = $(DESTDIR)$(PREFIX)/lib/lv2
- 
- $(BUNDLE): manifest.ttl gate.ttl gate.so gate_gui.so bypass_on.png bypass_off.png knob.png background.png
- 	rm -rf $(BUNDLE)
-@@ -10,10 +10,10 @@ $(BUNDLE): manifest.ttl gate.ttl gate.so
- 	cp $^ $(BUNDLE)
- 
- gate.so: gate.cpp
--	gcc -O3 -shared -fPIC -DPIC gate.cpp `pkg-config --cflags --libs lv2core` -o gate.so
-+	g++ $(LDFLAGS) -O3 -shared -fPIC -DPIC gate.cpp `pkg-config --cflags --libs lv2core` -o gate.so
- 
- gate_gui.so: gate_gui.cpp main_window.cpp main_window.h knob.cpp knob.h toggle.cpp toggle.h preset_widget.cpp preset_widget.h presets.cpp presets.h preset.cpp preset.h gate_const.h ui.h plugin_configuration.h
--	gcc -O3 -shared -fPIC -DPIC gate_gui.cpp main_window.cpp knob.cpp toggle.cpp preset_widget.cpp presets.cpp preset.cpp `pkg-config --cflags gtkmm-2.4 --libs lv2core gthread-2.0` -o gate_gui.so
-+	g++ $(LDFLAGS) -O3 -shared -fPIC -DPIC gate_gui.cpp main_window.cpp knob.cpp toggle.cpp preset_widget.cpp presets.cpp preset.cpp `pkg-config --cflags gtkmm-2.4 --libs lv2core gthread-2.0` -o gate_gui.so
- 
- install: $(BUNDLE)
- 	mkdir -p $(INSTALL_DIR)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b5c7eee..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-buildsystem.patch

-- 
abgate packaging



More information about the pkg-multimedia-commits mailing list