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
|
Source: python-jack-client
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>=9),
dh-python,
python-all (>= 2.6.6-3~),
python-setuptools,
python3-all,
python3-setuptools
Standards-Version: 3.9.8
Homepage: http://jackclient-python.rtfd.org
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.5
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/python-jack-client.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-jack-client.git
Package: python-jack-client
Architecture: all
Depends: ${python:Depends},
${misc:Depends},
python-cffi,
libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125
Suggests: python-numpy
Description: JACK Audio Connection Kit (JACK) Client for Python
Python module that provides bindings for the JACK library.
The module is able to create audio input and output ports,
also provides the functionality to manage MIDI ports.
.
This package installs the library for Python 2.
Package: python3-jack-client
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-cffi,
libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125
Suggests: python3-numpy
Description: JACK Audio Connection Kit (JACK) Client for Python 3
Python 3 module that provides bindings for the JACK library.
The module is able to create audio input and output ports,
also provides the functionality to manage MIDI ports.
.
This package installs the library for Python 3.
|