File: control

package info (click to toggle)
nas 1.9.4-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,140 kB
  • ctags: 27,571
  • sloc: ansic: 52,109; makefile: 31,375; sh: 8,077; perl: 1,104; yacc: 249; cpp: 216; lex: 68
file content (93 lines) | stat: -rw-r--r-- 3,517 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
93
Source: nas
Section: sound
Priority: optional
Maintainer: Steve McIntyre <93sam@debian.org>
Build-Depends: dh-autoreconf, libxau-dev, libsm-dev, libice-dev, libx11-dev, libxt-dev, libxaw7-dev, xutils-dev, bison, flex, file, po-debconf, dpkg-dev (>= 1.16.0), debhelper (>= 9)
Standards-Version: 3.9.2.0
Vcs-Git: git://git.debian.org/git/collab-maint/nas.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nas.git

Package: libaudio2
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: nas-lib
Replaces: nas-lib
Pre-Depends: multiarch-support
Multi-Arch: same
Suggests: nas
Description: Network Audio System - shared libraries
 The Network Audio System (NAS) 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 (>= ${binary:Version}), ${shlibs:Depends}, debconf | debconf-2.0, ${misc:Depends}
Suggests: audiooss
Description: Network Audio System - local server
 The Network Audio System (NAS) 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 (nasd), needed for local output
 from NAS.
Section: sound

Package: libaudio-dev
Priority: optional
Architecture: any
Multi-Arch: same
Depends: libaudio2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Provides: nas-dev
Replaces: nas-dev
Conflicts: nas-dev
Description: Network Audio System - development files
 The Network Audio System (NAS) 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 (>= ${binary:Version}), perl, ${shlibs:Depends}, libperl4-corelibs-perl, ${misc:Depends}
Description: Network Audio System - client binaries
 The Network Audio System (NAS) 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 and utilities that are
 provided with NAS.
Section: sound

Package: nas-doc
Priority: extra
Architecture: all
Depends: ${misc:Depends}
Description: Network Audio System - extra documentation
 The Network Audio System (NAS) 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