unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 48051@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#48051] [PATCH 1/3] gnu: muse-sequencer: Update to 4.0.0.
Date: Mon, 26 Apr 2021 23:50:31 +0000	[thread overview]
Message-ID: <20210426235031.273164-1-monego@posteo.net> (raw)

* gnu/packages/music.scm (muse-sequencer): Update to 4.0.0.
---
There will be warnings in validate-runpath about bogus entries (they have been there before in version 3 too). They can be ignored for now because the executable won't launch without setting rpath like this. I don't know how to fix those warnings.

 gnu/packages/music.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2b5f43cb14..6c98c8c0fc 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4715,19 +4715,16 @@ sample library.")
 (define-public muse-sequencer
   (package
     (name "muse-sequencer")
-    (version "3.1.1")
+    (version "4.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/muse-sequencer/muse")
-                    (commit (string-append "muse_"
-                                           (string-map (lambda (c)
-                                                         (if (char=? c #\.)
-                                                             #\_ c)) version)))))
+                    (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1rasp2v1ds2aw296lbf27rzw0l9fjl0cvbvw85d5ycvh6wkm301p"))))
+                "1gamr9ln10l26wwyin1a4grrqy6h05qzcgp28wsp85yczkpsh02c"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f ; there is no test target
@@ -4745,7 +4742,7 @@ sample library.")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'chdir
-           (lambda _ (chdir "muse3") #t))
+           (lambda _ (chdir "src") #t))
          (add-after 'chdir 'fix-include
            (lambda _
              (substitute* "muse/driver/rtaudio.h"
-- 
2.31.1





             reply	other threads:[~2021-04-26 23:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26 23:50 Vinicius Monego [this message]
2021-04-26 23:53 ` [bug#48051] [PATCH 2/3] gnu: muse-sequencer: Add optional dependencies Vinicius Monego
2021-04-26 23:53   ` [bug#48051] [PATCH 3/3] gnu: muse-sequencer: Use qt-build-system Vinicius Monego
2021-05-26 13:49 ` bug#48051: [PATCH 1/3] gnu: muse-sequencer: Update to 4.0.0 Nicolas Goaziou

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20210426235031.273164-1-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=48051@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).