[SCM] iannix/master: Switched to Qt5

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sat Sep 23 14:46:31 UTC 2017


The following commit has been merged in the master branch:
commit 3bc9496dd8a2db3a348567ea2a0618ce334200f0
Author: IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>
Date:   Sat Sep 23 14:38:34 2017 +0200

    Switched to Qt5
    
    Closes: #874910

diff --git a/debian/control b/debian/control
index 0b3b1a4..954e103 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,11 @@ Uploaders:
  IOhannes m zmölnig (Debian/GNU) <umlaeute at debian.org>,
 Build-Depends:
  debhelper (>= 10),
- libqt4-dev, libqt4-opengl-dev,
- qt4-linguist-tools,
+ qt5-qmake,
+ qttools5-dev-tools,
+ qtbase5-dev,
+ libqt5opengl5-dev,
+ qtscript5-dev,
  libavahi-client-dev, libavahi-common-dev,
  libasound2-dev,
 Standards-Version: 3.9.8
diff --git a/debian/rules b/debian/rules
index 85ebfd3..858e396 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 # output every command that modifies files on the build system.
 #export DH_VERBOSE = 1
 
+export QT_SELECT=qt5
+
 # see FEATURE AREAS in dpkg-buildflags(1)
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
@@ -27,7 +29,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 	dh $@
 
 override_dh_auto_build:
-	lrelease-qt4 IanniX.pro
+	lrelease IanniX.pro
 	dh_auto_build
 
 override_dh_installexamples:

-- 
iannix packaging



More information about the pkg-multimedia-commits mailing list