[SCM] faustworks/master: Start switch to QT5.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Fri Oct 6 11:16:50 UTC 2017


The following commit has been merged in the master branch:
commit 9c2644e9f41d32e6b1549cb19f5e7b30eb436fe6
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Oct 6 13:16:40 2017 +0200

    Start switch to QT5.

diff --git a/debian/control b/debian/control
index 20968c3..15a79be 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,10 @@ Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alio
 Uploaders:
  Jaromír Mikeš <mira.mikes at seznam.cz>
 Build-Depends:
- debhelper (>= 10),
- libqt4-dev,
- qt4-dev-tools
+ debhelper (>= 10~),
+ qtbase5-dev,
+ qttools5-dev-tools,
+ libqt5svg5-dev,
 Standards-Version: 4.1.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/faustworks.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/faustworks.git
@@ -22,7 +23,6 @@ Depends:
 Recommends:
  libgtk2.0-dev,
  libjack-dev,
- libqt4-dev
 Description: IDE for Faust dsp programming language
  FaustWorks is an IDE (Integrated Development Environment)
  for the Faust dsp programming language.
diff --git a/debian/rules b/debian/rules
index e1aa8be..66af14a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,11 +4,14 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
+export QTDIR=/usr/share/qt5
+export QT_SELECT=qt5
+
 # Parallel builds are disabled because the generation of translations/i18n_ru.qm
 # in the qmake file is incorrectly ordered.
 
 %:
-	dh $@ --buildsystem=qmake_qt4 --no-parallel
+	dh $@ --buildsystem=qmake --no-parallel
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
faustworks packaging



More information about the pkg-multimedia-commits mailing list