debian/0000755000000000000000000000000012227512727007175 5ustar debian/compat0000644000000000000000000000000212227512727010373 0ustar 9 debian/zita-bls1.xpm0000644000000000000000000000501012227512727011525 0ustar /* XPM */ static char *zita_bls1[] = { /* columns rows colors chars-per-pixel */ "32 32 87 1 ", " c #010101", ". c #040503", "X c #050604", "o c #060805", "O c #090B07", "+ c #0D100A", "@ c #11160D", "# c #14190F", "$ c #151B10", "% c #181E12", "& c #1A2114", "* c #1C2315", "= c #212918", "- c #242D1B", "; c #26301D", ": c #28321E", "> c #2C3721", ", c #303C24", "< c #323F25", "1 c #374429", "2 c #39472A", "3 c #3B4A2D", "4 c #3C4B2D", "5 c #3E4D2E", "6 c #405030", "7 c #445533", "8 c #455634", "9 c #475935", "0 c #4C5F39", "q c #4E623A", "w c #52663D", "e c #556A40", "r c #576D41", "t c #596F43", "y c #5A7144", "u c #5E7646", "i c #5F7747", "p c #607948", "a c #627A49", "s c #647D4B", "d c #66814D", "f c #68834E", "g c #6A8650", "h c #6C8851", "j c #6D8952", "k c #6D8A52", "l c #6E8B53", "z c #708D54", "x c #729056", "c c #759458", "v c #769458", "b c #79985B", "n c #809F5F", "m c #83A361", "M c #85A663", "N c #8AAD67", "B c #8CAE68", "V c #8EB16A", "C c #90B46B", "Z c #92B76D", "A c #94BA6E", "S c #95BB6F", "D c #99BF72", "F c #9BC274", "G c #9DC475", "H c #9FC777", "J c #A1C978", "K c #A3CC7A", "L c #A6CF7C", "P c #A7D17D", "I c #ABD681", "U c #AFDA83", "Y c #B3DF86", "T c #B4E187", "R c #B5E288", "E c #B7E58A", "W c #B9E78B", "Q c #BCEB8D", "! c #C0F090", "~ c #C1F191", "^ c #C2F392", "/ c #C4F593", "( c #C6F895", ") c #C8FA96", "_ c #CBFF99", "` c #CCFF98", "' c #CCFF99", /* pixels */ "``''''''''''''''''''''''''''''''", "_```''''''''''''''''''''''''''''", "_```''''''''%l_'/~''''''''''''''", "_```''''''''1n`'9<''''''''''''''", "'''`''''_`''''''9<'`''''`__'''''", "_''b00000e''tC'c�n'Ya1>8S''''", "_''Nddds@$``$j'B;%ljZ'x3hl1 N'''", "_''``'`l.S'_#h''9<`''')'__'3;'''", "_'''`'V b'''#h_'9<''```~Vbx8O```", "_'''`LOt`'''#h``9<'''`Z+O>8, ~''", "_'''W%3_''''#j''9<''''%1_``s ~''", "_'`(>-~'''''#j''y-'''( c__`- /''", "_'`0ODYYYR''$l''Z mLY`3>IUeO /''", "_'_= +'`#h''~y- e`J, 1n ~''", "_'_Y)'''`''/R_`'''````__R~''''''", "_'~ I''''''M#_``'''``__Jl0B'''''", "``~ I___'''M$'''''''''J XXs'''''", "'`~ I___'''M#'''''''''QF(>s'''''", "_`~ Jr>e~''M#`'Ql,>0W''')-s'''''", "_`~ ->pX<''M#''e-lv3J'''`>s`''''", "_`~ 1'`H G'M#')+S````''''-s'''''", "_`~ l'''+f'M#''>0E__'''''>s'''''", "_`~ F''`1e'M#'_Z$ 6L'''''>s'''''", "_'~ B'')>y'M$'`'(n> K''''-s'''''", "_`~ p_`/.c'M#''''''-p'`_'>s``__`", "_`~ %J(poW'M#'~V_'/$f'`WE-yW~_``", "_`~ p # x''M#`W #>o*Q') 1'``", "_`)F/PbJ'''WJ`'YmlM(''_DDDDDI''`", "_'''``''''''''''_`'''''''''')'''", "_'''``''''''''''``''''''''''`'''", "_'''''''''''''''''''''''''''''''", "'______________________________`" }; debian/zita-bls1.doc-base0000644000000000000000000000037612227512727012410 0ustar Document: zita-bls1 Title: BLS1 Quick Guide Author: Fons Adriaensen Abstract: BLS1 user's reference manual Section: Sound Format: HTML Index: /usr/share/doc/zita-bls1/doc/html/quickguide.html Files: /usr/share/doc/zita-bls1/doc/* debian/patches/0000755000000000000000000000000012227512727010624 5ustar debian/patches/01-fix_prefix.patch0000644000000000000000000000172612227512727014234 0ustar Description: Override PREFIX only if not set. Debian-specific: remove suffix from libraries path, set $PREFIX to /usr. Strip -march=native out of CPPFLAGS. Author: Jaromír Mikeš Forwarded: no Index: zita-bls1-0.1.0/source/Makefile =================================================================== --- zita-bls1-0.1.0.orig/source/Makefile 2013-08-20 16:53:48.000000000 +0200 +++ zita-bls1-0.1.0/source/Makefile 2013-08-20 16:57:49.419478921 +0200 @@ -19,7 +19,7 @@ # -------------------------------------------------------------------------- -PREFIX = /usr/local +PREFIX = /usr SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/') LIBDIR = lib$(SUFFIX) BINDIR = $(PREFIX)/bin @@ -28,7 +28,7 @@ DISTDIR = zita-bls1-$(VERSION) CPPFLAGS += -DVERSION=\"$(VERSION)\" -DSHARED=\"$(SHARED)\" CXXFLAGS += -O2 -ffast-math -Wall -MMD -MP -CXXFLAGS += -march=native +#CXXFLAGS += -march=native all: zita-bls1 debian/patches/series0000644000000000000000000000002412227512727012035 0ustar 01-fix_prefix.patch debian/rules0000755000000000000000000000011412227512727010251 0ustar #!/usr/bin/make -f LDFLAGS+=-Wl,--as-needed %: dh $@ -Smakefile -Dsource debian/docs0000644000000000000000000000000412227512727010042 0ustar doc debian/control0000644000000000000000000000160612227512727010603 0ustar Source: zita-bls1 Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Jaromír Mikeš Build-Depends: debhelper (>= 9), libcairo2-dev, libclthreads-dev (>= 2.4.0), libclxclient-dev (>= 3.9.0), libfftw3-dev (>= 3.1.2-3.1), libjack-dev, libpng12-dev, libzita-convolver-dev (>= 3.0.0) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/zita-bls1.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/zita-bls1.git Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/ Package: zita-bls1 Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: binaural stereo signals converter zita-bls1 - The Blumlein Shuffler convert binaural stereo signals into a form suitable for reproduction using a convential stereo speaker pair. debian/zita-bls1.10000644000000000000000000000172212227512727011067 0ustar .TH ZITA-BLS1 "1" "August 20 2013" "" "User Commands" .SH NAME zita\-bls1 \- JACK binaural stereo signals converter .SH DESCRIPTION .B BLS1 is an 'binaural stereo signals converter', normally used to convert binaural stereo signals into a 'normal' stereo signal suitable for reproduction using a convential stereo speaker pair. .PP .B BLS1 is a digital realisation of the 'Blumlein Shuffler', invented by Alan Blumlen in the early 1930s and analysed in detail by Michael Gerzon in a paper presented at the 1993 AES Convention in San Francisco. .PP .B BLS1 is connecting to Jack Audio Connection Kit. .PP .SH OPTIONS .TP \fB\-h\fR Display this text .TP \fB\-s\fR JACK server name .TP \fB\-g\fR Window position .PP .TP .SH SEE ALSO .BR jackd(1). .br .SH "AUTHOR" zita\-bls1 was written by Fons Adriaensen . .PP This manual page was written by Jaromír Mikeš for the Debian project (but may be used by others). debian/changelog0000644000000000000000000000023712227512765011053 0ustar zita-bls1 (0.1.0-1) unstable; urgency=low * Initial release (Closes: #719006). -- Jaromír Mikeš Mon, 19 Aug 2013 16:16:23 +0200 debian/install0000644000000000000000000000013012227512727010560 0ustar debian/zita-bls1.desktop usr/share/applications debian/zita-bls1.xpm usr/share/pixmaps/ debian/zita-bls1.manpages0000644000000000000000000000002312227512727012513 0ustar debian/zita-bls1.1 debian/gbp.conf0000644000000000000000000000006212227512727010612 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/copyright0000644000000000000000000000223512227512727011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Zita-bls1 Upstream-Contact: Fons Adriaensen Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html Files: * Copyright: 2010-2011 Fons Adriaensen License: GPL-2+ Files: debian/* Copyright: 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. Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. . You should have received a copy of the GNU General Public License along with this program. If not, see . debian/source/0000755000000000000000000000000012227512727010475 5ustar debian/source/format0000644000000000000000000000001412227512727011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015012227512727010222 0ustar version=3 http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html \ zita-bls1-(.*)\.tar\.bz2 debian/menu0000644000000000000000000000023512227512727010064 0ustar ?package(zita-bls1):needs="X11"\ section="Applications/Sound" \ icon="/usr/share/pixmaps/zita-bls1.xpm"\ title="BLS1" \ command="/usr/bin/zita-bls1" debian/zita-bls1.desktop0000644000000000000000000000044012227512727012374 0ustar [Desktop Entry] Version=1.0 Name=Zita-bls1 GenericName=JACK binaural converter Comment=converter of binaural signals into a convential stereo signals. Keywords=audio;sound;jackd,binaural,converter Exec=zita-bls1 Icon=zita-bls1 Terminal=false Type=Application Categories=AudioVideo;Audio;