debian/0000755000000000000000000000000011745220203007162 5ustar debian/compat0000644000000000000000000000000211745220203010360 0ustar 7 debian/patches/0000755000000000000000000000000011745220203010611 5ustar debian/patches/series0000644000000000000000000000002211745220203012020 0ustar 01-makefile.patch debian/patches/01-makefile.patch0000644000000000000000000000125411745220203013627 0ustar Description: Various changes to the Makefile. Set DESTDIR variable. Pass LDFLAGS to the linker. Author: Alessio Treglia Forwarded: no --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- WAH-plugins-0.0.2.orig/Makefile +++ WAH-plugins-0.0.2/Makefile @@ -22,13 +22,13 @@ all: autowah.so autowah.so: autowah.o autowah_if.o - g++ -shared -o autowah.so autowah.o autowah_if.o + g++ -shared $(LDFLAGS) -o autowah.so autowah.o autowah_if.o autowah.o: ladspaplugin.h autowah.h autowah_if.o: ladspaplugin.h autowah.h install: all - cp *.so /usr/lib/ladspa + cp *.so $(DESTDIR)/usr/lib/ladspa clean: /bin/rm -f *~ *.o *.so debian/rules0000755000000000000000000000016511745220203010244 0ustar #!/usr/bin/make -f LDFLAGS+=-Wl,--as-needed %: dh $@ override_dh_installchangelogs: dh_installchangelogs README debian/control0000644000000000000000000000266411745220203010575 0ustar Source: wah-plugins Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia , Jaromír Mikeš Build-Depends: debhelper (>= 7.0.50~), ladspa-sdk DM-Upload-Allowed: yes Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-multimedia/wah-plugins.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/wah-plugins.git Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/index.html Package: wah-plugins Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: ams Provides: ladspa-plugin Description: auto-wah LADSPA plugin This LADSPA plugin is the combination of a 'wah' pedal and a simple envelope follower. . Controls are: - Freq: the resonance frequency of wah filter. This would normally be controlled using a midi pedal. - Mix: crossfades between dry and wet signal, the first is the original input signal and the latter is the pure output of the resonant filter amplified by 18 dB. . The three remaining parameters control the envelope follower. This produces a control signal that is added to the 'Freq' setting. - Drive: input gain to the envelope follower (so this gain is not in the signal path). - Decay: controls the decay time of the envelope. - Range: controls how much the envelope is allowed to modify the basic frequency. debian/changelog0000644000000000000000000000105411745365153011052 0ustar wah-plugins (0.0.2-2) unstable; urgency=low [ Jaromír Mikeš ] * Add myself as uploader. * Copyright updated to format 1.0 * Fix homepage in control file * Fix URL in copyright file * Fix watch file. * Bump Standards. [ Alessio Treglia ] * Fix debian/gbp.conf file. * Set DM-Upload-Allowed: yes. -- Jaromír Mikeš Sun, 15 Apr 2012 16:21:41 +0200 wah-plugins (0.0.2-1) unstable; urgency=low * Initial release (Closes: #593816). -- Alessio Treglia Sat, 21 Aug 2010 10:00:46 +0200 debian/dirs0000644000000000000000000000001711745220203010044 0ustar usr/lib/ladspa debian/gbp.conf0000644000000000000000000000006211745220375010611 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/copyright0000644000000000000000000000471711745220203011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: WAH-Plugins Upstream-Contact: Fons Adriaensen Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html Files: * Copyright: 2003-2009 Fons Adriaensen License: GPL-2+ Files: ./ladspa.h Copyright: 2000-2002 Richard W.E. Furse, Paul Barton-Davis License: LGPL-2.1+ Files: ./debian/* Copyright: 2010 Alessio Treglia License: GPL-2+ 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: You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Comment: You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/source/0000755000000000000000000000000011745220203010462 5ustar debian/source/format0000644000000000000000000000001411745220203011670 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014011745220203010206 0ustar version=3 http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ \ WAH-plugins-(.*)\.tar\.bz2