debian/0000755000000000000000000000000011745220052007164 5ustar debian/compat0000644000000000000000000000000211745220052010362 0ustar 7 debian/patches/0000755000000000000000000000000011745220052010613 5ustar debian/patches/series0000644000000000000000000000002111745220052012021 0ustar 01-destdir.patch debian/patches/01-destdir.patch0000644000000000000000000000123411745220052013510 0ustar Description: Set DESTDIR variable. Author: Free Ekanayaka Forwarded: no --- Index: vco-plugins/Makefile =================================================================== --- vco-plugins.orig/Makefile 2012-04-15 16:01:40.067235894 +0200 +++ vco-plugins/Makefile 2012-04-15 21:50:52.010688710 +0200 @@ -1,3 +1,4 @@ +DESTDIR = CPPFLAGS += -I. -fPIC -D_REENTRANT -Wall -O3 @@ -10,8 +11,8 @@ install: - /bin/cp blvco.so /usr/lib/ladspa - /bin/cp blvco.so /usr/lib/ladspa/vco_sawpulse.so + /bin/cp blvco.so $(DESTDIR)/usr/lib/ladspa + /bin/cp blvco.so $(DESTDIR)/usr/lib/ladspa/vco_sawpulse.so DIR := $(shell basename `pwd`) debian/rules0000755000000000000000000000013311745220052010241 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installchangelogs: dh_installchangelogs README debian/docs0000644000000000000000000000000711745220052010034 0ustar README debian/control0000644000000000000000000000207611745220064010577 0ustar Source: vco-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 Standards-Version: 3.9.3 Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/index.html Vcs-Git: git://git.debian.org/pkg-multimedia/vco-plugins.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/vco-plugins.git Package: vco-plugins Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Provides: ladspa-plugin Description: LADSPA plugin sporting anti-aliased oscillators This plugin contains three anti-aliased oscillators, all based on the concept of using precomputed bandlimited Dirac pulses to construct the classical waveforms. They are both memory and CPU efficient. The first one produces a flat spectrum (impulses) and the second generates a sawtooth waveform. The third one (new in 0.3.0), provides a variable width rectangular waveform. debian/changelog0000644000000000000000000000122411745364772011057 0ustar vco-plugins (0.3.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. * Set compatibility to 7. * Switch to debhelper 3.0 (quilt). [ Alessio Treglia ] * Add Homepage field. * Update team's name, add missing Vcs-* tags. * Set DM-Upload-Allowed: yes. -- Jaromír Mikeš Sun, 15 Apr 2012 16:21:41 +0200 vco-plugins (0.3.0-1) unstable; urgency=low * Initial release (Closes: #456163) -- Free Ekanayaka Thu, 13 Dec 2007 10:48:56 +0000 debian/dirs0000644000000000000000000000001711745220052010046 0ustar usr/lib/ladspa debian/gbp.conf0000644000000000000000000000003611745220052010602 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000000477111745220052011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: VCO-Plugins Upstream-Contact: Fons Adriaensen Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html Files: * Copyright: 2003 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: 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/0000755000000000000000000000000011745220052010464 5ustar debian/source/format0000644000000000000000000000001411745220052011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014011745220052010210 0ustar version=3 http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ \ VCO-plugins-(.*)\.tar\.bz2