debian/0000755000000000000000000000000011745217620007173 5ustar debian/compat0000644000000000000000000000000211572115711010365 0ustar 7 debian/patches/0000755000000000000000000000000011572115711010616 5ustar debian/patches/series0000644000000000000000000000002111572115711012024 0ustar 01-destdir.patch debian/patches/01-destdir.patch0000644000000000000000000000114411572115711013513 0ustar Origin: Debian Description: Pass DESTDIR path to make install. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- fil-plugins.orig/Makefile +++ fil-plugins/Makefile @@ -14,6 +14,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +DESTDIR = CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3 @@ -28,7 +29,7 @@ filters.o: ladspaplugin.h filters.h filters_if.o: ladspaplugin.h filters.h install: all - cp *.so /usr/lib/ladspa + cp *.so $(DESTDIR)/usr/lib/ladspa clean: /bin/rm -f *~ *.o *.so debian/rules0000755000000000000000000000013311572115711010244 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installchangelogs: dh_installchangelogs README debian/control0000644000000000000000000000244611745217630010605 0ustar Source: fil-plugins Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Free Ekanayaka , Jaromír Mikeš Build-Depends: debhelper (>= 7.0.50~), ladspa-sdk DM-Upload-Allowed: yes Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/index.html Vcs-Git: git://git.debian.org/git/pkg-multimedia/fil-plugins.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/fil-plugins.git Standards-Version: 3.9.3 Package: fil-plugins Architecture: any Provides: ladspa-plugin Depends: ${misc:Depends}, ${shlibs:Depends} Description: parametric equalizer LADSPA plugin Four-band parametric equaliser. Each section has an active/bypass switch, frequency, bandwidth and gain controls. There is also a global bypass switch and gain control. . The 2nd order resonant filters are implemented using a Mitra-Regalia style lattice filter, which has the nice property of being stable even while parameters are being changed. . All switches and controls are internally smoothed, so they can be used 'live' without any clicks or zipper noises. This should make this plugin a good candidate for use in systems that allow automation of plugin control ports, such as Ardour, or for stage use. debian/changelog0000644000000000000000000000427211745363621011055 0ustar fil-plugins (0.3.0-3) 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 ] * Set DM-Upload-Allowed: yes. -- Jaromír Mikeš Sun, 15 Apr 2012 16:21:41 +0200 fil-plugins (0.3.0-2) unstable; urgency=low * Team upload. * Switch to format 3.0 (quilt). * Small corrections to debian/watch file. * Add git-buildpackage config file. * Add "Provides: ladspa-plugin" field, as per http://wiki.debian.org/DebianMultimedia/Policy * Remove myself from the Uploaders field. * Fix gbp.conf file. * Bump Standards. -- Alessio Treglia Fri, 03 Jun 2011 10:31:47 +0200 fil-plugins (0.3.0-1) unstable; urgency=low * New upstream release. * Switch to debhelper 7. * Switch to quilt patch system. * Refresh and convert all patches to quilt format. * debian/control: - Bump Standards. - Set Debian Multimedia Maintainers as Maintainer. - Add myself as uploader. - Allow uploads by DM. - Add Vcs-* tags. - Add Homepage field. - Build-depend on ladspa-sdk. * Bump debian/watch version to 3. * Update debian/copyright. -- Alessio Treglia Sat, 09 Jan 2010 01:53:21 +0100 fil-plugins (0.1.0-2) unstable; urgency=low * Fixed watch filed * FTBFS if built twice in a row (Closes: #424264) -- Free Ekanayaka Mon, 28 May 2007 13:32:10 +0200 fil-plugins (0.1.0-1) unstable; urgency=low * New upstream release * New package maintainer Debian Multimedia Team * Updated policy standard * Bug fix: "Spelling mistake in package description", thanks to Simon Waters (Closes: #363412). -- Free Ekanayaka Tue, 23 May 2006 07:54:50 +0200 fil-plugins (0.0.1-2) unstable; urgency=low * Rebuilt against libstdc++6 -- Free Ekanayaka Wed, 16 Nov 2005 01:44:00 +0000 fil-plugins (0.0.1-1) unstable; urgency=low * First upload to Debian (closes: #276495) -- Free Ekanayaka Tue, 25 Jan 2005 11:06:21 +0100 debian/dirs0000644000000000000000000000002011572115711010043 0ustar usr/lib/ladspa debian/gbp.conf0000644000000000000000000000003611572115711010605 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000000477611745217620011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIL-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: 2004-2007 Free Ekanayaka 2012 Jaromír Mikeš 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/0000755000000000000000000000000011572115711010467 5ustar debian/source/format0000644000000000000000000000001411572115711011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014011745217620010217 0ustar version=3 http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ \ FIL-plugins-(.*)\.tar\.bz2