debian/0000755000000000000000000000000011755133161007171 5ustar debian/compat0000644000000000000000000000000211755133055010371 0ustar 8 debian/qashctl.install0000644000000000000000000000051511755133056012224 0ustar /usr/bin/qashctl /usr/share/applications/qashctl.desktop /usr/share/icons/hicolor/16x16/apps/qashctl.png /usr/share/icons/hicolor/32x32/apps/qashctl.png /usr/share/icons/hicolor/48x48/apps/qashctl.png /usr/share/icons/hicolor/64x64/apps/qashctl.png /usr/share/icons/hicolor/scalable/apps/qashctl.svg /usr/share/man/man1/qashctl.1.gz debian/qastools-common.install0000644000000000000000000000210511755133056013715 0ustar /usr/share/qastools/l10n/qastools_cs.qm /usr/share/qastools/l10n/qastools_de.qm /usr/share/qastools/l10n/qastools_default.qm /usr/share/qastools/l10n/qastools_es.qm /usr/share/qastools/l10n/qastools_ru.qm /usr/share/qastools/widgets/sw_joined_bg_focus.svg /usr/share/qastools/widgets/sw_joined_bg_hover_focus.svg /usr/share/qastools/widgets/sw_joined_bg_hover_idle.svg /usr/share/qastools/widgets/sw_joined_bg_idle.svg /usr/share/qastools/widgets/sw_joined_handle_checked_focus.svg /usr/share/qastools/widgets/sw_joined_handle_checked_hover_focus.svg /usr/share/qastools/widgets/sw_joined_handle_checked_hover_idle.svg /usr/share/qastools/widgets/sw_joined_handle_checked_idle.svg /usr/share/qastools/widgets/sw_joined_handle_half_checked_focus.svg /usr/share/qastools/widgets/sw_joined_handle_half_checked_hover_focus.svg /usr/share/qastools/widgets/sw_joined_handle_unchecked_focus.svg /usr/share/qastools/widgets/sw_joined_handle_unchecked_hover_focus.svg /usr/share/qastools/widgets/sw_joined_handle_unchecked_hover_idle.svg /usr/share/qastools/widgets/sw_joined_handle_unchecked_idle.svg debian/rules0000755000000000000000000000031511755133056010253 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with scour override_dh_auto_configure: dh_auto_configure -- -DSKIP_LICENSE_INSTALL=TRUE debian/docs0000644000000000000000000000000011755133055010034 0ustar debian/control0000644000000000000000000000565511755133116010607 0ustar Source: qastools Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia , Sebastian Holtermann Build-Depends: cmake, debhelper (>= 8), libasound2-dev, libqt4-dev, python-scour Standards-Version: 3.9.3 Homepage: http://xwmw.org/qastools Vcs-Git: git://anonscm.debian.org/pkg-multimedia/qastools.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/qastools.git Package: qastools-common Architecture: all Depends: ${misc:Depends} Description: QasTools common files QasTools is a collection of desktop applications for the Linux sound system ALSA. . The applications included are: - QasConfig - browser for the ALSA configuration tree - QasHctl - mixer for ALSA's High level Control Interface - QasMixer - desktop mixer with features similar to alsamixer . This package contains common files shared by all applications. Package: qasconfig Architecture: linux-any Depends: qastools-common, ${misc:Depends}, ${shlibs:Depends} Description: ALSA configuration browser QasTools is a collection of desktop applications for the Linux sound system ALSA. . The applications included are: - QasConfig - browser for the ALSA configuration tree - QasHctl - mixer for ALSA's High level Control Interface - QasMixer - desktop mixer with features similar to alsamixer . ALSA's configuration resides in a tree structure which gets built from the contents of the files /etc/asound.conf and ~/.asoundrc. QasConfig is a simple browser for this configuration tree and can help to analyze and debug an ALSA setup. Package: qashctl Architecture: linux-any Depends: qastools-common, ${misc:Depends}, ${shlibs:Depends} Description: mixer for ALSA's High level Control Interface QasTools is a collection of desktop applications for the Linux sound system ALSA. . The applications included are: - QasConfig - browser for the ALSA configuration tree - QasHctl - mixer for ALSA's High level Control Interface - QasMixer - desktop mixer with features similar to alsamixer . QasHctl is a mixer application for ALSA's "High level Control Interface". This interface allows more complex interaction than the "Simple Mixer Interface" which is used by alsamixer and QasMixer. Package: qasmixer Architecture: linux-any Depends: qastools-common, ${misc:Depends}, ${shlibs:Depends} Description: ALSA mixer for the desktop QasTools is a collection of desktop applications for the Linux sound system ALSA. . The applications included are: - QasConfig - browser for the ALSA configuration tree - QasHctl - mixer for ALSA's High level Control Interface - QasMixer - desktop mixer with features similar to alsamixer . QasMixer is a desktop mixer application for ALSA's "Simple Mixer Interface" and offers features similar to alsamixer. It also features a sytem tray icon with basic mixer functionality. debian/qasmixer.install0000644000000000000000000000065411755133056012422 0ustar /usr/bin/qasmixer /usr/share/applications/qasmixer.desktop /usr/share/icons/hicolor/16x16/apps/qasmixer.png /usr/share/icons/hicolor/32x32/apps/qasmixer.png /usr/share/icons/hicolor/48x48/apps/qasmixer.png /usr/share/icons/hicolor/64x64/apps/qasmixer.png /usr/share/icons/hicolor/scalable/apps/qasmixer.svg /usr/share/man/man1/qasmixer.1.gz /usr/share/qastools/icons/show-capture.svg /usr/share/qastools/icons/show-playback.svg debian/changelog0000644000000000000000000000321011755133161011037 0ustar qastools (0.17.2-2) unstable; urgency=low * Move python-scour to Build-Depends to fix FTBFS. -- Alessio Treglia Thu, 17 May 2012 10:27:26 +0200 qastools (0.17.2-1) unstable; urgency=low [ Sebastian Holtermann ] * New upstream release: - Compiler error and warning fixes for gcc-4.7 (Closes: #672052) * Standards version increased to 3.9.3. * Maintainer field changed to Debian Multimedia Maintainers. * Add Alessio Treglia to the Uploaders field. [ Alessio Treglia ] * debian/control: - Remove unneeded shlibs:Depends from qastools-common's Depends field. - Add python-scour to Build-Depends-Indep. * debian/rules: - Add --with scour to dh sequencer to optimize SVGs at build time. * debian/copyright: Update the Format field. * Add Vcs tags. -- Sebastian Holtermann Wed, 09 May 2012 09:54:44 +0200 qastools (0.17.1-1) unstable; urgency=low * replaces qasmixer and qasconfig package for easier maintenance * qasconfig: new basic command line options (--version, --help, etc.) * qashctl: qashctl forked out of qasmixer into separate application * qashctl: wrong pixmaps in switch widgets fixed * qashctl: new basic command line options (--version, --help, etc.) * qasmixer: command line arguments -D and -c fixed * qasmixer: command line arguments descriptions added in manpage * shared: painting fixed for Qt 4.8.0 * shared: freed memory access fix * shared: info dialog adapted to QasTools * all: style tweaks * all: manpages updated * Initial public release (Closes: #651943) -- Sebastian Holtermann Mon, 30 Jan 2012 13:45:29 +0100 debian/qasconfig.install0000644000000000000000000000053511755133056012541 0ustar /usr/bin/qasconfig /usr/share/applications/qasconfig.desktop /usr/share/icons/hicolor/16x16/apps/qasconfig.png /usr/share/icons/hicolor/32x32/apps/qasconfig.png /usr/share/icons/hicolor/48x48/apps/qasconfig.png /usr/share/icons/hicolor/64x64/apps/qasconfig.png /usr/share/icons/hicolor/scalable/apps/qasconfig.svg /usr/share/man/man1/qasconfig.1.gz debian/gbp.conf0000644000000000000000000000006211755133056010611 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/copyright0000644000000000000000000000205311755133055011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: QasTools Upstream-Contact: Sebastian Holtermann Source: http://sourceforge.net/projects/qastools/ Files: * Copyright: Copyright 2011 Sebastian Holtermann 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 or 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/source/0000755000000000000000000000000011755133056010474 5ustar debian/source/format0000644000000000000000000000001411755133056011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000010111755133056010215 0ustar version=3 http://sf.net/qastools/qastools[-_]([\d\.]+)\.tar\.bz2