File: control

package info (click to toggle)
libaudio-mixer-perl 0.7-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 76 kB
  • ctags: 30
  • sloc: ansic: 239; perl: 96; makefile: 52
file content (17 lines) | stat: -rw-r--r-- 638 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libaudio-mixer-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 4.0.2), perl (>= 5.8.0-7)
Maintainer: Marc 'HE' Brockschmidt <he@debian.org>
Standards-Version: 3.6.1

Package: libaudio-mixer-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: perl extension for Sound Mixer control
 Library to query / set various sound mixer parameters.
 .
 This is just a very simple Perl interface which allows to
 set various sound mixer parameters. The most important
 probably 'vol' (volume). The list of all mixer parameters
 can be obtained using get_mixer_params() function.