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
|
Source: qsynth
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>,
Jaromír Mikeš <mira.mikes@seznam.cz>
Build-Depends:
cmake,
debhelper (>= 11~),
pkg-config,
qtbase5-dev,
qttools5-dev-tools,
libqt5x11extras5-dev,
libfluidsynth-dev,
libx11-dev
Standards-Version: 4.1.3
Homepage: https://qsynth.sourceforge.io
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/qsynth.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/qsynth.git
Package: qsynth
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Recommends:
fluid-soundfont-gm
Suggests:
jackd
Description: fluidsynth MIDI sound synthesiser front-end
QSynth is a fluidsynth GUI front-end application written in C++ around the Qt 4
toolkit. Eventually it may evolve into a softsynth management application
allowing the user to control and manage a variety of command line softsynths
but for the moment it wraps FluidSynth (http://www.fluidsynth.org).
.
FluidSynth is a command line software synthesiser based on the Soundfont
specification.
|