[SCM] qmidiroute/master: Switch to qt5.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Jun 17 00:55:41 UTC 2016


The following commit has been merged in the master branch:
commit 5fd0a54ea05f44ef513d30be5af52e1f993796e2
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jun 17 02:33:21 2016 +0200

    Switch to qt5.

diff --git a/debian/control b/debian/control
index 5af9282..754a920 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,9 @@ Build-Depends: debhelper (>= 9),
  dh-autoreconf,
  pkg-config,
  libjack-dev,
- libqt4-dev,
+ qtbase5-dev,
+ qttools5-dev-tools,
+ libqt5opengl5-dev,
  libasound2-dev
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/qmidiroute.git
diff --git a/debian/rules b/debian/rules
index 928ea03..c1aaee5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,13 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export QT_SELECT=qt5
+
 LDFLAGS+=-Wl,--as-needed
 
 %:
 	dh $@ --with autoreconf --parallel
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		--enable-qt5

-- 
qmidiroute packaging



More information about the pkg-multimedia-commits mailing list