debian/0000755000000000000000000000000012227531336007172 5ustar debian/compat0000644000000000000000000000000212227531231010362 0ustar 9 debian/patches/0000755000000000000000000000000012227531206010615 5ustar debian/patches/series0000644000000000000000000000002112225240503012016 0ustar 01-destdir.patch debian/patches/01-destdir.patch0000644000000000000000000000357012227531206013517 0ustar Origin: Debian Description: Pass DESTDIR path to make install. Forwarded: no --- Makefile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) --- amb-plugins.orig/Makefile +++ amb-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 @@ -22,39 +23,35 @@ all: ambisonic0.so ambisonic1.so ambison ambisonic0.so: ambisonic0.o ambisonic0_if.o virtmic.o allpass.o - g++ -shared -o $@ ambisonic0.o ambisonic0_if.o virtmic.o allpass.o + g++ $(LDFLAGS) -shared -o $@ ambisonic0.o ambisonic0_if.o virtmic.o allpass.o ambisonic0.o: ladspaplugin.h ambisonic0.h ambisonic0_if.o: ladspaplugin.h ambisonic0.h ambisonic1.so: ambisonic1.o ambisonic1_if.o filter1.o - g++ -shared -o $@ ambisonic1.o ambisonic1_if.o filter1.o + g++ $(LDFLAGS) -shared -o $@ ambisonic1.o ambisonic1_if.o filter1.o ambisonic1.o: ladspaplugin.h ambisonic1.h filter1.h ambisonic1_if.o: ladspaplugin.h ambisonic1.h ambisonic2.so: ambisonic2.o ambisonic2_if.o - g++ -shared -o $@ ambisonic2.o ambisonic2_if.o + g++ $(LDFLAGS) -shared -o $@ ambisonic2.o ambisonic2_if.o ambisonic2.o: ladspaplugin.h ambisonic2.h ambisonic2_if.o: ladspaplugin.h ambisonic2.h ambisonic3.so: ambisonic3.o ambisonic3_if.o - g++ -shared -o $@ ambisonic3.o ambisonic3_if.o + g++ $(LDFLAGS) -shared -o $@ ambisonic3.o ambisonic3_if.o ambisonic3.o: ladspaplugin.h ambisonic3.h ambisonic3_if.o: ladspaplugin.h ambisonic3.h install: all - /usr/bin/install -m 755 *.so /usr/lib/ladspa -# Remove incompatible old versions - /bin/rm -rf /usr/lib/ladspa/ambisonic.so - /bin/rm -rf /usr/lib/ladspa/ambis1.so - /bin/rm -rf /usr/lib/ladspa/ambis2.so + /usr/bin/install -m 755 *.so $(DESTDIR)/usr/lib/ladspa DIR := $(shell basename `pwd`) debian/rules0000755000000000000000000000013312225240503010236 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installchangelogs: dh_installchangelogs README debian/control0000644000000000000000000000147212227532123010574 0ustar Source: amb-plugins Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Free Ekanayaka , Jaromír Mikeš Build-Depends: debhelper (>= 9~), ladspa-sdk Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/index.html Vcs-Git: git://anonscm.debian.org/pkg-multimedia/amb-plugins.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/amb-plugins.git Standards-Version: 3.9.4 Package: amb-plugins Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Provides: ladspa-plugin Description: ambisonics LADPSA plugins A set of ambisonics plugins, mainly to be used within Ardour. Mono and stereo to B-format panning, horizontal rotator, square, hexagon and cube decoders. debian/changelog0000644000000000000000000000470112227531420011040 0ustar amb-plugins (0.8.1-4) unstable; urgency=low * Team upload. * Enable hardening: - Bump DH compatibility to 9. - Refresh 01-destdir.patch to make buildsystem accept LDFLAGS. * Remove myself from the Uploaders list. * Remove obsolete DM-Upload-Allowed field. * Fix VCS urls according to the canonical form. * Bump Standards. -- Alessio Treglia Wed, 16 Oct 2013 16:37:25 +0100 amb-plugins (0.8.1-3) unstable; urgency=low [ Jaromír Mikeš ] * Removed cdbs from build dependencies. * 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. * Set priority to optional. [ Alessio Treglia ] * Set DM-Upload-Allowed: yes. -- Jaromír Mikeš Sun, 15 Apr 2012 16:21:41 +0200 amb-plugins (0.8.1-2) unstable; urgency=low * Upload to unstable. * Bump Standards. -- Alessio Treglia Tue, 08 Feb 2011 21:06:22 +0100 amb-plugins (0.8.1-1) experimental; urgency=low * New upstream release. * Update gbp's config file. * debian/patches/01-destdir.patch: Remove unnecessary commands, refresh. -- Alessio Treglia Mon, 06 Dec 2010 10:21:07 +0100 amb-plugins (0.6.1-2) unstable; urgency=low * Bump Standards. * Add debian/gbp.conf file. * Add .gitignore file. * Update debian/watch file. * Change my email address. * Remove DMUA field. * Update copyright and license information. -- Alessio Treglia Sat, 26 Jun 2010 19:54:58 +0200 amb-plugins (0.6.1-1) unstable; urgency=low * New upstream release. * debian/control: - Set Debian Multimedia Maintainers as Maintainer. - Add myself as uploader. - Allow uploads by DM. - Add Vcs-* tags. - Add Homepage field. * debian/copyright: - Update. - Fix the following lintian warnings: + copyright-with-old-dh-make-debian-copyright + copyright-refers-to-symlink-license * Remove debian/menu, no command provided. * Switch to debian format 3.0 (quilt). * Switch to debhelper 7. * Refresh and convert all patches to quilt format. * Drop README from debian/docs, it contains upstream's changelog. -- Alessio Treglia Tue, 05 Jan 2010 23:35:09 +0100 amb-plugins (0.3.0-1) unstable; urgency=low * Initial release (Closes: #456159) -- Free Ekanayaka Thu, 13 Dec 2007 10:20:13 +0000 debian/dirs0000644000000000000000000000001712225240503010043 0ustar usr/lib/ladspa debian/gbp.conf0000644000000000000000000000006212225240503010576 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/copyright0000644000000000000000000000477412225240503011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AMB-Plugins Upstream-Contact: Fons Adriaensen Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html Files: * Copyright: 2004-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 2007 Free Ekanayaka 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/0000755000000000000000000000000012225240503010461 5ustar debian/source/format0000644000000000000000000000001412225240503011667 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014012225240503010205 0ustar version=3 http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ \ AMB-plugins-(.*)\.tar\.bz2