From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 098D7158B20 for ; Sun, 02 Feb 2025 12:24:51 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E520B33FECD for ; Sun, 02 Feb 2025 12:24:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E35FA1103B6; Sun, 02 Feb 2025 12:24:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D30311103B6 for ; Sun, 02 Feb 2025 12:24:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8387D33FECD for ; Sun, 02 Feb 2025 12:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB36318F6 for ; Sun, 02 Feb 2025 12:24:47 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1738499085.e54cd58203409bd713486cc3221482cba33e3da4.fordfrog@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-4.5.0-missing-includes.patch media-sound/musescore/musescore-9999.ebuild X-VCS-Directories: media-sound/musescore/ media-sound/musescore/files/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: e54cd58203409bd713486cc3221482cba33e3da4 X-VCS-Branch: master Date: Sun, 02 Feb 2025 12:24:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 791c304c-311a-4567-a239-c61abecdb477 X-Archives-Hash: 33e28d8e1e18a4869a1acfcf34694b3a commit: e54cd58203409bd713486cc3221482cba33e3da4 Author: Miroslav Šulc gentoo org> AuthorDate: Sun Feb 2 12:24:35 2025 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Sun Feb 2 12:24:45 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e54cd582 media-sound/musescore: fixed live ebuild Signed-off-by: Miroslav Šulc gentoo.org> .../files/musescore-4.5.0-missing-includes.patch | 23 ++++++++++++++++++++++ media-sound/musescore/musescore-9999.ebuild | 3 ++- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/media-sound/musescore/files/musescore-4.5.0-missing-includes.patch b/media-sound/musescore/files/musescore-4.5.0-missing-includes.patch new file mode 100644 index 000000000000..3a40a5a2d070 --- /dev/null +++ b/media-sound/musescore/files/musescore-4.5.0-missing-includes.patch @@ -0,0 +1,23 @@ +--- a/src/framework/ui/inavigation.h ++++ b/src/framework/ui/inavigation.h +@@ -28,6 +28,7 @@ + #include + #include + #include ++#include + + #include "async/channel.h" + #include "async/notification.h" +--- a/src/notation/view/percussionpanel/percussionpanelmodel.cpp ++++ b/src/notation/view/percussionpanel/percussionpanelmodel.cpp +@@ -33,6 +33,10 @@ + + #include "audio/audioutils.h" + ++#include ++#include ++#include ++ + static const QString PAD_NAMES_CODE("percussion-pad-names"); + static const QString NOTATION_PREVIEW_CODE("percussion-notation-preview"); + static const QString EDIT_LAYOUT_CODE("percussion-edit-layout"); diff --git a/media-sound/musescore/musescore-9999.ebuild b/media-sound/musescore/musescore-9999.ebuild index 5c0787665552..2438a290141f 100644 --- a/media-sound/musescore/musescore-9999.ebuild +++ b/media-sound/musescore/musescore-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -62,6 +62,7 @@ PATCHES=( "${FILESDIR}/${PN}-4.5.0-unbundle-deps.patch" "${FILESDIR}/${PN}-4.2.0-dynamic_cast-crash.patch" "${FILESDIR}/${PN}-4.4.0-include.patch" + "${FILESDIR}/${PN}-4.5.0-missing-includes.patch" ) src_unpack() {