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: laditools
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>,
Ross Gammon <rossgammon@debian.org>
Build-Depends:
debhelper (>= 9),
dh-python,
librsvg2-bin,
python-all (>= 2.6.6-3~),
python-distutils-extra,
python-scour
Standards-Version: 3.9.7
X-Python-Version: >= 2.7
Homepage: https://github.com/alessio/laditools
Vcs-Git: https://salsa.debian.org/multimedia-team/laditools.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/laditools
Package: laditools
Architecture: all
Depends:
gir1.2-vte-2.91,
python-gi,
python-gi-cairo,
python-laditools,
${misc:Depends},
${python:Depends}
Recommends: gladish
Suggests: g15composer
Description: Linux Audio Desktop Integration Tools
LADI Tools is a set of tools aiming to achieve the goals of the LADI
project to improve desktop integration and user workflow of Linux
audio system based on JACK and ladish. Those tools take advantage of
the D-Bus interfaces recently added to JACK and ladish to ease the
configuration and use of those two great programs.
.
The following tools are included:
* g15ladi - a JACK monitor for g15 keyboards
* ladi-control-center - graphical configuration tool to setup JACK's
configuration
* ladi-player - convenient VLC-style application to control
JACK and manage studios
* ladi-system-log - JACK, ladish and a2jmidid log viewer
* ladi-system-tray - system indicator that allows users to start,
stop and monitor JACK, as well as start some
JACK related applications
.
This package includes basic set of tools to control and monitor the LADI
system, that is JACK and ladish in a D-Bus environment.
Package: python-laditools
Section: python
Architecture: all
Depends:
jackd2,
python-dbus,
python-enum34,
python-gi,
python-xdg,
${misc:Depends},
${python:Depends}
Breaks: laditools (<< 1.0)
Recommends: ladish
Suggests: a2jmidid
Description: Python module to control and monitor the LADI system
LADITools is a set of tools aiming to achieve the goals of the LADI
project to improve desktop integration and user workflow of Linux
audio system based on JACK and ladish. Those tools take advantage of
the D-Bus interfaces recently added to JACK and ladish to ease the
configuration and use of those two great programs.
.
This package provides the Python module to communicate with JACK,
ladish and A2J.
|