debian/0000755000000000000000000000000012224017011007154 5ustar debian/compat0000644000000000000000000000000212224015766010371 0ustar 7 debian/patches/0000755000000000000000000000000012224016520010607 5ustar debian/patches/series0000644000000000000000000000002712224016343012026 0ustar 0001-fix_linking.patch debian/patches/0001-fix_linking.patch0000644000000000000000000000065212224016603014514 0ustar Description: Fix FTBFS with GCC 4.7 Author: Alessio Treglia Forwarded: no --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- lv2proc.orig/src/Makefile.am +++ lv2proc/src/Makefile.am @@ -8,7 +8,7 @@ # AM_CFLAGS = -pedantic -Wall -Werror @SNDFILE_CFLAGS@ @LILV_CFLAGS@ -LIBS = @SNDFILE_LIBS@ @LILV_LIBS@ +LIBS = @SNDFILE_LIBS@ @LILV_LIBS@ -lm bin_PROGRAMS = lv2proc debian/rules0000755000000000000000000000052312224015766010253 0ustar #!/usr/bin/make -f export NATURALDOCS=/usr/bin/naturaldocs export LDFLAGS+=-Wl,--as-needed %: dh $@ --parallel --with autoreconf override_dh_auto_configure: CFLAGS="$(shell dpkg-buildflags --get CFLAGS) -std=gnu99" dh_auto_configure override_dh_auto_clean: rm -rf m4 dh_auto_clean override_dh_autoreconf: mkdir m4 dh_autoreconf debian/control0000644000000000000000000000146412224015772010600 0ustar Source: lv2proc Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, liblilv-dev, libsndfile-dev, lv2-dev, pkg-config Standards-Version: 3.9.4 Homepage: http://naspro.sourceforge.net/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/lv2proc.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/lv2proc.git Package: lv2proc Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Provides: lv2-host Description: command line effect processor LV2proc is a simple command line effect processor using LV2 plugins. . lv2proc generates an output sound file by applying a LV2 effect plugin to an input sound file. debian/changelog0000644000000000000000000000271312224016640011040 0ustar lv2proc (0.5.0-2) unstable; urgency=low * Upload to unstable. * Add patch to prevent failure with GCC's newer versions. -- Alessio Treglia Sat, 05 Oct 2013 15:09:32 +0100 lv2proc (0.5.0-1) experimental; urgency=low * New upstream release: - Fixed bogus warning w.r.t. lv2:sampleRate ports. - Build system fixes. - Updated manpage. * Drop 0001-buildsystem.patch, applied upstream. * Fix Homepage field and VCS fields. * Update debian/copyright. * Bump Standards. -- Alessio Treglia Sun, 17 Feb 2013 16:13:16 +0000 lv2proc (0.4.0-4) unstable; urgency=low * Fix build failure with GCC 4.7. Thanks to Matthias Klose (Closes: #674352) -- Alessio Treglia Wed, 30 May 2012 17:11:25 +0200 lv2proc (0.4.0-3) unstable; urgency=low * Change section from libs to sound. (Closes: #663076) * Replace lv2core with lv2-dev in Build-Depends. * Update copyright file to machine-readable format. * Bump Standards. -- Alessio Treglia Wed, 16 May 2012 21:31:50 +0200 lv2proc (0.4.0-2) unstable; urgency=low * Add Provides: lv2-host. * Build with --as-needed enabled. * Add patch to prevent build failure with --as-needed. -- Alessio Treglia Sun, 05 Feb 2012 19:47:16 +0100 lv2proc (0.4.0-1) unstable; urgency=low * Initial release. (Closes: #658131) -- Alessio Treglia Tue, 31 Jan 2012 16:04:16 +0100 debian/gbp.conf0000644000000000000000000000006212224016003010571 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/copyright0000644000000000000000000000214412224015772011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: LV2proc Upstream-Contact: Stefano D'Angelo Source: https://sourceforge.net/projects/naspro/files/ Copyright: 2011-2013 LV2proc development team Files: * Copyright: 2011-2013 LV2proc development team License: GPL-3 Files: debian/* Copyright: 2012-2013 Alessio Treglia License: GPL-3 License: GPL-3 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. . 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. . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/source/0000755000000000000000000000000012224015766010473 5ustar debian/source/format0000644000000000000000000000001412224015766011701 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006612224015766010226 0ustar version=3 http://sf.net/naspro/lv2proc-(.*)\.tar\.bz2