wok-6.x diff yarock/stuff/yarock.patch @ rev 20705
xar: add WEB_SITE (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Feb 06 10:00:41 2019 +0100 (2019-02-06) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/yarock/stuff/yarock.patch Wed Feb 06 10:00:41 2019 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +--- src/core/player/engine_phonon.cpp 1.5 ++++ src/core/player/engine_phonon.cpp 1.6 +@@ -26,6 +26,7 @@ 1.7 + // Qt 1.8 + #include <QFileInfo> 1.9 + #include <QList> 1.10 ++#include <QtCore/QUrl> 1.11 + 1.12 + // phonon 1.13 + #include <phonon/backendcapabilities.h> 1.14 + 1.15 +--- src/dbus/org.mpris.MediaPlayer2.Player.xml 1.16 ++++ src/dbus/org.mpris.MediaPlayer2.Player.xml 1.17 +@@ -30 +30 @@ 1.18 +- <annotation name="com.trolltech.QtDBus.QtTypeName" value="QVariantMap"/> 1.19 ++ <annotation name="org.qtproject.QtDBus.QtTypeName" value="QVariantMap"/>