dc7d56532c
dpkg-dev is not needed for building binaries. make, g++ and libc6-dev will be pulled in by e.g. build-essential which is not necessary to specify (Debian policy). Packages should not build-depend on qt5-default but rather on qt5-base-dev and select QT5 in debian/rules (https://wiki.debian.org/Lintian/Tags/depends-on-metapackage) qtdeclarative5-dev is simply not needed. qttools5-dev-tools is needed for translations using lrelease. Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
27 lines
799 B
Text
27 lines
799 B
Text
Source: jamulus
|
|
Section: sound
|
|
Priority: optional
|
|
Maintainer: "Marc Landolt jr" <debian@marclandolt.ch>
|
|
Build-Depends:
|
|
debhelper (>= 9),
|
|
libjack-jackd2-dev,
|
|
qtbase5-dev,
|
|
qttools5-dev-tools,
|
|
Standards-Version: 3.9.5
|
|
Homepage: http://llcon.sourceforge.net/
|
|
Vcs-Git: git://github.com/corrados/jamulus.git
|
|
Vcs-Browser: https://github.com/corrados/jamulus
|
|
|
|
Package: jamulus
|
|
Architecture: any
|
|
Depends:
|
|
${shlibs:Depends},
|
|
${misc:Depends},
|
|
adduser,
|
|
Description: Low latency Audio Server/Client
|
|
The Jamulus software enables musicians to perform real-time jam sessions over
|
|
the internet. There is one server running the Jamulus server software which
|
|
collects the audio data from each Jamulus client, mixes the audio data and
|
|
sends the mix back to each client.
|
|
.
|
|
It runs on Windows / OSX / Linux.
|