1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
Source: qastools
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>,
Sebastian Holtermann <sebholt@web.de>
Build-Depends:
cmake,
debhelper-compat (= 12),
libasound2-dev,
qtbase5-dev,
qttools5-dev,
qttools5-dev-tools,
libqt5svg5-dev,
libudev-dev,
scour,
python3-gi-cairo,
gir1.2-rsvg-2.0
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://gitlab.com/sebholt/qastools
Vcs-Git: https://salsa.debian.org/multimedia-team/qastools.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/qastools
Package: qastools-common
Architecture: all
Multi-Arch: foreign
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 system tray icon with basic mixer functionality.
|