[SCM] qsampler/master: Build with qt5.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Sep 3 06:06:46 UTC 2015
The following commit has been merged in the master branch:
commit cac59fc91d99b1e280d708046632e46e8256fe7b
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Sep 3 07:45:41 2015 +0200
Build with qt5.
diff --git a/debian/control b/debian/control
index c41abde..6797c9b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,11 @@ Uploaders: Free Ekanayaka <freee at debian.org>,
Alessio Treglia <alessio at debian.org>,
Jaromír Mikeš <mira.mikes at seznam.cz>
Build-Depends: debhelper (>= 9),
+ pkg-config,
+ qtbase5-dev,
+ qttools5-dev-tools,
liblscp-dev (>= 0.5.6),
libgig-dev (>= 3.1.0),
- libqt4-dev,
libtool,
libx11-dev,
automake
diff --git a/debian/rules b/debian/rules
index caac555..52ad1ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,7 @@
export QT_CFLAGS := $(CFLAGS)
export QT_CXXFLAGS := $(CXXFLAGS)
+export QT_SELECT=qt5
+
%:
dh $@ --parallel
--
qsampler packaging
More information about the pkg-multimedia-commits
mailing list