debian/0000755000000000000000000000000012207472672007177 5ustar debian/source/0000755000000000000000000000000012207465432010473 5ustar debian/source/format0000644000000000000000000000001412207465432011701 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012207470452010620 5ustar debian/patches/02-fix_hardening.patch0000644000000000000000000000131512207470452014665 0ustar Description: Fix hardening Author: Jaromír Mikeš Forwarded: no Index: rev-plugins/Makefile =================================================================== --- rev-plugins.orig/Makefile 2013-08-28 23:51:02.874800396 +0200 +++ rev-plugins/Makefile 2013-08-28 23:52:09.938803123 +0200 @@ -22,12 +22,13 @@ CPPFLAGS += -I. -fPIC -D_REENTRANT CXXFLAGS += -Wall -O2 +LDFLAGS += all: zita-reverbs.so REVERBS_O = reverbs.o reverbs_if.o greverb.o zreverb.o pareq.o exp2ap.o zita-reverbs.so: $(REVERBS_O) - g++ -shared -o $@ $(REVERBS_O) + g++ -shared -o $@ $(REVERBS_O) $(LDFLAGS) reverbs.o: ladspaplugin.h reverbs.h greverb.o zreverb.h reverbs_if.o: ladspaplugin.h reverbs.h debian/patches/series0000644000000000000000000000005012207465432012032 0ustar 01-destdir.patch 02-fix_hardening.patch debian/patches/01-destdir.patch0000644000000000000000000000120012207470217013505 0ustar Description: Set DESTDIR variable. Author: Free Ekanayaka Forwarded: no --- Index: rev-plugins/Makefile =================================================================== --- rev-plugins.orig/Makefile 2013-08-28 23:47:49.698792542 +0200 +++ rev-plugins/Makefile 2013-08-28 23:49:52.766797546 +0200 @@ -18,6 +18,7 @@ # # ----------------------------------------------------------------------- +DESTDIR = CPPFLAGS += -I. -fPIC -D_REENTRANT CXXFLAGS += -Wall -O2 @@ -33,7 +34,7 @@ install: zita-reverbs.so - cp *.so /usr/lib/ladspa + cp *.so $(DESTDIR)/usr/lib/ladspa clean: rm -rf *~ *.o *.so debian/changelog0000644000000000000000000000247512207472530011052 0ustar rev-plugins (0.6.1-1) unstable; urgency=low * New upstream release. -- Jaromír Mikeš Wed, 28 Aug 2013 23:45:49 +0200 rev-plugins (0.3.1-4) unstable; urgency=low * Removed hardening-wrapper. * Added patch to fix hardening. -- Jaromír Mikeš Sun, 16 Jun 2013 14:23:30 +0200 rev-plugins (0.3.1-3) unstable; urgency=low * Improved description. (Closes: #698408) * Remove obsolete DMUA. * Bump Standards. * Add VCS canonical URLs. * Set dh/compat 9. * Fix hardening. * Added local-option file. -- Jaromír Mikeš Sun, 09 Jun 2013 16:06:04 +0200 rev-plugins (0.3.1-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). * Make description more verbose. [ 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 rev-plugins (0.3.1-1) unstable; urgency=low * Initial release (Closes: #456162) -- Free Ekanayaka Thu, 13 Dec 2007 10:39:42 +0000 debian/compat0000644000000000000000000000000212207465432010371 0ustar 9 debian/watch0000644000000000000000000000014012207465432010217 0ustar version=3 http://kokkinizita.linuxaudio.org/linuxaudio/downloads/ \ REV-plugins-(.*)\.tar\.bz2 debian/gbp.conf0000644000000000000000000000003612207465432010611 0ustar [DEFAULT] pristine-tar = True debian/control0000644000000000000000000000153312207465432010600 0ustar Source: rev-plugins Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Free Ekanayaka , Jaromír Mikeš Build-Depends: debhelper (>= 9), ladspa-sdk Standards-Version: 3.9.4 Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/index.html Vcs-Git: git://anonscm.debian.org/pkg-multimedia/rev-plugins.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/rev-plugins.git Package: rev-plugins Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Provides: ladspa-plugin Description: reverb LADSPA plugin This plugin features two inputs for stereo operation, and some code to prevent floating point denormalisation. Plugin is based on gverb by Juhana Sadeharju, but the code is entirely original. debian/dirs0000644000000000000000000000001712207465432010055 0ustar usr/lib/ladspa debian/rules0000755000000000000000000000013312207465432010250 0ustar #!/usr/bin/make -f %: dh $@ override_dh_installchangelogs: dh_installchangelogs README debian/docs0000644000000000000000000000000712207465432010043 0ustar README debian/copyright0000644000000000000000000000477612207465432011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: REV-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-2013 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'.