[SCM] qsynth/master: Build with qt5.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Sep 8 21:54:26 UTC 2015


The following commit has been merged in the master branch:
commit ef35c293f473c1d201e3b339bbec803e8b2f1c4d
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Sep 8 23:43:41 2015 +0200

    Build with qt5.

diff --git a/debian/control b/debian/control
index de68dbb..f2256fe 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,12 @@ Uploaders:
 Build-Depends:
  cmake,
  debhelper (>= 9),
+# qt5-default,
+ libqt5x11extras5-dev,
+ qtbase5-dev,
+ qttools5-dev,
+ qttools5-dev-tools,
  libfluidsynth-dev,
- libqt4-dev,
  libx11-dev
 Standards-Version: 3.9.6
 Homepage: http://qsynth.sourceforge.net
diff --git a/debian/rules b/debian/rules
index 33b5181..f9133f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export QT_SELECT=qt5
+
 %:
-	dh $@ --buildsystem=cmake --parallel
+	dh $@ --parallel

-- 
qsynth packaging



More information about the pkg-multimedia-commits mailing list