File: control

package info (click to toggle)
libao 1.0.0-5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,212 kB
  • ctags: 641
  • sloc: sh: 9,838; ansic: 4,881; makefile: 255
file content (89 lines) | stat: -rw-r--r-- 3,438 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
Source: libao
Section: libs
Priority: optional
Maintainer: Debian Xiph.org Maintainers <pkg-xiph-maint@lists.alioth.debian.org>
Uploaders: John Francesco Ferlito <johnf@inodes.org>
Build-Depends: autotools-dev, debhelper (>= 7.0.50~), libasound2-dev [!kfreebsd-i386 !hurd-i386 !kfreebsd-amd64], libaudio-dev, libesd0-dev, libpulse-dev, libxt-dev, libxau-dev, quilt (>= 0.46-7~)
Standards-Version: 3.8.4
Vcs-Bzr: http://bzr.debian.org/bzr/pkg-xiph/libao
Homepage: http://www.xiph.org/ao/

Package: libao4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libao-common
Suggests: libasound2, libaudio2, libesd0 | libesd-alsa0, libpulse0
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.