[SCM] qmidinet/master: Switch to QT5.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 29 05:27:09 UTC 2015


The following commit has been merged in the master branch:
commit 9aebca5267ff7c726a8498e274cd61fd4c54efc5
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 29 07:20:19 2015 +0200

    Switch to QT5.

diff --git a/debian/control b/debian/control
index 417e8ef..e8f6b41 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,13 @@ Uploaders:
  Alessio Treglia <alessio at debian.org>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends:
- automake,
  debhelper (>= 9~),
  dh-autoreconf,
+ automake,
+ qtbase5-dev,
+ qttools5-dev-tools,
  libasound2-dev,
  libjack-dev,
- libqt4-dev,
  libtool,
  libx11-dev
 Homepage: http://qmidinet.sourceforge.net/
diff --git a/debian/rules b/debian/rules
index ab2e8c9..a21c642 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ ifneq ($(findstring $(DEB_HOST_ARCH_OS),kfreebsd hurd),)
 EXTRA_CONFIGURE_ARGS += --disable-alsa-midi
 endif
 
+export QT_SELECT=qt5
+
 %:
 	dh $@ --parallel --with autoreconf
 

-- 
qmidinet packaging



More information about the pkg-multimedia-commits mailing list