[SCM] Phonon Multimedia Framework packaging branch, master, updated. debian/4.9.0-3-4-g69f9c9b
Pino Toscano
pino at moszumanska.debian.org
Sun Jul 31 11:45:46 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-req/phonon.git;a=commitdiff;h=69f9c9b
The following commit has been merged in the master branch:
commit 69f9c9b4af4da2e852cf6e474f3b04aaa3ae3cf0
Author: Pino Toscano <pino at debian.org>
Date: Sun Jul 31 13:45:10 2016 +0200
switch default qt4 backend to gstreamer
---
debian/changelog | 3 +++
debian/rules | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4acd8fe..6531522 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ phonon (4:4.9.0-4) UNRELEASED; urgency=medium
[ Pino Toscano ]
* Remove the unused libqzeitgeist-dev build dependency.
+ * Switch the default backend for phonon (Qt4) from phonon-backend-vlc to
+ phonon-backend-gstreamer: since vlc is a Qt5 application, using it in
+ Qt4-based application will cause crashes due to symbols clashes.
[ Debconf translation updates ]
* Turkish (Mert Dirik). (Closes: #757504)
diff --git a/debian/rules b/debian/rules
index 05962bf..dd1faf3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages)
include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
-RECOMMENDED_PHONON4_QT4_BACKEND := phonon-backend-vlc
+RECOMMENDED_PHONON4_QT4_BACKEND := phonon-backend-gstreamer
RECOMMENDED_PHONON4_QT5_BACKEND := phonon4qt5-backend-vlc
override_dh_auto_clean:
--
Phonon Multimedia Framework packaging
More information about the pkg-kde-commits
mailing list