[SCM] qtractor/master: Switch to qt5.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Jun 16 19:40:50 UTC 2016


The following commit has been merged in the master branch:
commit 19c61d0a10be3549cca5a14d1dfe19462050356d
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Thu Jun 16 20:43:53 2016 +0200

    Switch to qt5.

diff --git a/debian/control b/debian/control
index 7fe29e4..23a4530 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,9 @@ Build-Depends:
  liblilv-dev,
  liblo-dev,
  libmad0-dev,
- libqt4-dev,
+ qtbase5-dev,
+ qttools5-dev-tools,
+ libqt5x11extras5-dev,
  librubberband-dev,
  libsamplerate0-dev | libsamplerate-dev,
  libsndfile1-dev,
diff --git a/debian/rules b/debian/rules
index a614863..47227f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 
 LDFLAGS+=-Wl,--as-needed
 
+export QTDIR=/usr/share/qt5
+export QT_SELECT=qt5
+
 %:
 	dh $@ --parallel --with autoreconf
 

-- 
qtractor packaging



More information about the pkg-multimedia-commits mailing list