johu 15/07/27 22:10:00 Added: tomahawk-0.8.4-qt55.patch Log: Add upstream patch to fix build with Qt 5.5. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
Revision Changes Path 1.1 media-sound/tomahawk/files/tomahawk-0.8.4-qt55.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/files/tomahawk-0.8.4-qt55.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/files/tomahawk-0.8.4-qt55.patch?rev=1.1&content-type=text/plain Index: tomahawk-0.8.4-qt55.patch =================================================================== >From 50e77ce0db45e9c876eba3d8cc6491f62a5de882 Mon Sep 17 00:00:00 2001 From: Takahiro Hashimoto <[email protected]> Date: Mon, 22 Jun 2015 14:33:23 +0900 Subject: [PATCH] fix compilation error with Qt 5.5 --- src/libtomahawk/network/acl/AclRegistry.cpp | 1 + src/libtomahawk/utils/TomahawkCache.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/libtomahawk/network/acl/AclRegistry.cpp b/src/libtomahawk/network/acl/AclRegistry.cpp index b177d19..3bc5056 100644 --- a/src/libtomahawk/network/acl/AclRegistry.cpp +++ b/src/libtomahawk/network/acl/AclRegistry.cpp @@ -21,6 +21,7 @@ #include <QThread> #include <QVariant> +#include <QDataStream> #include "utils/Logger.h" diff --git a/src/libtomahawk/utils/TomahawkCache.h b/src/libtomahawk/utils/TomahawkCache.h index b7c3245..6a4aadd 100644 --- a/src/libtomahawk/utils/TomahawkCache.h +++ b/src/libtomahawk/utils/TomahawkCache.h @@ -27,6 +27,7 @@ #include <QObject> #include <QTimer> #include <QDir> +#include <QDataStream> namespace TomahawkUtils {
