debian/0000755000000000000000000000000012202252256007164 5ustar debian/source/0000755000000000000000000000000012126734536010477 5ustar debian/source/format0000644000000000000000000000001412126734536011705 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012126734536010626 5ustar debian/patches/01-makefile.patch0000644000000000000000000000165412126734536013650 0ustar Description: Patch is applied because autotools are not used by upstream. Patch sets prefix=/usr and removes compiler optimizations. Author: Jaromír Mikeš Forwarded: no Index: zita-lrx-0.1.0/source/Makefile =================================================================== --- zita-lrx-0.1.0.orig/source/Makefile 2012-02-05 18:43:27.000000000 +0100 +++ zita-lrx-0.1.0/source/Makefile 2012-02-06 02:10:22.541788781 +0100 @@ -18,14 +18,14 @@ # ------------------------------------------------------------------------ -PREFIX = /usr/local +PREFIX ?= /usr/local SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/') LIBDIR = lib$(SUFFIX) SHARED = $(PREFIX)/share/zita-lrx VERSION = 0.1.0 CPPFLAGS += -DVERSION=\"$(VERSION)\" -DSHARED=\"$(SHARED)\" CXXFLAGS += -O2 -ffast-math -Wall -MMD -MP -CXXFLAGS += -march=native +#CXXFLAGS += -march=native all: zita-lrx debian/patches/series0000644000000000000000000000002212126734536012035 0ustar 01-makefile.patch debian/zita-lrx.manpages0000644000000000000000000000002212126734536012460 0ustar debian/zita-lrx.1 debian/changelog0000644000000000000000000000056412202252176011044 0ustar zita-lrx (0.1.0-2) unstable; urgency=low * Set dh/compat 9 * Bump standards. * Fix VCS canonical URLs. * Update copyright file. -- Jaromír Mikeš Mon, 12 Aug 2013 23:24:44 +0200 zita-lrx (0.1.0-1) unstable; urgency=low * Initial release (Closes: #658784) -- Jaromír Mikeš Mon, 06 Feb 2012 01:45:26 +0100 debian/zita-lrx.examples0000644000000000000000000000001312126734536012503 0ustar examples/* debian/compat0000644000000000000000000000000212202251275010362 0ustar 9 debian/watch0000644000000000000000000000014712126734536010232 0ustar version=3 http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html \ zita-lrx-(.*)\.tar\.bz2 debian/gbp.conf0000644000000000000000000000006212126734536010614 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/control0000644000000000000000000000257612202251520010572 0ustar Source: zita-lrx Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Jaromír Mikeš Build-Depends: debhelper (>= 9), libclthreads-dev (>= 2.4.0), libjack-dev Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/zita-lrx.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/zita-lrx.git Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html Package: zita-lrx Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Command line jack application providing crossover filters Command line jack application providing 2, 3, or 4-band, 4th order crossover filters. The filter type is continuously variable between Linkwitz-Riley (-6dB at the xover frequency) and Butterworth(-3 dB at the xover frequency). Outputs are exactly phase matched in the crossover regions. . The application supports up to 16 channels. . Configuration is by a text file using 'OSC' style syntax (similar to Ambdec and Jconvolver). Apart from the basic filter parameters, the following can be set: - Channel labels (used for naming Jack ports). - Frequency band names (used in output port names). - Optional output autoconnections. - For each channel: gain and delay (in ms). - For each frequency band: gain and delay. debian/zita-lrx.10000644000000000000000000000502512126734536011035 0ustar .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH ZITA-LRX 1 "February 6, 2012" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME \fBzita-lrx\fP \- zita-lrx is a command line application providing crossover filters for Jack Audio Connection Kit .SH SYNOPSIS .B zita-lrx .RI [ options ] [config file] .br .SH DESCRIPTION This manual page documents briefly the .B zita-lrx .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. This manual page was written for the Debian distribution because the original program does not have a manual page. .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. \fBzita-lrx\fP is command line jack application providing 2, 3, or 4\-band, 4th order crossover filters. The filter type is continuously variable between Linkwitz-Riley (\-6dB at the xover frequency) and Butterworth (\-3 dB at the xover frequency). Outputs are exactly phase matched in the crossover regions. The application supports up to 16 channels. Configuration is by a text file using 'OSC' style syntax (similar to Ambdec and Jconvolver). .PP Apart from the basic filter parameters, the following can be set: .PP - Channel labels (used for naming Jack ports). .PP - Frequency band names (used in output port names). .PP - Optional output autoconnections. .PP - For each channel: gain and delay (in ms). .PP - For each frequency band: gain and delay. .PP .SH OPTIONS .PP .B \ -h Display short info .PP .B \ -N Name to use as jack client .PP .B \ -s Jack server name .PP .TP .SH SEE ALSO .BR jackd(1). .br .SH AUTHOR zita-lrx was written by Fons Adriaensen . .PP This manual page was written by Debian Multimedia Maintainers for the Debian project (but may be used by others). debian/rules0000755000000000000000000000015712126734536010262 0ustar #!/usr/bin/make -f export PREFIX=/usr export DESTDIR=$(CURDIR)/debian/zita-lrx %: dh $@ -Smakefile -Dsource debian/docs0000644000000000000000000000002512126734536010047 0ustar README.CONFIG README debian/copyright0000644000000000000000000000225012202251540011111 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Zita-lrx Upstream-Contact: Fons Adriaensen Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html Files: * Copyright: 2009-2012 Fons Adriaensen License: GPL-3+ Files: debian/* Copyright: 2012-2013 Jaromír Mikeš 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 as published by the Free Software Foundation, either version 3 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. 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 the file `/usr/share/common-licenses/GPL-3'.