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
|
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: cdbs (>= 0.4.93~),
debhelper (>= 10),
python3,
dh-python,
libsamplerate-dev,
libasound2-dev (>= 1.0.18) [linux-any],
libdbus-1-dev,
libexpat1-dev,
libsndfile1-dev,
libncurses-dev,
libreadline-dev,
libraw1394-dev [linux-any],
libffado-dev (>= 2.0.0) [linux-any],
libopus-dev,
libsystemd-dev [linux-any],
po-debconf
Standards-Version: 4.5.1
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: libjack0 (<= 1.9.5~dfsg-13),
jackd (<< 3),
jack-daemon
Provides: jack-daemon
Conflicts: jack-daemon,
jackd (<< 3)
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends},
coreutils (>= 4.0),
python3-dbus,
debconf | debconf-2.0,
libjack-jackd2-0 (= ${binary:Version})
Recommends: qjackctl,
libpam-modules,
jackd2-firewire [amd64 i386 powerpc]
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 as well as some example clients.
Package: libjack-jackd2-0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: jackd2 (>> ${binary:Version}),
jackd2 (<< ${binary:Version}),
libjack0,
libjack-0.116,
libjack-0.125
Suggests: jackd2 (= ${binary:Version})
Provides: libjack-0.116, libjack-0.125
Replaces: libjack-0.116, libjack-0.125, jackd2 (<< 1.9.10+20150825git1ed50c92~dfsg-5)
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: ${shlibs:Depends},
${misc:Depends},
jackd2 (= ${binary:Version})
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},
${shlibs:Depends},
pkg-config
Conflicts: libjack0.100.0-dev (<< 0.102.20-2),
libjack-dev
Provides: libjack0.100.0-dev,
libjack-dev-session,
libjack-dev
Replaces: libjack0.71.2-0 (<< 0.75.0-1)
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.
|