[SCM] synthv1/master: Switch to qt5.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Jun 16 17:29:54 UTC 2016


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

    Switch to qt5.

diff --git a/debian/control b/debian/control
index 1b61db4..a0c0c4d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Build-Depends:
  ladspa-sdk,
  libasound2-dev,
  libjack-dev,
- libqt4-dev,
+ qtbase5-dev,
+ qttools5-dev-tools,
  libsndfile1-dev,
  libtool,
  libx11-dev,
diff --git a/debian/rules b/debian/rules
index d0ccc0c..4a2638a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,9 @@ EXTRA_CONFIGURE_ARGS = \
  --enable-jack-session \
  --enable-lv2
 
+export QTDIR=/usr/share/qt5
+export QT_SELECT=qt5
+
 ifeq ($(DEB_HOST_ARCH_OS),linux)
 EXTRA_CONFIGURE_ARGS += --enable-alsa-midi
 else

-- 
synthv1 packaging



More information about the pkg-multimedia-commits mailing list