debian/0000775000000000000000000000000012311573256007175 5ustar debian/copyright0000664000000000000000000000745711613313720011135 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174 Upstream-Name: ladspa-bs2b Source: http://bs2b.sourceforge.net/ Files: src/plugin.c Copyright: Copyright 2009 Sebastian Pipping License: GPL-2+ Files: debian/* Copyright: Copyright 2011 Andrew Gainer License: GPL-3+ Files: m4/pkg.m4 Copyright: Copyright 2004 Scott James Remnant License: GPL-2+ Files: build-aux/* Copyright: Copyright 1996-2010 Free Software Foundation, Inc. License: GPL-2+ Files: build-aux/install-sh Copyright: Copyright 1994 X Consortium License: MIT+FSF-public Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. . Except as contained in this notice, the name of the X Consortium shall not be used in advertising or otherwise to promote the sale, use or other deal- ings in this Software without prior written authorization from the X Consor- tium. . FSF changes to this file are in the public domain. Files: configure Copyright: 1992-2010 Free Software Foundation, Inc. License: FSF-unlimited This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. License: GPL-2+ 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 St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. 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 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, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. debian/asound.conf.example0000664000000000000000000000213511612071415012761 0ustar ## Adding these stanzas to your .asoundrc or /etc/asound.conf will ## create an ALSA output device called 'crossfeed' which outputs ## the bs2b crossfeed stream to a device of your choosing. ## LADSPA uses a 32-bit floating-point sample format, while most ## software uses 16-, 24-, or 32-bit integer formats. We input through ## a plug device to handle the conversion. pcm.crossfeed { type plug slave.pcm "bs2b" } ## If you use dmix or other processing filters, you should slave the ## plug:bs2b device to them directly, then have bs2b play to the hardware. ## This will minimize the impact of sample format conversion. ## This device passes its input through the bs2b LADSPA plugin, then ## passes it off to another PCM device. In this example, we use ## plughw:0,0 to pass directly to hardware (with a plug adapter for ## sample conversion). pcm.bs2b { type ladspa slave.pcm "plughw:0,0" # Set this line to match your configuration path "/usr/lib/ladspa/" plugins [{ label bs2b input { # controls [ 725 4.5 ] # The defaults are 725Hz crossover frequency and 4.5dB rolloff } }] } debian/changelog0000664000000000000000000000142112311573160011037 0ustar bs2b-ladspa (0.9.1-3ubuntu1) trusty; urgency=low * Use autoreconf helper for newer arches to correctly build shared lib; - Remove obsolete autoconf directives that cause FTBFS. -- Daniel T Chen Mon, 17 Mar 2014 09:16:19 -0400 bs2b-ladspa (0.9.1-3) unstable; urgency=low * Add build-depends on pkgconfig -- Andrew Gainer Fri, 12 Aug 2011 13:17:15 -0400 bs2b-ladspa (0.9.1-2) unstable; urgency=low * Clean up messy copyright entries per review by jackyf@debian.org (thanks!) -- Andrew Gainer Mon, 25 Jul 2011 13:39:17 -0400 bs2b-ladspa (0.9.1-1) unstable; urgency=low * Initial release (Closes: #634994) -- Andrew Gainer Wed, 20 Jul 2011 15:15:37 -0400 debian/docs0000664000000000000000000000003311612071564010042 0ustar debian/asound.conf.example debian/patches/0000775000000000000000000000000012311573252010620 5ustar debian/patches/remove_obsolete_autoconf_directives.patch0000664000000000000000000000103212311573252021145 0ustar Author: Daniel T Chen Origin: Ubuntu Forwarded: no Last-Update: 2014-03-17 --- bs2b-ladspa-0.9.1.orig/configure.ac +++ bs2b-ladspa-0.9.1/configure.ac @@ -4,8 +4,9 @@ AC_PREREQ([2.63]) AC_INIT([ladspa-bs2b], [0.9.1], [sebastian@pipping.org]) AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([1.10.1 -Wall foreign subdir-objects - dist-zip dist-bzip2 dist-lzma]) + dist-zip dist-bzip2]) AC_CONFIG_SRCDIR([src/plugin.c]) AC_CONFIG_HEADERS([config.h]) debian/patches/series0000664000000000000000000000005212311573211012025 0ustar remove_obsolete_autoconf_directives.patch debian/watch0000664000000000000000000000007011612071415010214 0ustar version=3 http://sf.net/bs2b/ladspa-bs2b-(.*)\.tar\.gz debian/control0000664000000000000000000000256212311572625010604 0ustar Source: bs2b-ladspa Section: sound Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Andrew Gainer Standards-Version: 3.9.2 Build-Depends: debhelper (>= 8.0.0), libbs2b-dev (>= 3.1.0), autotools-dev, ladspa-sdk, pkg-config, dh-autoreconf Homepage: http://bs2b.sourceforge.net/ Vcs-Git: git://git.debian.org/collab-maint/bs2b-ladspa.git Vcs-Browser: http://git.debian.org/?p=collab-maint/bs2b-ladspa.git;a=summary Package: bs2b-ladspa Architecture: linux-any Depends: ${shlibs:Depends}, ${misc:Depends} Provides: ladspa-plugin Description: Bauer stereophonic-to-binaural DSP LADSPA plugin The Bauer stereophonic-to-binaural DSP (bs2b) is designed to improve headphone listening of stereo audio records. . Typical stereo recordings are made for listening with speakers. What's missing in headphones is the sound going from each channel to the opposite ear, arriving a short time later for the extra distance traveled, and with a bit of high frequency roll-off for the shadowing effect of the head. The time delay to the far ear should also be somewhat longer at low frequencies than at high frequencies. bs2b implements both of these ideas to transform stereophonic recordings for headphone listening. . This plugin allows the bs2b library to be used with the LADSPA plug-in architecture. debian/source/0000775000000000000000000000000011612071415010466 5ustar debian/source/format0000664000000000000000000000001411612071415011674 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000211612071415010364 0ustar 8 debian/rules0000775000000000000000000000040012311572640010243 0ustar #!/usr/bin/make -f LDFLAGS += -Wl,--as-needed %: dh $@ --with autoreconf ## Remove .la file as per #633365, since we don't need it for this plugin override_dh_install: find $(CURDIR)/debian/bs2b-ladspa/usr -name "*.la" -exec rm -f '{}' + dh_install