[SCM] qjackctl/master: Switch to qt5.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Wed Oct 28 23:49:16 UTC 2015


The following commit has been merged in the master branch:
commit 788b91e22ca4d0b770e66e34171d4e02a16f9697
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Oct 29 00:14:23 2015 +0100

    Switch to qt5.

diff --git a/debian/control b/debian/control
index 6424da5..d9e9b90 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,9 @@ Build-Depends:
  debhelper (>= 9),
  libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
  libjack-dev,
- libqt4-dev,
+ qtbase5-dev,
+ qttools5-dev-tools,
+ libqt5x11extras5-dev,
  libx11-dev
 Standards-Version: 3.9.6
 Homepage: http://qjackctl.sourceforge.net
diff --git a/debian/rules b/debian/rules
index 824b963..949ffd1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
 CFLAGS = -Wall -g
-export QTDIR=/usr/share/qt4
+export QTDIR=/usr/share/qt5
+
+export QT_SELECT=qt5
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk

-- 
qjackctl packaging



More information about the pkg-multimedia-commits mailing list