[SCM] traverso/master: Switch to QT5.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Oct 10 22:39:11 UTC 2017


The following commit has been merged in the master branch:
commit 3e6b66c4e87d893e34e1fa4356805500231d6ec0
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Oct 10 23:09:32 2017 +0200

    Switch to QT5.

diff --git a/debian/control b/debian/control
index 9a70370..4427229 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Build-Depends:
  libmad0-dev,
  libmp3lame-dev,
  libogg-dev,
- libqt4-dev,
- libqt4-opengl-dev,
+ qtbase5-dev,
+ qttools5-dev-tools,
  librdf0-dev,
  libsamplerate0-dev,
  liblilv-dev,
diff --git a/debian/rules b/debian/rules
index 7d66d45..57198ae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ endif
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--no-undefined -Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
+export QTDIR=/usr/share/qt5
+export QT_SELECT=qt5
+
 %:
 	dh $@ --buildsystem=cmake
 

-- 
traverso packaging



More information about the pkg-multimedia-commits mailing list