qtdeclarative5-dev
This commit is contained in:
parent
e31b28be59
commit
ebb8390505
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo apt-get install devscripts build-essential lintian dh-make
|
sudo apt-get install devscripts build-essential lintian dh-make
|
||||||
sudo apt-get install libqt4-dev libjack-jackd2-dev
|
sudo apt-get install qtdeclarative5-dev libjack-jackd2-dev
|
||||||
|
|
||||||
mv debian ..
|
mv debian ..
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
@ -2,7 +2,7 @@ Source: jamulus
|
||||||
Section: sound
|
Section: sound
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: "Marc Landolt jr" <debian@marclandolt.ch>
|
Maintainer: "Marc Landolt jr" <debian@marclandolt.ch>
|
||||||
Build-Depends: debhelper (>= 9), libc6-dev (>=2.24) | libc-dev (>=2.24),g++ (>= 4:8.3), make (>=4.1), dpkg-dev (>= 1.17.11), libqt4-dev, libjack-jackd2-dev
|
Build-Depends: debhelper (>= 9), libc6-dev (>=2.24) | libc-dev (>=2.24),g++ (>= 4:8.3), make (>=4.1), dpkg-dev (>= 1.17.11), qtdeclarative5-dev, libjack-jackd2-dev
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://http://llcon.sourceforge.net/
|
Homepage: http://http://llcon.sourceforge.net/
|
||||||
Vcs-Git: git://github.com/corrados/jamulus.git
|
Vcs-Git: git://github.com/corrados/jamulus.git
|
||||||
|
@ -10,6 +10,6 @@ Vcs-Browser: https://github.com/corrados/jamulus
|
||||||
|
|
||||||
Package: jamulus
|
Package: jamulus
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-dev, qtchooser, jackd
|
Depends: ${shlibs:Depends}, ${misc:Depends}, qtdeclarative5-dev, qtchooser, jackd
|
||||||
Description: Low latency Audio Server/Client
|
Description: Low latency Audio Server/Client
|
||||||
that runs on Windows / OSX / Linux
|
that runs on Windows / OSX / Linux
|
||||||
|
|
Loading…
Reference in a new issue