File: control

package info (click to toggle)
libao 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,344 kB
  • ctags: 759
  • sloc: sh: 11,281; ansic: 5,689; makefile: 275
file content (92 lines) | stat: -rw-r--r-- 3,443 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
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
Source: libao
Section: libs
Priority: optional
Maintainer: Ron Lee <ron@debian.org>
Uploaders: John Francesco Ferlito <johnf@inodes.org>
Build-Depends: autotools-dev, debhelper (>= 7.0.50~),
  libasound2-dev [linux-any],
  libaudio-dev, libesd0-dev, libpulse-dev, libxt-dev, libxau-dev, libsndio-dev
Standards-Version: 3.9.8.0
Homepage: http://www.xiph.org/ao/
Vcs-Git: git://git.debian.org/users/ron/libao.git
Vcs-Browser: http://git.debian.org/?p=users/ron/libao.git;a=summary

Package: libao4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libao-common
Suggests: libasound2, libaudio2, libesd0 | libesd-alsa0, libpulse0, libsndio6.1
Replaces: libao-pulse
Description: Cross Platform Audio Output Library
 Libao is a cross-platform audio library that allows programs to output audio
 using a simple API on a wide variety of platforms. It currently supports:
 .
  * Null output (handy for testing without a sound device)
  * WAV files
  * AU files
  * OSS (Open Sound System, used on Linux and FreeBSD)
  * ALSA (Advanced Linux Sound Architecture)
  * PulseAudio (next generation GNOME sound server)
  * esd (EsounD or Enlightened Sound Daemon)
  * and several others.

Package: libao-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, libao4 (= ${binary:Version}), libc6-dev
Description: Cross Platform Audio Output Library Development
 Libao is a cross-platform audio library that allows programs to output audio
 using a simple API on a wide variety of platforms. It currently supports:
 .
  * Null output (handy for testing without a sound device)
  * WAV files
  * AU files
  * OSS (Open Sound System, used on Linux and FreeBSD)
  * ALSA (Advanced Linux Sound Architecture)
  * PulseAudio (next generation GNOME sound server)
  * esd (EsounD or Enlightened Sound Daemon)
  * and several others.
 .
 This package contains the header files and static libraries required for
 developing applications that use libao.

Package: libao-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${misc:Depends}, libao4 (= ${binary:Version})
Description: Cross Platform Audio Output Library Debug Symbols
 Libao is a cross-platform audio library that allows programs to output audio
 using a simple API on a wide variety of platforms. It currently supports:
 .
  * Null output (handy for testing without a sound device)
  * WAV files
  * AU files
  * OSS (Open Sound System, used on Linux and FreeBSD)
  * ALSA (Advanced Linux Sound Architecture)
  * PulseAudio (next generation GNOME sound server)
  * esd (EsounD or Enlightened Sound Daemon)
  * and several others.
 .
 This package contains debugging symbols useful for tracing bugs in the
 libao package.

Package: libao-common
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libao2
Replaces: libao4 (<< 1.0.0-2)
Breaks: libao4 (<< 1.0.0-2)
Description: Cross Platform Audio Output Library (Common files)
 Libao is a cross-platform audio library that allows programs to output audio
 using a simple API on a wide variety of platforms. It currently supports:
 .
  * Null output (handy for testing without a sound device)
  * WAV files
  * AU files
  * OSS (Open Sound System, used on Linux and FreeBSD)
  * ALSA (Advanced Linux Sound Architecture)
  * PulseAudio (next generation GNOME sound server)
  * esd (EsounD or Enlightened Sound Daemon)
  * and several others.
 .
 This package contains config files and man pages for libao.