rev 17413 - trunk/packages/phonon/debian/patches
Modestas Vainius
modax at alioth.debian.org
Wed Mar 10 21:50:18 UTC 2010
Author: modax
Date: 2010-03-10 21:50:18 +0000 (Wed, 10 Mar 2010)
New Revision: 17413
Modified:
trunk/packages/phonon/debian/patches/04_skip_pa_detection_if_no_glib_loop.diff
Log:
Fix the patch.
Modified: trunk/packages/phonon/debian/patches/04_skip_pa_detection_if_no_glib_loop.diff
===================================================================
--- trunk/packages/phonon/debian/patches/04_skip_pa_detection_if_no_glib_loop.diff 2010-03-10 12:37:13 UTC (rev 17412)
+++ trunk/packages/phonon/debian/patches/04_skip_pa_detection_if_no_glib_loop.diff 2010-03-10 21:50:18 UTC (rev 17413)
@@ -4,6 +4,7 @@
detection is simply not done.
Origin: upstream, http://gitorious.org/phonon/phonon/commit/466914c63cf09a51e9ea4702355cb1f5da99c4f3.diff
http://gitorious.org/phonon/phonon/commit/e476ebec8197db26838f7159487219fc5c7c9040.diff
+ http://gitorious.org/phonon/phonon/commit/85ce7481f5ce4f837b82787bf26f56bc6cb90bdc.diff
Forwarded: not-needed
--- a/phonon/pulsesupport.cpp
@@ -14,7 +15,7 @@
+ // We require a glib event loop
+ if (QLatin1String(QAbstractEventDispatcher::instance()->metaObject()->className())
-+ == "QGuiEventDispatcherGlib") {
++ != "QGuiEventDispatcherGlib") {
+ logMessage("Disabling PulseAudio integration for lack of GLib event loop.");
+ return;
+ }
More information about the pkg-kde-commits
mailing list