[SCM] eq10q/master: Current sid's lv2-c++-tools provides static libraries needed to build the plugin.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Mar 26 09:46:47 UTC 2011


The following commit has been merged in the master branch:
commit 177fdee276c2d6d091870ea21c9acc6b306bdaeb
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Mar 26 10:46:04 2011 +0100

    Current sid's lv2-c++-tools provides static libraries needed to build the plugin.

diff --git a/debian/patches/01-makefile.patch b/debian/patches/01-makefile.patch
index da133cf..cdf8b42 100644
--- a/debian/patches/01-makefile.patch
+++ b/debian/patches/01-makefile.patch
@@ -1,6 +1,4 @@
-Description: Debian's lv2-c++-tools has just paq.pc which provides everything
- needed to compile and link this LV2 plugins.
- Prepend DESTDIR to INSTALL_DIR and set it to /usr/lib/lv2.
+Description: Prepend DESTDIR to INSTALL_DIR and set it to /usr/lib/lv2.
  Pass LDFLAGS to the linker.
 Author: Alessio Treglia <alessio at debian.org>
 Forwarded: no
@@ -22,11 +20,11 @@ Forwarded: no
  
  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 $(LDFLAGS) plugin.cpp `pkg-config --cflags --libs paq` -o paramEQ.so
++	g++ -O3 -shared -fPIC -DPIC $(LDFLAGS) plugin.cpp `pkg-config --cflags --libs lv2-plugin` -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 $(LDFLAGS) 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
++	g++ -O3 -shared -fPIC -DPIC $(LDFLAGS) 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
  
  
  install: $(BUNDLE)

-- 
eq10q packaging



More information about the pkg-multimedia-commits mailing list