[SCM] abgate/master: Patches deleted/refreshed.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Jan 6 13:15:39 UTC 2017


The following commit has been merged in the master branch:
commit 1405480e94334b7065347cd415d9b06308cfbbe0
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jan 6 14:02:50 2017 +0100

    Patches deleted/refreshed.

diff --git a/debian/patches/0001-lv2core_to_lv2.patch b/debian/patches/0001-lv2core_to_lv2.patch
deleted file mode 100644
index ffa9172..0000000
--- a/debian/patches/0001-lv2core_to_lv2.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: Port to LV2's new release.
-Author: Alessio Treglia <alessio at debian.org>
-Forwarded: Antanas Bružas <antanas at hippie.lt>
----
- Makefile |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-Index: abgate/Makefile
-===================================================================
---- abgate.orig/Makefile	2014-02-01 21:48:06.998316241 +0100
-+++ abgate/Makefile	2014-02-01 21:48:06.994316226 +0100
-@@ -13,10 +13,10 @@
- 	cd abGateQt; qmake-qt4; 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/0002-flags.patch b/debian/patches/0002-flags.patch
index affc7b9..faea024 100644
--- a/debian/patches/0002-flags.patch
+++ b/debian/patches/0002-flags.patch
@@ -2,23 +2,6 @@ Description: Pass clags and cppflags.
 Author: Jaromír Mikeš <mira.mikes at seznam.cz>
 Forwarded: Antanas Bružas <antanas at hippie.lt>
 
-Index: abgate/Makefile
-===================================================================
---- abgate.orig/Makefile
-+++ abgate/Makefile
-@@ -13,10 +13,10 @@ abGateQt/libabGateQt.so:
- 	cd abGateQt; qmake-qt4; make
- 
- gate.so: gate.cpp
--	g++ $(LDFLAGS) -O3 -shared -fPIC -DPIC gate.cpp `pkg-config --cflags --libs lv2` -o gate.so
-+	g++ $(LDFLAGS) $(CPPFLAGS) $(CFLAGS) -g -O3 -shared -fPIC -DPIC -Wl,--as-needed 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 lv2 gthread-2.0` -o gate_gui.so
-+	g++ $(LDFLAGS) $(CPPFLAGS) $(CFLAGS) -g -O3 -shared -fPIC -DPIC -Wl,--as-needed 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)
 Index: abgate/abGateQt/abGateQt.pro
 ===================================================================
 --- abgate.orig/abGateQt/abGateQt.pro
diff --git a/debian/patches/series b/debian/patches/series
index c1c837b..dc9298f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-lv2core_to_lv2.patch
 0002-flags.patch

-- 
abgate packaging



More information about the pkg-multimedia-commits mailing list