all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66671] [PATCH] Update Musescore to 4.1.1
@ 2023-10-21 21:10 Rovanion Luckey
  2023-11-15 17:21 ` bug#66671: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Rovanion Luckey @ 2023-10-21 21:10 UTC (permalink / raw)
  To: 66671


[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66671: [PATCH] Update Musescore to 4.1.1
  2023-10-21 21:10 [bug#66671] [PATCH] Update Musescore to 4.1.1 Rovanion Luckey
@ 2023-11-15 17:21 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-11-15 17:21 UTC (permalink / raw)
  To: Rovanion Luckey; +Cc: 66671-done

Rovanion Luckey <rovanion.luckey@gmail.com> skribis:

> 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

I added a commit log and finally applied it.  Thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-15 17:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-21 21:10 [bug#66671] [PATCH] Update Musescore to 4.1.1 Rovanion Luckey
2023-11-15 17:21 ` bug#66671: " Ludovic Courtès

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.