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: jack-audio-connection-kit
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Adrian Knoth <adi@drcomp.erfurt.thur.de>,
Free Ekanayaka <freee@debian.org>,
Jonas Smedegaard <dr@jones.dk>,
Junichi Uekawa <dancer@debian.org>,
Reinhard Tartler <siretart@tauware.de>,
Build-Depends:
debhelper-compat (= 13),
dh-exec,
dh-sequence-bash-completion,
doxygen,
libasound2-dev [linux-any],
libdb-dev,
libffado-dev [linux-any],
libraw1394-dev [linux-any],
libreadline-dev,
libsamplerate-dev,
libsndfile1-dev,
libtool,
libzita-alsa-pcmi-dev [linux-any],
libzita-resampler-dev [linux-any],
po-debconf,
Standards-Version: 4.6.2
Homepage: https://jackaudio.org/
Vcs-Git: https://salsa.debian.org/multimedia-team/jack-audio-connection-kit.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/jack-audio-connection-kit
Package: jackd1
Architecture: any
Pre-Depends:
${misc:Pre-Depends},
Depends:
debconf | debconf-2.0,
libjack0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Provides:
jack-daemon,
Replaces:
jack-daemon,
Conflicts:
jack-daemon,
Recommends:
jackd1-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 as well as some example clients.
Package: libjack0
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Conflicts:
libjack-0.116,
libjack-0.125,
Suggests:
jackd1 (= ${binary:Version}),
Provides:
libjack-0.116,
libjack-0.125,
Replaces:
libjack-0.116,
libjack-0.125,
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: jackd1-firewire
Architecture: amd64 i386 powerpc
Provides:
jackd-firewire,
Replaces:
jackd-firewire,
Conflicts:
jackd-firewire,
Depends:
jackd1 (= ${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-dev
Architecture: any
Section: libdevel
Depends:
libjack0 (= ${binary:Version}),
pkg-config,
${misc:Depends}
Provides:
libjack-dev-session,
libjack0.100.0-dev,
Multi-Arch: same
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.
|