GNU bug report logs -
#48051
[PATCH 1/3] gnu: muse-sequencer: Update to 4.0.0.
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Mon, 26 Apr 2021 23:52:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 26 May 2021 15:49:39 +0200
with message-id <87a6ohhafg.fsf <at> nicolasgoaziou.fr>
and subject line Re: [bug#48051] [PATCH 1/3] gnu: muse-sequencer: Update to 4.0.0.
has caused the debbugs.gnu.org bug report #48051,
regarding [PATCH 1/3] gnu: muse-sequencer: Update to 4.0.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
48051: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48051
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Hello,
Vinicius Monego <monego <at> posteo.net> writes:
> * gnu/packages/music.scm (muse-sequencer): Update to 4.0.0.
Whole set applied. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 3 years and 358 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.