diff --git a/media-sound/musescore/files/musescore-9999-missing-qt-includes.patch b/media-sound/musescore/files/musescore-9999-missing-qt-includes.patch deleted file mode 100644 index b49f2e148f282..0000000000000 --- a/media-sound/musescore/files/musescore-9999-missing-qt-includes.patch +++ /dev/null @@ -1,216 +0,0 @@ -https://github.com/musescore/MuseScore/pull/15775 - -From 6f3168324d265b4df262c0c3a37bebdb056b6671 Mon Sep 17 00:00:00 2001 -From: Sam James -Date: Mon, 9 Jan 2023 11:55:35 +0000 -Subject: [PATCH] Add missing includes (mostly Qt) - ---- a/src/appshell/iapplicationactioncontroller.h -+++ b/src/appshell/iapplicationactioncontroller.h -@@ -22,6 +22,9 @@ - #ifndef MU_APPSHELL_IAPPLICATIONACTIONCONTROLLER_H - #define MU_APPSHELL_IAPPLICATIONACTIONCONTROLLER_H - -+#include -+#include -+#include - #include - - #include "modularity/imoduleexport.h" ---- a/src/autobot/internal/api/interactiveapi.cpp -+++ b/src/autobot/internal/api/interactiveapi.cpp -@@ -19,6 +19,8 @@ - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -+#include -+ - #include "interactiveapi.h" - - using namespace mu::api; ---- a/src/autobot/internal/jsmoduleloader.cpp -+++ b/src/autobot/internal/jsmoduleloader.cpp -@@ -19,6 +19,8 @@ - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -+#include -+ - #include "jsmoduleloader.h" - - #include "scriptengine.h" ---- a/src/framework/audio/internal/worker/playback.cpp -+++ b/src/framework/audio/internal/worker/playback.cpp -@@ -19,6 +19,9 @@ - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -+ -+#include -+ - #include "playback.h" - - #include "log.h" ---- a/src/framework/global/thirdparty/deto_async/async/promise.h -+++ b/src/framework/global/thirdparty/deto_async/async/promise.h -@@ -3,6 +3,9 @@ - - #include - #include -+ -+#include -+ - #include "internal/abstractinvoker.h" - #include "async.h" - ---- a/src/framework/ui/view/uitheme.h -+++ b/src/framework/ui/view/uitheme.h -@@ -24,6 +24,7 @@ - #define MU_UI_UITHEME_H - - #include -+#include - #include - - #include "modularity/ioc.h" ---- a/src/importexport/bb/internal/bb.cpp -+++ b/src/importexport/bb/internal/bb.cpp -@@ -20,6 +20,9 @@ - * along with this program. If not, see . - */ - -+#include -+#include -+ - #include "bb.h" - - #include "engravingerrors.h" ---- a/src/importexport/imagesexport/internal/svggenerator.cpp -+++ b/src/importexport/imagesexport/internal/svggenerator.cpp -@@ -22,6 +22,7 @@ - - #include - #include -+#include - #include - #include - #include ---- a/src/importexport/midi/internal/midiimport/importmidi_model.h -+++ b/src/importexport/midi/internal/midiimport/importmidi_model.h -@@ -26,6 +26,8 @@ - - #include - -+#include -+ - namespace mu::iex::midi { - class TracksModel : public QAbstractTableModel - { ---- a/src/importexport/midi/internal/midiimport/importmidi_operations.cpp -+++ b/src/importexport/midi/internal/midiimport/importmidi_operations.cpp -@@ -21,6 +21,7 @@ - */ - #include "importmidi_operations.h" - -+#include - #include - - #include "log.h" ---- a/src/importexport/musedata/internal/musedatareader.cpp -+++ b/src/importexport/musedata/internal/musedatareader.cpp -@@ -19,6 +19,9 @@ - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -+ -+#include -+ - #include "musedatareader.h" - - #include "musedata.h" ---- a/src/multiinstances/internal/ipc/ipc.cpp -+++ b/src/multiinstances/internal/ipc/ipc.cpp -@@ -21,6 +21,8 @@ - */ - #include "ipc.h" - -+#include -+ - #include - #include - #include ---- a/src/notation/view/notationnavigator.h -+++ b/src/notation/view/notationnavigator.h -@@ -23,6 +23,8 @@ - #define MU_NOTATION_NOTATIONNAVIGATOR_H - - #include -+#include -+#include - #include - - #include "modularity/ioc.h" ---- a/src/notation/view/notationviewinputcontroller.cpp -+++ b/src/notation/view/notationviewinputcontroller.cpp -@@ -21,6 +21,7 @@ - */ - #include "notationviewinputcontroller.h" - -+#include - #include - #include - #include ---- a/src/palette/view/widgets/palettewidget.cpp -+++ b/src/palette/view/widgets/palettewidget.cpp -@@ -27,8 +27,10 @@ - #include - #include - #include -+#include - #include - #include -+#include - #include - #include - #include ---- a/src/project/internal/exportprojectscenario.cpp -+++ b/src/project/internal/exportprojectscenario.cpp -@@ -19,6 +19,8 @@ - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ -+#include -+ - #include "exportprojectscenario.h" - - #include "async/async.h" ---- a/src/project/view/exportdialogmodel.cpp -+++ b/src/project/view/exportdialogmodel.cpp -@@ -21,6 +21,7 @@ - */ - #include "exportdialogmodel.h" - -+#include - #include - - #include "async/async.h" ---- a/src/workspace/view/newworkspacemodel.h -+++ b/src/workspace/view/newworkspacemodel.h -@@ -24,6 +24,7 @@ - #define MU_WORKSPACE_NEWWORKSPACEMODEL_H - - #include -+#include - - namespace mu::workspace { - class NewWorkspaceModel : public QObject ---- a/thirdparty/beatroot/AgentList.h -+++ b/thirdparty/beatroot/AgentList.h -@@ -18,6 +18,7 @@ - - #include "Event.h" - -+#include - #include - - diff --git a/media-sound/musescore/musescore-9999.ebuild b/media-sound/musescore/musescore-9999.ebuild index f266519508442..2cfc1a6e6ba3a 100644 --- a/media-sound/musescore/musescore-9999.ebuild +++ b/media-sound/musescore/musescore-9999.ebuild @@ -63,10 +63,6 @@ DEPEND=" " RDEPEND="${DEPEND}" -PATCHES=( - "${FILESDIR}"/${PN}-9999-missing-qt-includes.patch -) - src_unpack() { if [[ ${PV} == "9999" ]]; then git-r3_src_unpack