From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3097138334 for ; Tue, 3 Jul 2018 14:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCABEE09B7; Tue, 3 Jul 2018 14:11:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFFB0E09B7 for ; Tue, 3 Jul 2018 14:11:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C95E335CB2 for ; Tue, 3 Jul 2018 14:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68E562E5 for ; Tue, 3 Jul 2018 14:10:58 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1530627052.288f883b4305bfaee177adb899a78345eb99afde.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/, games-emulation/mgba/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/mgba/files/mgba-0.6.3-qt511.patch games-emulation/mgba/mgba-0.6.3.ebuild X-VCS-Directories: games-emulation/mgba/ games-emulation/mgba/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 288f883b4305bfaee177adb899a78345eb99afde X-VCS-Branch: master Date: Tue, 3 Jul 2018 14:10:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 20b5b0c9-8a13-40eb-b281-01d2bcd21bf3 X-Archives-Hash: b9f1f059a35fe0f6eb8bf3b95e842e4b commit: 288f883b4305bfaee177adb899a78345eb99afde Author: Lars Wendler gentoo org> AuthorDate: Tue Jul 3 14:10:52 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jul 3 14:10:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=288f883b games-emulation/mgba: Fixed build against qt-5.11 Package-Manager: Portage-2.3.41, Repoman-2.3.9 games-emulation/mgba/files/mgba-0.6.3-qt511.patch | 34 +++++++++++++++++++++++ games-emulation/mgba/mgba-0.6.3.ebuild | 4 +++ 2 files changed, 38 insertions(+) diff --git a/games-emulation/mgba/files/mgba-0.6.3-qt511.patch b/games-emulation/mgba/files/mgba-0.6.3-qt511.patch new file mode 100644 index 00000000000..05368f6e30e --- /dev/null +++ b/games-emulation/mgba/files/mgba-0.6.3-qt511.patch @@ -0,0 +1,34 @@ +From a2b8c4ae807ae92103e14961fd34377b28cbe219 Mon Sep 17 00:00:00 2001 +From: Vicki Pfau +Date: Fri, 25 May 2018 18:04:16 -0700 +Subject: [PATCH] Qt: Fix build with Qt 5.11 + +--- + src/platform/qt/LoadSaveState.cpp | 1 + + src/platform/qt/Window.h | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/src/platform/qt/LoadSaveState.cpp b/src/platform/qt/LoadSaveState.cpp +index a381c3d22..41ddb842e 100644 +--- a/src/platform/qt/LoadSaveState.cpp ++++ b/src/platform/qt/LoadSaveState.cpp +@@ -10,6 +10,7 @@ + #include "GamepadButtonEvent.h" + #include "VFileDevice.h" + ++#include + #include + #include + #include +diff --git a/src/platform/qt/Window.h b/src/platform/qt/Window.h +index c009c7ffa..8ee63907d 100644 +--- a/src/platform/qt/Window.h ++++ b/src/platform/qt/Window.h +@@ -6,6 +6,7 @@ + #ifndef QGBA_WINDOW + #define QGBA_WINDOW + ++#include + #include + #include + #include diff --git a/games-emulation/mgba/mgba-0.6.3.ebuild b/games-emulation/mgba/mgba-0.6.3.ebuild index 6674579a2fc..c4859e9bec5 100644 --- a/games-emulation/mgba/mgba-0.6.3.ebuild +++ b/games-emulation/mgba/mgba-0.6.3.ebuild @@ -37,6 +37,10 @@ RDEPEND=" " DEPEND="${RDEPEND}" +PATCHES=( + "${FILESDIR}/${P}-qt511.patch" +) + src_prepare() { cmake-utils_src_prepare