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
|
Source: jacktrip
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
IOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>,
Build-Depends:
debhelper-compat (= 13),
help2man <!cross>,
libjack-dev,
librtaudio-dev,
libsamplerate-dev,
meson,
pkgconf,
python3-jinja2:native,
python3-yaml:native,
qt6-5compat-dev,
qt6-base-dev,
qt6-declarative-dev,
qt6-networkauth-dev,
qt6-shadertools-dev,
qt6-svg-dev [amd64 arm64 armhf i386],
qt6-webengine-dev [amd64 arm64 armhf i386],
qt6-websockets-dev [amd64 arm64 armhf i386],
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/jacktrip/jacktrip/
Vcs-Git: https://salsa.debian.org/multimedia-team/jacktrip.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/jacktrip
Package: jacktrip
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
iperf,
Description: high-quality system for audio network performances (cmdline)
JackTrip is a Linux and Mac OS X-based system used for multi-machine
network performance over the Internet. It supports any number of
channels (as many as the computer/network can handle) of bidirectional,
high quality, uncompressed audio signal streaming.
.
You can use it between any combination of Linux and Mac OS X systems
(i.e., one end using Linux can connect to the other using Mac OS X).
.
It is currently being developed and actively tested at CCRMA by the
SoundWIRE group.
.
This package contains the minimal command line version of jacktrip.
Package: jacktrip-gui
Architecture: any
Depends:
${misc:Depends},
${qt:Depends},
${shlibs:Depends},
Suggests:
audacity,
iperf,
qjackctl,
Description: high-quality system for audio network performances (GUI)
JackTrip is a Linux and Mac OS X-based system used for multi-machine
network performance over the Internet. It supports any number of
channels (as many as the computer/network can handle) of bidirectional,
high quality, uncompressed audio signal streaming.
.
You can use it between any combination of Linux and Mac OS X systems
(i.e., one end using Linux can connect to the other using Mac OS X).
.
It is currently being developed and actively tested at CCRMA by the
SoundWIRE group.
.
This package contains the GUI version of jacktrip, which also includes
RtAudio support.
|