[SCM] smplayer/master: Build with QT5
mati75-guest at users.alioth.debian.org
mati75-guest at users.alioth.debian.org
Sun May 10 12:49:06 UTC 2015
The following commit has been merged in the master branch:
commit 2bd15c4bd1c4ad064789c8df4e515ba5e0d2ab90
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date: Sun May 10 14:49:29 2015 +0200
Build with QT5
diff --git a/debian/changelog b/debian/changelog
index cb6eac3..538ff57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ smplayer (14.9.0.6887~ds0-1) UNRELEASED; urgency=medium
[ Mateusz Łukasik ]
* New upstream release. (CLoses: #770357, LP: #1390937)
+ - Build with QT5.
* Bump standards version to 3.9.6. (no changes needed)
* Patch working: (thanks Alf Gaida <agaida at siduction.org>)
- Add 03-not_define_reminder_actions.patch to do not define reminder
diff --git a/debian/control b/debian/control
index a79bb16..d8a6584 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,11 @@ Uploaders:
Mateusz Łukasik <mati75 at linuxmint.pl>
Build-Depends:
debhelper (>= 9),
- libqt4-dev (>= 4.3),
+ qt5-default,
+ qtbase5-dev (>= 5.1),
+ qt5-qmake,
+ qtscript5-dev,
+ qttools5-dev-tools,
zlib1g-dev
Standards-Version: 3.9.6
Homepage: http://smplayer.sourceforge.net/
diff --git a/debian/rules b/debian/rules
index cf618a6..b6839a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
export REPACK_SH = $(CURDIR)/debian/repack.sh
QMAKE_OPTS = DEFINES+=NO_DEBUG_ON_CONSOLE
-MAKE_OPTS = PREFIX=/usr QMAKE=qmake-qt4 LRELEASE=lrelease-qt4 QMAKE_OPTS="$(QMAKE_OPTS)"
+MAKE_OPTS = PREFIX=/usr QMAKE=qmake LRELEASE=lrelease QMAKE_OPTS="$(QMAKE_OPTS)"
get-orig-source:
uscan --force-download
--
smplayer packaging
More information about the pkg-multimedia-commits
mailing list