File: control

package info (click to toggle)
alsa-plugins 1.2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,620 kB
  • sloc: ansic: 12,343; sh: 4,159; makefile: 302
file content (41 lines) | stat: -rw-r--r-- 1,581 bytes parent folder | download
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
Source: alsa-plugins
Section: libs
Priority: optional
Maintainer: Debian ALSA Maintainers <pkg-alsa-devel@lists.alioth.debian.org>
Uploaders: Jordi Mallach <jordi@debian.org>,
           Elimar Riesebieter <riesebie@lxtec.de>,
           Luke Yelavich <themuso@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
               libasound2-dev (>= 1.2.5),
               libavcodec-dev,
               libavutil-dev,
               libdbus-1-dev (>= 1.4.12-3~),
               libjack-dev (>= 1:0.121.0+svn4538-2~),
               libpulse-dev (>= 0.99.1-1~),
               libsamplerate0-dev | libsamplerate-dev,
               libspeexdsp-dev,
               libswresample-dev
Standards-Version: 4.6.1
Homepage: https://www.alsa-project.org/
Vcs-Git: https://salsa.debian.org/alsa-team/alsa-plugins.git
Vcs-Browser: https://salsa.debian.org/alsa-team/alsa-plugins
Rules-Requires-Root: no

Package: libasound2-plugins
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: ALSA library additional plugins
 This package contains plugins for the ALSA library that are
 not included in the main libasound2 package.
 .
 The following plugins are included, among other:
   - a52: S16 to A52 stream converter
   - jack: play or capture via JACK
   - oss: run native ALSA apps on OSS drivers
   - pulse: play or capture via Pulse Audio
   - lavcrate, samplerate and speexrate: rate converters
   - upmix and vdownmix: convert from/to 2 and 4/6 channel streams
 .
 ALSA is the Advanced Linux Sound Architecture.