debian/0000755000000000000000000000000011754313672007177 5ustar debian/compat0000644000000000000000000000000211754313304010365 0ustar 7 debian/patches/0000755000000000000000000000000011754313304010616 5ustar debian/patches/series0000644000000000000000000000002711754313304012032 0ustar 0001-fix_symbols.patch debian/patches/0001-fix_symbols.patch0000644000000000000000000000711711754313304014561 0ustar Description: Fix symbols' names which start with digits. From: Nedko Arnaudov --- vocoder.ttl | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) --- lv2vocoder.orig/vocoder.ttl +++ lv2vocoder/vocoder.ttl @@ -49,7 +49,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 4; - lv2:symbol "150"; + lv2:symbol "level_150"; lv2:name "Level of band 150 Hz"; lv2:minimum 0; lv2:default 1; @@ -59,7 +59,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 5; - lv2:symbol "255"; + lv2:symbol "level_255"; lv2:name "Level of band 255 Hz"; lv2:minimum 0; lv2:default 1; @@ -69,7 +69,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 6; - lv2:symbol "360"; + lv2:symbol "level_360"; lv2:name "Level of band 360 Hz"; lv2:minimum 0; lv2:default 1; @@ -79,7 +79,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 7; - lv2:symbol "465"; + lv2:symbol "level_465"; lv2:name "Level of band 465 Hz"; lv2:minimum 0; lv2:default 1; @@ -89,7 +89,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 8; - lv2:symbol "600"; + lv2:symbol "level_600"; lv2:name "Level of band 600 Hz"; lv2:minimum 0; lv2:default 1; @@ -99,7 +99,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 9; - lv2:symbol "738"; + lv2:symbol "level_738"; lv2:name "Level of band 738 Hz"; lv2:minimum 0; lv2:default 1; @@ -109,7 +109,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 10; - lv2:symbol "907"; + lv2:symbol "level_907"; lv2:name "Level of band 907 Hz"; lv2:minimum 0; lv2:default 1; @@ -119,7 +119,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 11; - lv2:symbol "1k1"; + lv2:symbol "level_1k1"; lv2:name "Level of band 1.1 KHz"; lv2:minimum 0; lv2:default 1; @@ -129,7 +129,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 12; - lv2:symbol "1k3"; + lv2:symbol "level_1k3"; lv2:name "Level of band 1.3 KHz"; lv2:minimum 0; lv2:default 1; @@ -139,7 +139,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 13; - lv2:symbol "1k6"; + lv2:symbol "level_1k6"; lv2:name "Level of band 1.6 KHz"; lv2:minimum 0; lv2:default 1; @@ -149,7 +149,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 14; - lv2:symbol "2k"; + lv2:symbol "level_2k"; lv2:name "Level of band 2 KHz"; lv2:minimum 0; lv2:default 1; @@ -159,7 +159,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 15; - lv2:symbol "2k5"; + lv2:symbol "level_2k5"; lv2:name "Level of band 2.5 KHz"; lv2:minimum 0; lv2:default 1; @@ -169,7 +169,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 16; - lv2:symbol "3k1"; + lv2:symbol "level_3k1"; lv2:name "Level of band 3.1 KHz"; lv2:minimum 0; lv2:default 1; @@ -179,7 +179,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 17; - lv2:symbol "3k8"; + lv2:symbol "level_3k8"; lv2:name "Level of band 3.8 KHz"; lv2:minimum 0; lv2:default 1; @@ -189,7 +189,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 18; - lv2:symbol "4k7"; + lv2:symbol "level_4k7"; lv2:name "Level of band 4.7 KHz"; lv2:minimum 0; lv2:default 1; @@ -199,7 +199,7 @@ [ a lv2:InputPort, lv2:ControlPort; lv2:index 19; - lv2:symbol "5k8"; + lv2:symbol "level_5k8"; lv2:name "Level of band 5.8 KHz"; lv2:minimum 0; lv2:default 1; debian/rules0000755000000000000000000000026711754313304010254 0ustar #!/usr/bin/make -f LDFLAGS+=-Wl,--as-needed %: dh --buildsystem=makefile $@ override_dh_auto_install: dh_auto_install -- LV2_INSTALL_PATH=$(CURDIR)/debian/lv2vocoder/usr/lib/lv2 debian/docs0000644000000000000000000000000711754313304010037 0ustar README debian/control0000644000000000000000000000261111754313372010577 0ustar Source: lv2vocoder Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia Build-Depends: debhelper (>= 7.0.50~), lv2-dev, pkg-config Vcs-Git: git://git.debian.org/git/pkg-multimedia/lv2vocoder.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/lv2vocoder.git Standards-Version: 3.9.3 Homepage: https://gna.org/projects/lv2vocoder Package: lv2vocoder Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Provides: lv2-plugin Description: LV2 vocoder plugin Perhaps you don't know what a vocoder is, but I'm sure you have heard one before. Vocoders are often used to add a robotic effect to vocals in music. Happy robots use Linux and LV2! . This vocoder plugin has 2 AUDIO inputs and 1 OUTPUT. The first INPUT is the "Formant" signal which is usually someone's voice. The second INPUT is the "Carrier" signal which is some sort of continuous synth sound. The "Carrier" signal is modulated to the "Formant". . There are a number of controls ports. The first one is the "Number of bands" which is how many frequency bands to use (current maximum is 16). The rest of the controls set the level of each individual band and should have a value between 0.0 and 1.0. The lower numbered bands are lower in frequency the higher numbered bands are higher in frequency. debian/changelog0000644000000000000000000000131011754313672011044 0ustar lv2vocoder (1-3) unstable; urgency=low * Fix symbols' names which start with digits. * Replace lv2core with lv2-dev in Build-Depends. * Update debian/copyright to comply with machine-readable format. * Bump Standards. -- Alessio Treglia Tue, 15 May 2012 01:38:56 +0200 lv2vocoder (1-2) unstable; urgency=low [ Fabian Greffrath ] * Add to the package description what a vocoder actually is. [ Alessio Treglia ] * Add debian/gbp.conf file. -- Alessio Treglia Sun, 20 Jun 2010 20:14:15 +0200 lv2vocoder (1-1) unstable; urgency=low * Initial release (Closes: #581057). -- Alessio Treglia Tue, 01 Jun 2010 10:26:55 +0200 debian/dirs0000644000000000000000000000001411754313304010046 0ustar usr/lib/lv2 debian/gbp.conf0000644000000000000000000000006211754313726010614 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/copyright0000644000000000000000000000224111754313523011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lv2vocoder Upstream-Contact: Nedko Arnaudov Source: http://download.gna.org/lv2vocoder/ Files: * Copyright: 2007 Nedko Arnaudov Josh Green Achim Settelmeier License: GPL-2 Files: debian/* Copyright: 2010-2012 Alessio Treglia License: GPL-2 License: GPL-2 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; version 2 of the License . 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. Comment: On Debian systems the full text of the GNU General Public License can be found in the `/usr/share/common-licenses/GPL-2' file. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/source/0000755000000000000000000000000011754313304010467 5ustar debian/source/format0000644000000000000000000000001411754313304011675 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011011754313304010210 0ustar version=3 http://download.gna.org/lv2vocoder/ lv2vocoder-(.*)\.tar\.bz2