[SCM] drumkv1/master: Switch to qt5.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Jun 16 16:42:38 UTC 2016
The following commit has been merged in the master branch:
commit 7e00e74abdef2f80de0fa789be010b8e5acc2fd3
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Jun 16 18:12:40 2016 +0200
Switch to qt5.
diff --git a/debian/control b/debian/control
index efa265e..ec5206f 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
--
drumkv1 packaging
More information about the pkg-multimedia-commits
mailing list