all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rovanion Luckey <rovanion.luckey@gmail.com>
To: 66671@debbugs.gnu.org
Subject: [bug#66671] [PATCH] Update Musescore to 4.1.1
Date: Sat, 21 Oct 2023 23:10:48 +0200	[thread overview]
Message-ID: <CAAaf0CB_fx9QVJw9CieDhRQFau5J28DYx20W6B7SPxY=yFNuBg@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 51 bytes --]

Needed it to open my own score on my Guix machine.

[-- Attachment #1.2: Type: text/html, Size: 76 bytes --]

[-- Attachment #2: 0001-gnu-musescore-Update-to-4.1.1.patch --]
[-- Type: text/x-patch, Size: 1613 bytes --]

From 640eae5d8fa0cc7b1f048b6e8a12a8e58898ad75 Mon Sep 17 00:00:00 2001
Message-ID: <640eae5d8fa0cc7b1f048b6e8a12a8e58898ad75.1697922465.git.rovanion.luckey@gmail.com>
From: Rovanion Luckey <rovanion.luckey@gmail.com>
Date: Sat, 21 Oct 2023 23:05:01 +0200
Subject: [PATCH] gnu: musescore: Update to 4.1.1

---
 gnu/packages/music.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 9b4088f077..ca9451bb5e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4981,7 +4981,7 @@ (define-public sfizz
 (define-public musescore
   (package
     (name "musescore")
-    (version "4.0.2")
+    (version "4.1.1")
     (source
      (origin
        (method git-fetch)
@@ -4990,14 +4990,11 @@ (define-public musescore
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1yri94xs4xw0lsvmk5q7bqnpgmdadchfn08r7bb2y07jsi8qgm6w"))
+        (base32 "12h26k9qnsq027gdpch579nchwrqva1ymwm2fj5xmlh0aayrwy4d"))
        (modules '((guix build utils)))
        (snippet
         '(begin
-           ;; Remove unused libraries...
-           (for-each delete-file-recursively
-                     '("thirdparty/freetype"))
-           ;; ... and precompiled binaries.
+           ;; Delete precompiled binaries.
            (delete-file-recursively "src/diagnostics/crashpad_handler")
            (substitute* "src/diagnostics/CMakeLists.txt"
              (("install") "#install"))))))

base-commit: b3d0797d279b0aa48f6b652c149b7f974f3acc89
-- 
2.41.0


             reply	other threads:[~2023-10-21 21:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-21 21:10 Rovanion Luckey [this message]
2023-11-15 17:21 ` bug#66671: [PATCH] Update Musescore to 4.1.1 Ludovic Courtès

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='CAAaf0CB_fx9QVJw9CieDhRQFau5J28DYx20W6B7SPxY=yFNuBg@mail.gmail.com' \
    --to=rovanion.luckey@gmail.com \
    --cc=66671@debbugs.gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.