[SCM] eq10q/master: Patch Makefile to link against our version of lv2-c++-tools.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Jan 14 12:24:01 UTC 2011
The following commit has been merged in the master branch:
commit fce6046c607deedc294e2a45548b08d99b8e88e8
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Jan 14 13:23:43 2011 +0100
Patch Makefile to link against our version of lv2-c++-tools.
diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
new file mode 100644
index 0000000..c9d48de
--- /dev/null
+++ b/debian/patches/01-makefile.patch
@@ -0,0 +1,23 @@
+Description: Debian's lv2-c++-tools has just paq.pc which provides everything
+ needed to compile and link this LV2 plugins.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- eq10q.orig/Makefile
++++ eq10q/Makefile
+@@ -9,10 +9,10 @@ $(BUNDLE): manifest.ttl parameq.ttl para
+ cp -R combopix $(BUNDLE)
+
+ paramEQ.so: plugin.cpp
+- g++ -O3 -shared -fPIC -DPIC plugin.cpp `pkg-config --cflags --libs lv2-plugin` -o paramEQ.so
++ g++ -O3 -shared -fPIC -DPIC plugin.cpp `pkg-config --cflags --libs paq` -o paramEQ.so
+
+ parameq_gui.so: main_window.cpp band_ctl.cpp ctlbutton.cpp bodeplot.cpp vuwidget.cpp templatewidget.cpp pixmapcombo.cpp
+- g++ -O3 -shared -fPIC -DPIC bodeplot.cpp templatewidget.cpp vuwidget.cpp pixmapcombo.cpp ctlbutton.cpp band_ctl.cpp main_window.cpp `pkg-config --cflags --libs lv2-gui plotmm` -o parameq_gui.so
++ g++ -O3 -shared -fPIC -DPIC bodeplot.cpp templatewidget.cpp vuwidget.cpp pixmapcombo.cpp ctlbutton.cpp band_ctl.cpp main_window.cpp `pkg-config --cflags --libs paq plotmm` -o parameq_gui.so
+
+
+ install: $(BUNDLE)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d3b72df
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-makefile.patch
--
eq10q packaging
More information about the pkg-multimedia-commits
mailing list