[SCM] jalv/master: Build qt5 version rather than qt4.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Jan 8 11:16:51 UTC 2017


The following commit has been merged in the master branch:
commit 850aa9e772729db28ddbff9f230ac75bdf82375d
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Jan 8 12:10:12 2017 +0100

    Build qt5 version rather than qt4.

diff --git a/debian/control b/debian/control
index 352cc9b..aa55f76 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,9 @@ Build-Depends:
  libgtk2.0-dev,
  libjack-dev,
  liblilv-dev (>= 0.19.2~),
- libqt4-dev,
+ qtbase5-dev,
+ qttools5-dev,
+ qttools5-dev-tools,
  libserd-dev,
  libsord-dev,
  libsratom-dev,
diff --git a/debian/rules b/debian/rules
index 9e648bd..9de00d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 export LINKFLAGS += $(LDFLAGS)
 
+export QT_SELECT := qt5
+
 WAF = ./waf
 
 %:
@@ -20,7 +22,8 @@ override_dh_auto_configure:
 		--prefix=/usr \
 		--mandir=/usr/share/man \
                 --strict \
-		--no-gtkmm
+		--no-gtkmm \
+		--no-qt4
 
 override_dh_auto_build:
 	$(WAF)

-- 
jalv packaging



More information about the pkg-multimedia-commits mailing list