File: control

package info (click to toggle)
jack-mixer 19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 944 kB
  • sloc: python: 4,393; ansic: 3,095; sh: 35; xml: 3; makefile: 3
file content (46 lines) | stat: -rw-r--r-- 1,189 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
Source: jack-mixer
Section: sound
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Kyle Robbertze <paddatrapper@debian.org>,
Build-Depends:
 cython3,
 debhelper-compat (= 13),
 dh-sequence-python3,
 libglib2.0-dev,
 libjack-jackd2-dev,
 meson,
 python3-all,
 python3-platformdirs,
 python3-cairo,
 python3-dev,
 python3-docutils,
 python3-gi,
 python3-setuptools,
 python3-xdg,
Standards-Version: 4.7.0
Homepage: https://rdio.space/jackmixer/
Vcs-Browser: https://salsa.debian.org/python-team/packages/jack-mixer
Vcs-Git: https://salsa.debian.org/python-team/packages/jack-mixer.git
#Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: jack-mixer
Architecture: any
Depends:
 jackd2,
 python3-cairo,
 python3-platformdirs,
 python3-gi,
 gir1.2-gtk-3.0,
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: GTK+ JACK audio mixer application (Python 3)
 Jack Audio Mixer provides a GTK+ GUI to mix JACK audio
 streams. It maintains the appearance of a hardware audio
 mixing desk. It can set levels, balance, mute, etc through
 the interface or via MIDI.
 .
 This package installs the application for Python 3.