[SCM] abgate/master: Add patch to port abGate to the LV2's new release.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon May 14 16:24:39 UTC 2012


The following commit has been merged in the master branch:
commit eb0db8dc2ebe782d9a58dc16f89cf4848d8ba04d
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon May 14 18:17:33 2012 +0200

    Add patch to port abGate to the LV2's new release.

diff --git a/debian/patches/0001-lv2core_to_lv2.patch b/debian/patches/0001-lv2core_to_lv2.patch
new file mode 100644
index 0000000..0c9d957
--- /dev/null
+++ b/debian/patches/0001-lv2core_to_lv2.patch
@@ -0,0 +1,22 @@
+Description: Port to LV2's new release.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ Makefile |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- abgate.orig/Makefile
++++ abgate/Makefile
+@@ -13,10 +13,10 @@ abGateQt/libabGateQt.so:
+ 	cd abGateQt; qmake; make
+ 
+ gate.so: gate.cpp
+-	g++ $(LDFLAGS) -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 lv2` -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
+-	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
++	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 lv2 gthread-2.0` -o gate_gui.so
+ 
+ install: $(BUNDLE)
+ 	mkdir -p $(INSTALL_DIR)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e0954f6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-lv2core_to_lv2.patch

-- 
abgate packaging



More information about the pkg-multimedia-commits mailing list