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 3197B138335 for ; Fri, 17 Aug 2018 22:04:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45C61E0907; Fri, 17 Aug 2018 22:04:21 +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 215A0E0907 for ; Fri, 17 Aug 2018 22:04:21 +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 6F5CC335D95 for ; Fri, 17 Aug 2018 22:04:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 355633AB for ; Fri, 17 Aug 2018 22:04:16 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1534543322.e6afd0247a9d58619db12cc83225c6c58337ead9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/musescore/files/, media-sound/musescore/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/musescore/files/musescore-2.1.0-qt-5.11.patch media-sound/musescore/musescore-2.1.0.ebuild X-VCS-Directories: media-sound/musescore/files/ media-sound/musescore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e6afd0247a9d58619db12cc83225c6c58337ead9 X-VCS-Branch: master Date: Fri, 17 Aug 2018 22:04:16 +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: 0a7cefe2-9b1a-4d33-8b7a-3e2d311986a3 X-Archives-Hash: 0d92b168a72d3a67e86b3b3663c807ca commit: e6afd0247a9d58619db12cc83225c6c58337ead9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 17 21:24:14 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 17 22:02:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6afd024 media-sound/musescore: Fix build with Qt 5.11 Closes: https://bugs.gentoo.org/661784 Package-Manager: Portage-2.3.46, Repoman-2.3.10 .../musescore/files/musescore-2.1.0-qt-5.11.patch | 21 +++++++++++++++++++++ media-sound/musescore/musescore-2.1.0.ebuild | 5 ++++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/media-sound/musescore/files/musescore-2.1.0-qt-5.11.patch b/media-sound/musescore/files/musescore-2.1.0-qt-5.11.patch new file mode 100644 index 00000000000..09932062de5 --- /dev/null +++ b/media-sound/musescore/files/musescore-2.1.0-qt-5.11.patch @@ -0,0 +1,21 @@ +From 9c8a8ffe0cbb00ee93a10fe245da01a4d32ca086 Mon Sep 17 00:00:00 2001 +From: Orcan Ogetbil +Date: Thu, 31 May 2018 21:04:51 -0400 +Subject: [PATCH] added missing #include required by qt >= 5.11 + +--- + all.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/all.h b/all.h +index 72db72b0ec..2ee0e8e807 100644 +--- a/all.h ++++ b/all.h +@@ -131,6 +131,7 @@ + #include + #include + #include ++#include + #include + #include + #include \ No newline at end of file diff --git a/media-sound/musescore/musescore-2.1.0.ebuild b/media-sound/musescore/musescore-2.1.0.ebuild index c5eb58ccd82..71798fdc8e9 100644 --- a/media-sound/musescore/musescore-2.1.0.ebuild +++ b/media-sound/musescore/musescore-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -41,9 +41,12 @@ DEPEND="${RDEPEND} dev-qt/linguist-tools:5 virtual/pkgconfig " + PATCHES=( "${WORKDIR}/${PN}-2.1.0-fix-buildsystem.patch" + "${FILESDIR}/${PN}-2.1.0-qt-5.11.patch" ) + S="${WORKDIR}/MuseScore-${PV}" src_configure() {