File: control

package info (click to toggle)
mas 0.6.2-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,068 kB
  • ctags: 15,761
  • sloc: ansic: 39,145; makefile: 15,289; cpp: 6,017; perl: 201; sh: 120
file content (78 lines) | stat: -rw-r--r-- 3,024 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
Source: mas
Section: sound
Priority: optional
Maintainer: David Schleef <ds@schleef.org>
Build-Depends: debhelper (>> 4.0.0), libgnome2-dev, libgtk2.0-dev, sfftw-dev, xutils, libgnomeui-dev, libmad0-dev, chrpath
Standards-Version: 3.5.10

Package: libmas-dev
Section: devel
Architecture: any
Depends: libmas0 (= ${Source-Version})
Description: Media Application Server development libraries
 MAS (Media Application Server) is a set of packages that provide a
 network and platform transparent mechanism for delivering media
 (currently, just audio) from an application to a sound device.  The
 architecture is very similar to X, and can be closely integrated
 with X.
 .
 This package contains the static libraries, headers, man pages,
 and documentation for the Media Application Server.  Documentation
 is significantly lacking, and potential developers are encouraged
 to find additional documentation on the project web site
 http://www.mediaapplicationserver.net/
 .
 This package should be installed only if you intend to compile software
 that uses MAS.

Package: libmas0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Media Application Server runtime libraries
 MAS (Media Application Server) is a set of packages that provide a
 network and platform transparent mechanism for delivering media
 (currently, just audio) from an application to a sound device.  The
 architecture is very similar to X, and can be closely integrated
 with X.
 .
 This package contains the shared libraries for MAS.
 .
 This package is listed as a dependency by any application packages
 that use MAS, therefore, it is not necessary to specifically
 install this package.

Package: mas-utils
Section: sound
Architecture: any
Depends: ${shlibs:Depends}
Description: Media Application Server utilities
 MAS (Media Application Server) is a set of packages that provide a
 network and platform transparent mechanism for delivering media
 (currently, just audio) from an application to a sound device.  The
 architecture is very similar to X, and can be closely integrated
 with X.
 .
 This package provides a number of utilities for communicating with
 a MAS server.

Package: mas-server
Section: sound
Architecture: any
Depends: ${shlibs:Depends}
Description: Media Application Server daemon
 MAS (Media Application Server) is a set of packages that provide a
 network and platform transparent mechanism for delivering media
 (currently, just audio) from an application to a sound device.  The
 architecture is very similar to X, and can be closely integrated
 with X.
 .
 This package contains the MAS server, which runs as a daemon and
 allows connections from MAS-enabled applications, providing access
 to the audio device on the local machine.
 .
 This package should be installed if you intend to use MAS to handle
 audio on the local machine.  Note that there are currently very few
 applications that use MAS, and running a MAS server is incompatible
 with running another sound server such as aRts or ESD.