debian/0000755000000000000000000000000012217300636007166 5ustar debian/abx.pod0000644000000000000000000000376112217300543010450 0ustar =pod =head1 NAME abx - audio ABX testing software =head1 SYNOPSIS =over =item abx I<[OPTIONS...]> I<> I<> =back =head1 DESCRIPTION abx is a program for performing software-based audio ABX testing on GNU/Linux systems. ABX test (Wikipedia, Hydrogenaudio) is a statistical test for assessing whether you are able to tell for audible differences between two samples. For example, one sample can be a compressed audio file such as OGG Vorbis file and another one its uncompressed variant (WAV, AU, ...). You can then use abx to infer whether you are able to separate the two samples due to compression artifacts. =head1 OPTIONS =head2 Application Options =over =item B<-i> I, B<--num-trials>=I Do I trials. =item B<-d> I, B<--audio-device>=I Use PortAudio audio device I =item B<--display>==I X display to use =back =head2 Help Options =over =item B<--help>, B<-h> Show help options =item B<--help-all> Show all help options =item B<--help-gtk> Show GTK+ options =back =head2 GTK+ Options =over =item B<--class>=I Program class as used by the window manager =item B<--name>=I Program name as used by the window manager =item B<--screen>=I X screen to use =item B<--sync> Make X calls synchronous =item B<--gtk-module>=I Load additional GTK+ modules =item B<--g-fatal-warnings> Make all warnings fatal =back =head1 AUTHOR abx is written by Petteri Hintsanen and is licensed under the GNU General Publication License, version 3 or above. This manual page was written by Chow Loong Jin for the Debian system (but may be used by others). Permissions is granted to copy, distribute, and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. On Debian systems, the full text of the GNU General Public License, Version 3 can be found in /usr/share/common-licenses/GPL-3. =cut debian/rules0000755000000000000000000000041512217300543010243 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/dpkg/default.mk %: dh $@ --with=autoreconf debian/abx.1: debian/abx.pod pod2man --center="User Commands" --release="abx $(DEB_VERSION_UPSTREAM)" $< > $@ override_dh_installman: debian/abx.1 dh_installman debian/control0000644000000000000000000000174012217300543010570 0ustar Source: abx Section: sound Priority: extra Maintainer: Chow Loong Jin Build-Depends: debhelper (>= 9.0.0), dpkg-dev (>= 1.16.1), dh-autoreconf, autoconf-archive, portaudio19-dev, libsndfile1-dev, libgtk2.0-dev Standards-Version: 3.9.4 Homepage: http://phintsan.kapsi.fi/abx.html Package: abx Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: audio ABX testing software abx is a program for performing software-based audio ABX testing on GNU/Linux systems. ABX test (Wikipedia, Hydrogenaudio) is a statistical test for assessing whether you are able to tell for audible differences between two samples. For example, one sample can be a compressed audio file such as OGG Vorbis file and another one its uncompressed variant (WAV, AU, …). You can then use abx to infer whether you are able to separate the two samples due to compression artifacts. debian/compat0000644000000000000000000000000212217300543010361 0ustar 9 debian/copyright0000644000000000000000000000207512217300543011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ABX Tester Source: http://phintsan.kapsi.fi/abx.html Files: * Copyright: 2010 Petteri Hintsanen License: GPL-3+ Files: debian/* Copyright: 2013 Chow Loong Jin License: GPL-3+ License: GPL-3+ 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 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. . 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 version 3 can be found in "/usr/share/common-licenses/GPL-3". debian/manpages0000644000000000000000000000001512217300543010675 0ustar debian/abx.1 debian/source/0000755000000000000000000000000012217300543010463 5ustar debian/source/format0000644000000000000000000000001412217300543011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000022712217300543011036 0ustar abx (0.0~b1-1) unstable; urgency=low * Initial release (Closes: #722308) -- Chow Loong Jin Tue, 10 Sep 2013 14:05:45 +0800