[SCM] csoundqt/master: Use Qt5 for building

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun May 3 02:36:37 UTC 2015


The following commit has been merged in the master branch:
commit f0da1885f34eba140e28b5c8d712da46b5eaf737
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sat May 2 22:25:27 2015 -0300

    Use Qt5 for building

diff --git a/debian/control b/debian/control
index 53a8746..2242ecc 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,9 @@ Build-Depends:
  cdbs,
  libcsnd-dev (>= 1:6.03~dfsg),
  libcsound64-dev,
- qt4-qmake,
- libqt4-dev,
+ qt5-qmake,
+ qtbase5-dev,
+ qtdeclarative5-dev,
  libsndfile1-dev
 Standards-Version: 3.9.5
 Homepage: http://sourceforge.net/projects/qutecsound
diff --git a/debian/rules b/debian/rules
index 8d8c1b4..ac3b1f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/qmake.mk
 
+QT_SELECT = qt5
+export QT_SELECT
 DEB_QMAKE_CONFIG_VAL += build64 debugger release
 DEB_QMAKE_ARGS = -r qcs.pro \
     "DEFAULT_LIBSNDFILE_LIBRARY_DIRS = /usr/lib/$(DEB_HOST_MULTIARCH)" \

-- 
csoundqt packaging



More information about the pkg-multimedia-commits mailing list