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
|
Source: nas
Section: sound
Priority: optional
Maintainer: Steve McIntyre <93sam@debian.org>
Build-Depends: xlibs-static-dev, libsm-dev, libice-dev, libx11-dev, libxt-dev, libxaw7-dev, xutils, bison, flex, file, po-debconf
Standards-Version: 3.6.1.0
Package: libaudio2
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Provides: nas-lib
Replaces: nas-lib
Conflicts: nas-lib
Suggests: nas
Description: The Network Audio System (NAS). (shared libraries)
The Network Audio System was developed by NCD for playing, recording, and
manipulating audio data over a network. Like the X Window System, it uses
the client/server model to separate applications from the specific drivers
that control audio input and output devices.
.
This package contains the nas library (libaudio), needed for both remote
and local output.
Section: libs
Package: nas
Priority: optional
Architecture: any
Depends: libaudio2, ${shlibs:Depends}, debconf
Suggests: audiooss
Description: The Network Audio System (NAS). (local server)
The Network Audio System was developed by NCD for playing, recording, and
manipulating audio data over a network. Like the X Window System, it uses
the client/server model to separate applications from the specific drivers
that control audio input and output devices.
.
This package contains the nas daemon (au), needed for local output from nas.
Section: sound
Package: libaudio-dev
Priority: optional
Architecture: any
Depends: libaudio2, ${shlibs:Depends}
Provides: nas-dev
Replaces: nas-dev
Conflicts: nas-dev
Description: The Network Audio System (NAS). (development files)
The Network Audio System was developed by NCD for playing, recording, and
manipulating audio data over a network. Like the X Window System, it uses
the client/server model to separate applications from the specific drivers
that control audio input and output devices.
.
This package contains the header files and static library (libaudio.a),
needed for development of programs using nas.
Section: libdevel
Package: nas-bin
Priority: extra
Architecture: any
Depends: libaudio2, perl5, ${shlibs:Depends}
Description: The Network Audio System (NAS). (client binaries)
The Network Audio System was developed by NCD for playing, recording, and
manipulating audio data over a network. Like the X Window System, it uses
the client/server model to separate applications from the specific drivers
that control audio input and output devices.
.
This package contains the example applications / utilities that are
provided with nas.
Section: sound
Package: nas-doc
Priority: extra
Architecture: all
Description: The Network Audio System (NAS). (extra documentation)
The Network Audio System was developed by NCD for playing, recording, and
manipulating audio data over a network. Like the X Window System, it uses
the client/server model to separate applications from the specific drivers
that control audio input and output devices.
.
This package contains the extra documentation provided with the nas
source, including Postscript copies of papers describing its design.
Section: doc
|