Source: carla
Section: sound
Priority: optional
Build-Depends:
 debhelper (>= 9),
# LV2 UI:
 libqt4-dev,
 pyqt4-dev-tools,
# not used by upstream yet, but advertised as dependency: qtbase5-dev,
 libgtk2.0-dev,
 libgtk-3-dev,
# Engine drivers:
 libjack-dev,
 libasound2-dev,
 libpulse-dev,
# extra samplers support:
# not packaged: linuxsampler
 libfluidsynth-dev,
 libprojectm-dev,
# OSC support:
 liblo-dev,
# extra native plugins:
 libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev,
# not packaged: fltk or ntk
 libfltk1.3-compat-headers,
 libfltk1.3-dev,
 libzita-resampler-dev,
 libmxml-dev,
 libfftw3-dev,
 libsmf-dev,
 libsndfile1-dev,
# LADSPA-RDF support:
 python3-rdflib
Standards-Version: 3.9.6
Homepage: https://github.com/falkTX/Carla
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/carla.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/carla.git

Package: carla
Provides:
 lv2-host
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 python3-pyqt4,
 python3-liblo
Recommends: python3-pyqt4.qtopengl
Description: audio plugin host
 Carla is an audio plugin host, with support for many audio drivers
 and plugin formats.
 It has some nice features like automation of parameters via
 MIDI CC (and send output back as MIDI too) and full OSC control.
 .
 Carla currently supports LADSPA (including LRDF), DSSI, LV2, and
 VST plugin formats, plus GIG, SF2 and SFZ file support.
 It uses JACK as the default and preferred audio driver but also
 supports native drivers like ALSA, DirectSound or CoreAudio.
