File: control

package info (click to toggle)
jackd2 1.9.22~dfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,984 kB
  • sloc: cpp: 48,694; ansic: 23,970; python: 13,621; sh: 228; makefile: 31
file content (120 lines) | stat: -rw-r--r-- 2,932 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Source: jackd2
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
 Adrian Knoth <adi@drcomp.erfurt.thur.de>,
 Reinhard Tartler <siretart@tauware.de>
Build-Depends:
 debhelper-compat (= 13),
 dh-exec,
 dh-sequence-python3,
 libasound2-dev [linux-any],
 libdb-dev,
 libdbus-1-dev,
 libexpat1-dev,
 libffado-dev [amd64 i386 powerpc],
 libopus-dev,
 libsamplerate-dev,
 libsystemd-dev [linux-any],
 po-debconf,
 python3:any
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://jackaudio.org/
Vcs-Git: https://salsa.debian.org/multimedia-team/jackd2.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/jackd2

Package: jackd2
Architecture: any
Replaces:
 jack-daemon
Provides:
 jack-daemon
Conflicts:
 jack-daemon
Depends:
 debconf | debconf-2.0,
 libjack-jackd2-0 (= ${binary:Version}),
 python3-dbus,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends}
Recommends:
 jack-example-tools,
 jackd2-firewire [amd64 i386 powerpc],
 libpam-modules,
 qjackctl
Suggests:
 jack-tools,
 meterbridge
Description: JACK Audio Connection Kit (server and example clients)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the daemon jackd.

Package: libjack-jackd2-0
Architecture: any
Section: libs
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Conflicts:
 libjack-0.116,
 libjack-0.125,
 libjack0
Suggests:
 jackd2 (= ${binary:Version})
Provides:
 libjack-0.116,
 libjack-0.125
Replaces:
 libjack-0.116,
 libjack-0.125
Multi-Arch: same
Description: JACK Audio Connection Kit (libraries)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the shared libraries.

Package: jackd2-firewire
Architecture: amd64 i386 powerpc
Provides:
 jackd-firewire
Replaces:
 jackd-firewire
Conflicts:
 jackd-firewire
Depends:
 jackd2 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends}
Description: JACK Audio Connection Kit (FFADO backend)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains the IEEE1394 (FireWire) backend FFADO.

Package: libjack-jackd2-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends:
 libjack-jackd2-0 (= ${binary:Version}),
 ${misc:Depends}
Breaks:
 libjack0.100.0-dev (<< 0.102.20-2)
Conflicts:
 libjack-dev
Provides:
 libjack-dev,
 libjack-dev-session,
 libjack0.100.0-dev
Description: JACK Audio Connection Kit (development files)
 JACK is a low-latency sound server, allowing multiple applications to
 connect to one audio device, and to share audio between themselves.
 .
 This package contains files needed for the development of JACK applications
 and an API reference.