public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/musescore/files/
Date: Sat, 13 Jun 2020 08:32:48 +0000 (UTC)	[thread overview]
Message-ID: <1592037164.67c3343e1737cac41a1685f8ba12c7bc785ac1dd.fordfrog@gentoo> (raw)

commit:     67c3343e1737cac41a1685f8ba12c7bc785ac1dd
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 13 08:32:30 2020 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jun 13 08:32:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67c3343e

media-sound/musescore: updated patch for 9999

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 .../files/musescore-9999-lambda-capture-this.patch     | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/media-sound/musescore/files/musescore-9999-lambda-capture-this.patch b/media-sound/musescore/files/musescore-9999-lambda-capture-this.patch
index c0bb7083324..24c33bd2f18 100644
--- a/media-sound/musescore/files/musescore-9999-lambda-capture-this.patch
+++ b/media-sound/musescore/files/musescore-9999-lambda-capture-this.patch
@@ -1,13 +1,13 @@
 diff --git a/mscore/scoreview.cpp b/mscore/scoreview.cpp
-index 9804e1f32..83e0c0e47 100644
+index f3fe9ce8b..3957f90c6 100644
 --- a/mscore/scoreview.cpp
 +++ b/mscore/scoreview.cpp
-@@ -2405,7 +2405,7 @@ void ScoreView::cmd(const char* s)
-                   cv->updateGrips();
-                   }},
+@@ -2649,7 +2649,7 @@ void ScoreView::cmd(const char* s)
+                 cv->updateGrips();
+             } },
        #ifdef OMR
--            {{"show-omr"}, [](ScoreView* cv, const QByteArray&) {
-+            {{"show-omr"}, [&](ScoreView* cv, const QByteArray&) {
-                   if (cv->score()->masterScore()->omr())
-                         showOmr(!_score->masterScore()->showOmr());
-                   }},
+-        { { "show-omr" }, [](ScoreView* cv, const QByteArray&) {
++        { { "show-omr" }, [&](ScoreView* cv, const QByteArray&) {
+                 if (cv->score()->masterScore()->omr()) {
+                     showOmr(!_score->masterScore()->showOmr());
+                 }


             reply	other threads:[~2020-06-13  8:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-13  8:32 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-06-06  6:45 [gentoo-commits] repo/gentoo:master commit in: media-sound/musescore/files/ Miroslav Šulc
2024-08-28  7:25 Joonas Niilola
2024-10-13 13:43 Conrad Kostecki
2025-02-04 22:51 Miroslav Šulc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592037164.67c3343e1737cac41a1685f8ba12c7bc785ac1dd.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox