File: control

package info (click to toggle)
sndio 1.1.0-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 796 kB
  • ctags: 1,597
  • sloc: ansic: 15,255; makefile: 272; sh: 271
file content (73 lines) | stat: -rw-r--r-- 3,313 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
Source: sndio
Section: sound
Priority: optional
Maintainer: Peter Piwowarski <peterjpiwowarski@gmail.com>
Build-Depends: debhelper (>= 9), libasound2-dev, libbsd-dev
Standards-Version: 3.9.8
Homepage: http://www.sndio.org/

Package: libsndio6.1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: sndiod
Description: Small audio and MIDI framework from OpenBSD, runtime libraries
 Sndio is a small, simple audio and MIDI framework, developed by the OpenBSD
 project. It provides a lightweight audio and MIDI server and a well-documented
 userspace API to access the server or audio hardware in a uniform way. Sndio is
 designed to work well for both desktop and professional music applications, and
 supports features found in more complex sound systems such as per-application
 volume control, software mixing, and network transparency.
 .
 This package contains the sndio userspace libraries.

Package: libsndio-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libsndio6.1 (= ${binary:Version})
Breaks: libroar-dev (<= 1.0~beta11-4)
Replaces: libroar-dev (<= 1.0~beta11-4)
Description: Small audio and MIDI framework from OpenBSD, development files
 Sndio is a small, simple audio and MIDI framework, developed by the OpenBSD
 project. It provides a lightweight audio and MIDI server and a well-documented
 userspace API to access the server or audio hardware in a uniform way. Sndio is
 designed to work well for both desktop and professional music applications, and
 supports features found in more complex sound systems such as per-application
 volume control, software mixing, and network transparency.
 .
 This package contains development files and documentation for the sndio
 userspace libraries.

Package: sndio-tools
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: sndiod
Description: Small audio and MIDI framework from OpenBSD, basic tools
 Sndio is a small, simple audio and MIDI framework, developed by the OpenBSD
 project. It provides a lightweight audio and MIDI server and a well-documented
 userspace API to access the server or audio hardware in a uniform way. Sndio is
 designed to work well for both desktop and professional music applications, and
 supports features found in more complex sound systems such as per-application
 volume control, software mixing, and network transparency.
 .
 This package contains command-line tools useful in conjunction with a local or
 remote sndio server.

Package: sndiod
Architecture: any
Multi-Arch: foreign
Depends: lsb-base, ${shlibs:Depends}, ${misc:Depends}
Recommends: sndio-tools
Description: Small audio and MIDI framework from OpenBSD, sound server
 Sndio is a small, simple audio and MIDI framework, developed by the OpenBSD
 project. It provides a lightweight audio and MIDI server and a well-documented
 userspace API to access the server or audio hardware in a uniform way. Sndio is
 designed to work well for both desktop and professional music applications, and
 supports features found in more complex sound systems such as per-application
 volume control, software mixing, and network transparency.
 .
 This package contains the sndiod sound server.