debian/0000755000000000000000000000000011754312525007173 5ustar debian/compat0000644000000000000000000000000211754312176010373 0ustar 7 debian/patches/0000755000000000000000000000000011754312176010624 5ustar debian/patches/series0000644000000000000000000000003011754312176012032 0ustar remove_shebang_ui.patch debian/patches/remove_shebang_ui.patch0000644000000000000000000000062611754312176015332 0ustar Patch removing shebang line from ui file Index: lv2fil/ui =================================================================== --- lv2fil.orig/ui 2009-10-04 14:53:58.000000000 +0200 +++ lv2fil/ui 2009-10-04 14:54:28.000000000 +0200 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +# # # Copyright (C) 2008,2009 Nedko Arnaudov # Copyright (C) 2006 Leonard Ritter debian/rules0000755000000000000000000000205111754312176010253 0ustar #!/usr/bin/make -f # -*- makefile -*- WAF = ./waf upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: (.*)-.*$$/\1/p' | sed 's/.dfsg[0-9]*//') dfsg_version = $(upstream_version)+dfsg0 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p') %: dh $@ override_dh_auto_configure: $(WAF) configure --destdir=/usr --lv2-dir=/usr/lib/lv2 override_dh_auto_build: $(WAF) override_dh_auto_clean: $(WAF) distclean find -name "*.pyc" -delete dh_auto_clean override_dh_auto_install: $(WAF) install --destdir=$(CURDIR)/debian/tmp override_dh_installchangelogs: dh_installchangelogs NEWS get-orig-source: uscan --noconf --force-download --rename --repack \ --download-current-version --destdir=. tar -xzf $(pkg)_$(upstream_version).orig.tar.gz mv $(pkg)-$(upstream_version) $(pkg)-$(dfsg_version) cd $(pkg)-$(dfsg_version) && ../debian/unpack_waf.sh && cd .. GZIP="-9fn --rsyncable" tar -czf $(pkg)_$(dfsg_version).orig.tar.gz $(pkg)-$(dfsg_version) rm -rf $(pkg)-$(dfsg_version) rm -f $(pkg)_$(upstream_version).orig.tar.gz debian/control0000644000000000000000000000217011754312332010572 0ustar Source: lv2fil Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Free Ekanayaka , Jaromír Mikeš Build-Depends: debhelper (>= 7.0.50~), lv2-dev, pkg-config, python DM-Upload-Allowed: yes Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/git/pkg-multimedia/lv2fil.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/lv2fil.git Homepage: http://nedko.arnaudov.name/soft/lv2fil/ Package: lv2fil Architecture: any Depends: python, python-cairo, python-gtk2, ${misc:Depends}, ${shlibs:Depends} Provides: lv2-plugin Description: Stereo and mono LV2 plugins, four-band parametric equalisers Each section has an active/bypass switch, frequency, bandwidth and gain controls. There is also a global bypass switch and gain control. All switches and controls are internally smoothed, so they can be used 'live' whithout any clicks or zipper noises. This should make this plugin a good candidate for use in systems that allow automation of plugin control ports, such as Ardour, or for stage use. debian/changelog0000644000000000000000000000265011754312401011041 0ustar lv2fil (2.0+20100312.git18130f5a+dfsg0-2) unstable; urgency=low * Team upload. * Replace lv2core with lv2-dev in Build-Depends. * Remove myself from the Uploaders field. * Bump Standards. -- Alessio Treglia Tue, 15 May 2012 01:27:44 +0200 lv2fil (2.0+20100312.git18130f5a+dfsg0-1) unstable; urgency=low * Repack upstream tarball to get rid of the 'waf' blob (Closes: #654488). * Add debian/unpack_waf.sh. * debian/rules: - Add get-orig-source. - Prune *.pyc files on clean. * debian/watch: Mangle Debian's versioning. -- Alessio Treglia Tue, 10 Jan 2012 14:04:03 +0100 lv2fil (2.0+20100312.git18130f5a-1) unstable; urgency=low * Imported Upstream version 2.0+20100312.git18130f5a: - Remove liblo and pyliblo dependencies - a misconfigured network setup will no longer prevent UI from working (the DSSI problem). - Improve UI launching (vfork) - jack xruns/disconnects should not happen anymore. - Handle missing runtime dependencies - hosts will not lock-up anymore. - Consume child zombies. * Drop {,py}liblo {,build-}dependencies. * Unset compression, now uses gzip'd tarballs. * Bump Standards. -- Alessio Treglia Mon, 30 May 2011 11:01:02 +0200 lv2fil (2.0-1) unstable; urgency=low * Initial release (Closes: #537751) -- Jaromír Mikeš Sat, 08 May 2010 23:59:08 +0200 debian/lv2fil.install0000644000000000000000000000006111754312262011754 0ustar usr/lib/lv2/filter.lv2/* usr/lib/lv2/filter.lv2/ debian/gbp.conf0000644000000000000000000000003611754312176010613 0ustar [DEFAULT] pristine-tar = True debian/copyright0000644000000000000000000001073211754312262011127 0ustar This package was debianized by Debian Multimedia Maintainers on Mon, 20 Jul 2009 16:18:05 +0200. It was downloaded from http://nedko.arnaudov.name/soft/lv2fil/ Upstream Authors: Nedko Arnaudov Fons Adriaensen Copyright: Copyright (C) 2006,2007,2008,2009 Nedko Arnaudov Copyright exceptions: The lv2_ui.h file: Copyright (C) 2006-2008 Lars Luthman Based on lv2.h, which was Copyright (C) 2000-2002 Richard W.E. Furse, Paul Barton-Davis, Stefan Westerfeld Copyright (C) 2006 Steve Harris, Dave Robillard. The ui file: Copyright (C) 2008,2009 Nedko Arnaudov Copyright (C) 2006 Leonard Ritter The waf file: Copyright (C) 2005-2008 Thomas Nagy License: 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 On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Lincense exeptions: The lv2_external_ui.h file contains this notice: This work is in public domain. This file 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. The lv2_ui.h file is licensed under the GNU LGPL v2.1 or later. This program 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 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 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 St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. The waf file contains this notice: """ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. """ The Debian packaging is Copyright (C) 2009, Jaromír Mikeš and is licensed under the GPL version 2, see above. debian/source/0000755000000000000000000000000011754312176010475 5ustar debian/source/format0000644000000000000000000000001411754312176011703 0ustar 3.0 (quilt) debian/unpack_waf.sh0000755000000000000000000000223311754312176011652 0ustar #!/bin/bash # unpack_waf - generate an unpacked instance of the waf all-in-one blob # Copyright (C) 2012 Alessio Treglia # Based on: http://wiki.debian.org/UnpackWaf # # 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; either version 2 of the License, or # (at your option) any later version. # # 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. # # You should have received a copy of the GNU General Public License along # with this program; if not, write to the Free Software Foundation, Inc., # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. set -e echo -n "Unpacking waf... " ./waf --help &>/dev/null WAFDIR=`ls .waf-*/` mv .waf-*/${WAFDIR} ${WAFDIR} sed -i '/^#==>$/,$d' waf rmdir .waf-* echo "OK." echo -n "Purging .pyc files... " find ${WAFDIR} -name "*.pyc" -delete echo "OK." debian/watch0000644000000000000000000000016311754312176010226 0ustar version=3 opts=dversionmangle=s/.dfsg\d*// \ http://nedko.arnaudov.name/soft/lv2fil/download/lv2fil-(.*)\.tar\.bz2 debian/lv2fil.lintian-overrides0000644000000000000000000000031011754312176013745 0ustar #All files for LV2 plugin should installed installed in .lv2 directory #http://lv2plug.in/docs/index.php?title=Main_Page lv2fil: image-file-in-usr-lib usr/lib/lv2/filter.lv2/lv2logo.png