debian/0000755000000000000000000000000011745217704007176 5ustar debian/compat0000644000000000000000000000000211745217704010374 0ustar 7 debian/patches/0000755000000000000000000000000011745217704010625 5ustar debian/patches/series0000644000000000000000000000002111745217704012033 0ustar 01-destdir.patch debian/patches/01-destdir.patch0000644000000000000000000000062311745217704013523 0ustar Description: Set DESTDIR variable. Author: Free Ekanayaka Forwarded: no --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- mcp-plugins.orig/Makefile +++ mcp-plugins/Makefile @@ -50,7 +50,7 @@ cs_chorus_if.o: ladspaplugin.h cs_chorus install: all - cp *.so /usr/lib/ladspa + cp *.so $(DESTDIR)/usr/lib/ladspa DIR := $(shell basename `pwd`) debian/patches/11mvclpf24.dpatch0000644000000000000000000000261611745217704013616 0ustar #!/bin/sh -e ## 11mvclpf24.dpatch by Free Ekanayaka ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. if [ $# -ne 1 ]; then echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" exit 1 fi [ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts patch_opts="${patch_opts:--f --no-backup-if-mismatch}" case "$1" in -patch) patch $patch_opts -p1 < $0;; -unpatch) patch $patch_opts -p1 -R < $0;; *) echo >&2 "`basename $0`: script expects -patch|-unpatch as argument" exit 1;; esac exit 0 @DPATCH@ diff -urNad /home/demudi/buster/mcp-plugins/mcp-plugins-0.0.3/mvclpf24_if.cc mcp-plugins-0.0.3/mvclpf24_if.cc --- /home/demudi/buster/mcp-plugins/mcp-plugins-0.0.3/mvclpf24_if.cc 2003-12-02 19:04:49.000000000 +0600 +++ mcp-plugins-0.0.3/mvclpf24_if.cc 2003-12-02 19:07:47.000000000 +0600 @@ -192,7 +192,7 @@ { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE, 0, 10 }, { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE, 0, 1 }, { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE, 0, 1 }, - { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE, 0, 4 }, + { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_INTEGER, 0, 4 }, { LADSPA_HINT_BOUNDED_BELOW | LADSPA_HINT_BOUNDED_ABOVE | LADSPA_HINT_DEFAULT_0, -15, 15 }, }; debian/rules0000755000000000000000000000013311745217704010253 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installchangelogs: dh_installchangelogs README debian/control0000644000000000000000000000243711745217736010614 0ustar Source: mcp-plugins Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Free Ekanayaka , Junichi Uekawa , 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/pkg-multimedia/mcp-plugins.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/mcp-plugins.git Standards-Version: 3.9.3 Package: mcp-plugins Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: ams Provides: ladspa-plugin Description: LADSPA plugins designed for Alsa Modular Synth MCP plugins implement a set of LADSPA plugins that vastly improve the sound of AlsaModularSynth. . Currently they consist of these plugins: * Moog VCF (1-3): Moog lowpass filters that quite successfully emulate the properties of the analogue circuit. Version 3 of these filters is recommended. * Phaser1: A phaser with up to 30 all-pass filters in series. * Phaser1+LFO: The same as above, but with built-in LFO. LFO waveform can be continuosly changed from saw down to triangle and saw up. * Chorus (1,2): Two chorus plugins. debian/changelog0000644000000000000000000000702511745364225011055 0ustar mcp-plugins (0.4.0-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 ] * Remove myself from the Uploaders list. * Set DM-Upload-Allowed: yes. -- Jaromír Mikeš Sun, 15 Apr 2012 16:21:41 +0200 mcp-plugins (0.4.0-1) unstable; urgency=low * New upstream bugfix-only release. * Switch to format 3.0 (quilt). * Switch to debhelper 7. * debian/control: - Correct Maintainer's name and email. - Add myself to Uploaders field. - Add ${misc:Depends} to the Depends field. - Update Standards to 3.9.1. - Add Vcs fields. - Add Homepage field. * Fix watch file (Closes: #450366). * Remove pbuilder-test directory. * Update debian/dirs file. * Add git-buildpackage config file. * Add .gitignore file. * Set compression to bzip2. * Update copyright information. * Remove debian/docs file. * Convert 10install_with_destdir.dpatch to quilt format -> 01-destdir.patch. * Remove debian/patches/00list file. * Remove .#Makefile.1.2 file -- Alessio Treglia Sat, 21 Aug 2010 10:00:46 +0200 mcp-plugins (0.3.0-4) unstable; urgency=low [ Free Ekanayaka ] * package description wrongly "formated" (Closes: #351851) * new package maintainer Debian Multimedia Team * use debhelper compat level 4 * fixed typo in Provides: (s/ladspa-plugins/ladspa-plugin) * removed unused dir /usr/share/ams * removed unneeded docbook-to-man build dependency * removed stale mcp-plugins.1 from the package source [Junichi Uekawa] * Add free to uploaders * add pbuilder-test, test for analyseplugin, and ldd. -- Junichi Uekawa Fri, 17 Feb 2006 08:12:44 +0900 mcp-plugins (0.3.0-3) unstable; urgency=low * Rebuilt against libstdc++6 -- Free Ekanayaka Wed, 16 Nov 2005 01:27:02 +0000 mcp-plugins (0.3.0-2) unstable; urgency=low * Bug fix: "mcp-plugins: Provide virtual package `ladspa-plugin'", thanks to Mario Lang (Closes: #292771). -- Free Ekanayaka Sun, 30 Jan 2005 18:30:43 +0100 mcp-plugins (0.3.0-1) unstable; urgency=low * New upstream release * Updated to Standards-Version 3.6.1.1 * First Debian upload (closes: #203903), sponsored by Cosimo Alfarano -- Free Ekanayaka Wed, 1 Sep 2004 13:20:35 +0200 mcp-plugins (0.2.1b-0test1) unstable; urgency=low * New upstream release -- Free Ekanayaka Tue, 30 Dec 2003 11:31:17 +0100 mcp-plugins (0.0.3-test1) unstable; urgency=low * New upstream imported. -- Free Ekanayaka Tue, 2 Dec 2003 18:58:50 +0600 mcp-plugins (0.0.20030828-0test1) unstable; urgency=low * Repackaged with the new versioning scheme. * Using dpatch instead of directly hacking on upstream code. -- Andrea Glorioso Thu, 20 Nov 2003 10:04:44 +0100 mcp-plugins (0.0.2-1.agnula-2) unstable; urgency=low * debian/control: slightly reformatted text. -- Andrea Glorioso Sat, 26 Jul 2003 18:04:18 +0200 mcp-plugins (0.0.2-1.agnula-1) unstable; urgency=low * Repackaged for AGNULA. -- Free Ekanayaka Tue, 22 Jul 2003 11:45:09 +0200 mcp-plugins (0.0.2-1) unstable; urgency=low * Initial Release. -- Free Ekanayaka Sun, 13 Jul 2003 14:52:28 +0200 debian/dirs0000644000000000000000000000001711745217704010060 0ustar usr/lib/ladspa debian/gbp.conf0000644000000000000000000000006211745217704010613 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/copyright0000644000000000000000000000513411745217704011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MCP-Plugins Upstream-Contact: Fons Adriaensen Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html Files: * Copyright: 2003-2008 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 2006 Junichi Uekawa 2002-2005 Free Ekanayaka 2002-2003 Andrea Glorioso 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/0000755000000000000000000000000011745217704010476 5ustar debian/source/format0000644000000000000000000000001411745217704011704 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014011745217704010222 0ustar version=3 http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ \ MCP-plugins-(.*)\.tar\.bz2