debian/0000755000000000000000000000000011543333333007167 5ustar debian/compat0000644000000000000000000000000211514062150010357 0ustar 7 debian/patches/0000755000000000000000000000000011543332413010614 5ustar debian/patches/02-main_window.cpp.patch0000644000000000000000000000262011514674152015157 0ustar Description: Fixed paths to meet debian practice Author: Jaromír Mikeš Forwarded: no --- --- eq10q.orig/main_window.cpp +++ eq10q/main_window.cpp @@ -40,11 +40,11 @@ B_Button("B"), in_vu(1), out_vu(1), - image_logo_top_top("/usr/local/lib/lv2/paramEQ-Rafols.lv2/logo_top_top.png"), - image_logo_top("/usr/local/lib/lv2/paramEQ-Rafols.lv2/logo_top.png"), - image_logo_center("/usr/local/lib/lv2/paramEQ-Rafols.lv2/logo_center.png"), - image_logo_bottom("/usr/local/lib/lv2/paramEQ-Rafols.lv2/logo_bottom.png"), - image_logo_bottom_bottom("/usr/local/lib/lv2/paramEQ-Rafols.lv2/logo_bottom_bottom.png") + image_logo_top_top("/usr/lib/lv2/paramEQ-Rafols.lv2/logo_top_top.png"), + image_logo_top("/usr/lib/lv2/paramEQ-Rafols.lv2/logo_top.png"), + image_logo_center("/usr/lib/lv2/paramEQ-Rafols.lv2/logo_center.png"), + image_logo_bottom("/usr/lib/lv2/paramEQ-Rafols.lv2/logo_bottom.png"), + image_logo_bottom_bottom("/usr/lib/lv2/paramEQ-Rafols.lv2/logo_bottom_bottom.png") { @@ -412,7 +412,7 @@ flag_pop_resize = false; Gtk::Window *this_win = &((Gtk::Window&)(*this->get_toplevel())); this_win->set_resizable(false); - this_win->modify_bg_pixmap(Gtk::STATE_NORMAL , "/usr/local/lib/lv2/paramEQ-Rafols.lv2/EQ-10Q_bakc.png"); + this_win->modify_bg_pixmap(Gtk::STATE_NORMAL , "/usr/lib/lv2/paramEQ-Rafols.lv2/EQ-10Q_bakc.png"); } //Passu dels spins debian/patches/series0000644000000000000000000000010211514674152012031 0ustar 01-makefile.patch 02-main_window.cpp.patch 03-pixmapcombo.h.patch debian/patches/03-pixmapcombo.h.patch0000644000000000000000000000432211514674152014631 0ustar Description: Fixed paths to meet debian practice Author: Jaromír Mikeš Forwarded: no --- --- eq10q.orig/pixmapcombo.h +++ eq10q/pixmapcombo.h @@ -28,23 +28,23 @@ #include #include -#define RUTA_OFF "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/off.png" +#define RUTA_OFF "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/off.png" -#define RUTA_LPF1 "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/lpf1.png" -#define RUTA_LPF2 "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/lpf2.png" -#define RUTA_LPF3 "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/lpf3.png" -#define RUTA_LPF4 "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/lpf4.png" - -#define RUTA_HPF1 "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/hpf1.png" -#define RUTA_HPF2 "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/hpf2.png" -#define RUTA_HPF3 "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/hpf3.png" -#define RUTA_HPF4 "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/hpf4.png" +#define RUTA_LPF1 "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/lpf1.png" +#define RUTA_LPF2 "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/lpf2.png" +#define RUTA_LPF3 "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/lpf3.png" +#define RUTA_LPF4 "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/lpf4.png" + +#define RUTA_HPF1 "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/hpf1.png" +#define RUTA_HPF2 "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/hpf2.png" +#define RUTA_HPF3 "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/hpf3.png" +#define RUTA_HPF4 "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/hpf4.png" -#define RUTA_LOSHELF "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/loshelf.png" -#define RUTA_HISHELF "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/hishelf.png" +#define RUTA_LOSHELF "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/loshelf.png" +#define RUTA_HISHELF "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/hishelf.png" -#define RUTA_PEAK "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/peak.png" -#define RUTA_NOTCH "/usr/local/lib/lv2/paramEQ-Rafols.lv2/combopix/notch.png" +#define RUTA_PEAK "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/peak.png" +#define RUTA_NOTCH "/usr/lib/lv2/paramEQ-Rafols.lv2/combopix/notch.png" class PixMapCombo : public Gtk::ComboBox{ public: debian/patches/01-makefile.patch0000644000000000000000000000325711543332413013637 0ustar Description: Prepend DESTDIR to INSTALL_DIR and set it to /usr/lib/lv2. Pass LDFLAGS to the linker. Author: Alessio Treglia Forwarded: no --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- eq10q.orig/Makefile +++ eq10q/Makefile @@ -1,5 +1,5 @@ BUNDLE = paramEQ-Rafols.lv2 -INSTALL_DIR = /usr/local/lib/lv2 +INSTALL_DIR = /usr/lib/lv2 $(BUNDLE): manifest.ttl parameq.ttl paramEQ.so parameq_gui.so logo_top_top.png logo_top.png logo_center.png logo_bottom.png logo_bottom_bottom.png EQ-10Q_bakc.png combopix @@ -9,16 +9,16 @@ $(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 $(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 lv2-gui plotmm` -o parameq_gui.so install: $(BUNDLE) - mkdir -p $(INSTALL_DIR) - rm -rf $(INSTALL_DIR)/$(BUNDLE) - cp -R $(BUNDLE) $(INSTALL_DIR) + mkdir -p $(DESTDIR)$(INSTALL_DIR) + rm -rf $(DESTDIR)$(INSTALL_DIR)/$(BUNDLE) + cp -R $(BUNDLE) $(DESTDIR)$(INSTALL_DIR) clean: rm -rf $(BUNDLE) paramEQ.so parameq_gui.so debian/rules0000755000000000000000000000021011514062150010232 0ustar #!/usr/bin/make -f # -*- makefile -*- LDFLAGS+=-Wl,--as-needed %: dh $@ override_dh_installchangelogs: dh_installchangelogs README debian/control0000644000000000000000000000205211543332710010567 0ustar Source: eq10q Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia , Jaromír Mikeš Build-Depends: debhelper (>= 7.0.50~), libgtkmm-2.4-dev, libpstreams-dev, libplotmm-dev, lv2-c++-tools (>= 1.0.4-3~), pkg-config Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-multimedia/eq10q.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/eq10q.git Homepage: http://eq10q.sourceforge.net Package: eq10q Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Provides: lv2-plugin Description: LV2 equalizer EQ10Q is an audio plugin over the LV2 standard (http://lv2plug.in) implementing a powerful and flexible parametric equalizer, currently in development. The goal is to create an equalizer plugin that includes parametric equalization with different filter types like peaking, HPF, LPF, Shelving and Notch with IIR and FIR algorithms and a nice GUI displaying the equalization curve. debian/changelog0000644000000000000000000000143611543333176011052 0ustar eq10q (1.2-2) unstable; urgency=low * debian/patches/01-makefile.patch: - Current sid's lv2-c++-tools provides static libraries needed to build the plugin. * Build-depend on lv2-c++-tools >= 1.0.4-3~ * Remove build-dependency on libpaq-dev. -- Alessio Treglia Sat, 26 Mar 2011 10:48:11 +0100 eq10q (1.2-1) unstable; urgency=low * New upstream release. * Added patch fixing missing prefix definition. * Added patches fixing instalation path to meet debian practice. * Delete 4-parameq.ttl.patch, not needed anymore. -- Jaromír Mikeš Wed, 09 Mar 2011 21:37:11 +0100 eq10q (1.1-1) unstable; urgency=low * Initial release (Closes: #584622). -- Jaromír Mikeš Fri, 14 Jan 2011 01:27:59 +0100 debian/gbp.conf0000644000000000000000000000005711514062150010602 0ustar [DEFAULT] pristine-tar = True sign-tags = True debian/copyright0000644000000000000000000000415211514062150011116 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=155 Upstream-Name: EQ10Q Upstream-Contact: Pere Ràfols Soler Source: http://sourceforge.net/projects/eq10q/files/ Files: * Copyright: 2009, Pere Ràfols Soler License: GPL-2+ Files: ./debian/* Copyright: 2010, Jaromír Mikeš 2010-2011, Alessio Treglia License: GPL-2+ Files: vuwidget.* Copyright: 2006-2007 Lars Luthman License: GPL-3+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License: GPL-3+ This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. debian/eq10q.lintian-overrides0000644000000000000000000000004411514062150013466 0ustar eq10q binary: image-file-in-usr-lib debian/source/0000755000000000000000000000000011514062150010461 5ustar debian/source/format0000644000000000000000000000001411514062150011667 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010311514062150010204 0ustar version=3 http://sf.net/eq10q/EQ10Q-LV2Plugin-source-(.*)\.tar\.gz