* [bug#71668] [PATCH] gnu: musescore: Update to 4.3.2.
@ 2024-06-20 6:53 Nicolas Goaziou via Guix-patches via
2024-06-24 1:54 ` bug#71668: " Maxim Cournoyer
2024-12-22 13:58 ` Rovanion Luckey
0 siblings, 2 replies; 5+ messages in thread
From: Nicolas Goaziou via Guix-patches via @ 2024-06-20 6:53 UTC (permalink / raw)
To: 71668; +Cc: Nicolas Goaziou
* gnu/packages/music.scm (musescore): Update to 4.3.2.
Change-Id: I78b5508645430a6f96d9fc03caa1015a4905a6f2
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c12bb843fe..e5669c5d87 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5393,7 +5393,7 @@ (define-public sfizz
(define-public musescore
(package
(name "musescore")
- (version "4.2.1")
+ (version "4.3.2")
(source
(origin
(method git-fetch)
@@ -5402,7 +5402,7 @@ (define-public musescore
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0rc5ma1k0cjllfl86apbyj61sh0691lsmqnvqicyn0zi53z8w9v0"))
+ (base32 "1hx0l6d7avyfbh88hwn01h9q51mgd9zix91q2kgg1ax73pqxhfs2"))
(modules '((guix build utils)))
(snippet
'(begin
base-commit: aa88a9919918242c750fc6856bac10bf86d54bd1
--
2.45.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* bug#71668: [PATCH] gnu: musescore: Update to 4.3.2.
2024-06-20 6:53 [bug#71668] [PATCH] gnu: musescore: Update to 4.3.2 Nicolas Goaziou via Guix-patches via
@ 2024-06-24 1:54 ` Maxim Cournoyer
2024-07-05 8:04 ` [bug#71668] " Liliana Marie Prikler
2024-12-22 13:58 ` Rovanion Luckey
1 sibling, 1 reply; 5+ messages in thread
From: Maxim Cournoyer @ 2024-06-24 1:54 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: 71668-done
Hi,
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> * gnu/packages/music.scm (musescore): Update to 4.3.2.
>
> Change-Id: I78b5508645430a6f96d9fc03caa1015a4905a6f2
> ---
> gnu/packages/music.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> index c12bb843fe..e5669c5d87 100644
> --- a/gnu/packages/music.scm
> +++ b/gnu/packages/music.scm
> @@ -5393,7 +5393,7 @@ (define-public sfizz
> (define-public musescore
> (package
> (name "musescore")
> - (version "4.2.1")
> + (version "4.3.2")
> (source
> (origin
> (method git-fetch)
> @@ -5402,7 +5402,7 @@ (define-public musescore
> (commit (string-append "v" version))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0rc5ma1k0cjllfl86apbyj61sh0691lsmqnvqicyn0zi53z8w9v0"))
> + (base32 "1hx0l6d7avyfbh88hwn01h9q51mgd9zix91q2kgg1ax73pqxhfs2"))
> (modules '((guix build utils)))
> (snippet
> '(begin
QA failed to build it, but it seems it was due to resources exhaustion
rather than a problem with the package.
Applied!
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#71668] [PATCH] gnu: musescore: Update to 4.3.2.
2024-06-24 1:54 ` bug#71668: " Maxim Cournoyer
@ 2024-07-05 8:04 ` Liliana Marie Prikler
2024-07-08 18:51 ` Maxim Cournoyer
0 siblings, 1 reply; 5+ messages in thread
From: Liliana Marie Prikler @ 2024-07-05 8:04 UTC (permalink / raw)
To: Maxim Cournoyer, Nicolas Goaziou; +Cc: 71668
Hi Maxim,
Am Sonntag, dem 23.06.2024 um 21:54 -0400 schrieb Maxim Cournoyer:
> Hi,
>
> Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
>
> > * gnu/packages/music.scm (musescore): Update to 4.3.2.
> >
> > Change-Id: I78b5508645430a6f96d9fc03caa1015a4905a6f2
> > ---
> > gnu/packages/music.scm | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
> > index c12bb843fe..e5669c5d87 100644
> > --- a/gnu/packages/music.scm
> > +++ b/gnu/packages/music.scm
> > @@ -5393,7 +5393,7 @@ (define-public sfizz
> > (define-public musescore
> > (package
> > (name "musescore")
> > - (version "4.2.1")
> > + (version "4.3.2")
> > (source
> > (origin
> > (method git-fetch)
> > @@ -5402,7 +5402,7 @@ (define-public musescore
> > (commit (string-append "v" version))))
> > (file-name (git-file-name name version))
> > (sha256
> > - (base32
> > "0rc5ma1k0cjllfl86apbyj61sh0691lsmqnvqicyn0zi53z8w9v0"))
> > + (base32
> > "1hx0l6d7avyfbh88hwn01h9q51mgd9zix91q2kgg1ax73pqxhfs2"))
> > (modules '((guix build utils)))
> > (snippet
> > '(begin
Did you really push this? I don't see it on master.
Anyhow, I noticed that MuseScore swapped its build flags. At the very
least, you'll have to write
"-DMUE_DOWNLOAD_SOUNDFONT=OFF"
"-DMUE_BUILD_DIAGNOSTICS=OFF"
instead of the ones we're currently using.
I also started investigating the FSDG issues[1] and at the very least
it seems some unbundling is needed for the thirdparty stuff.
Enterprise quality software, folks :)
[1] https://issues.guix.gnu.org/62391
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#71668] [PATCH] gnu: musescore: Update to 4.3.2.
2024-07-05 8:04 ` [bug#71668] " Liliana Marie Prikler
@ 2024-07-08 18:51 ` Maxim Cournoyer
0 siblings, 0 replies; 5+ messages in thread
From: Maxim Cournoyer @ 2024-07-08 18:51 UTC (permalink / raw)
To: Liliana Marie Prikler; +Cc: GNU Debbugs, Nicolas Goaziou, 71668
unarchive 71668
reopen 71668
thanks
Hi Liliana!
Liliana Marie Prikler <liliana.prikler@gmail.com> writes:
> Hi Maxim,
>
> Am Sonntag, dem 23.06.2024 um 21:54 -0400 schrieb Maxim Cournoyer:
>> Hi,
>>
>> Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
>>
>> > * gnu/packages/music.scm (musescore): Update to 4.3.2.
>> >
>> > Change-Id: I78b5508645430a6f96d9fc03caa1015a4905a6f2
>> > ---
>> > gnu/packages/music.scm | 4 ++--
>> > 1 file changed, 2 insertions(+), 2 deletions(-)
>> >
>> > diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
>> > index c12bb843fe..e5669c5d87 100644
>> > --- a/gnu/packages/music.scm
>> > +++ b/gnu/packages/music.scm
>> > @@ -5393,7 +5393,7 @@ (define-public sfizz
>> > (define-public musescore
>> > (package
>> > (name "musescore")
>> > - (version "4.2.1")
>> > + (version "4.3.2")
>> > (source
>> > (origin
>> > (method git-fetch)
>> > @@ -5402,7 +5402,7 @@ (define-public musescore
>> > (commit (string-append "v" version))))
>> > (file-name (git-file-name name version))
>> > (sha256
>> > - (base32
>> > "0rc5ma1k0cjllfl86apbyj61sh0691lsmqnvqicyn0zi53z8w9v0"))
>> > + (base32
>> > "1hx0l6d7avyfbh88hwn01h9q51mgd9zix91q2kgg1ax73pqxhfs2"))
>> > (modules '((guix build utils)))
>> > (snippet
>> > '(begin
> Did you really push this? I don't see it on master.
Looks like I haven't. Sorry for the noise.
> Anyhow, I noticed that MuseScore swapped its build flags. At the very
> least, you'll have to write
> "-DMUE_DOWNLOAD_SOUNDFONT=OFF"
> "-DMUE_BUILD_DIAGNOSTICS=OFF"
> instead of the ones we're currently using.
>
> I also started investigating the FSDG issues[1] and at the very least
> it seems some unbundling is needed for the thirdparty stuff.
OK. I've reopened the issue so we can track these comments as part of a
v2.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#71668] [PATCH] gnu: musescore: Update to 4.3.2.
2024-06-20 6:53 [bug#71668] [PATCH] gnu: musescore: Update to 4.3.2 Nicolas Goaziou via Guix-patches via
2024-06-24 1:54 ` bug#71668: " Maxim Cournoyer
@ 2024-12-22 13:58 ` Rovanion Luckey
1 sibling, 0 replies; 5+ messages in thread
From: Rovanion Luckey @ 2024-12-22 13:58 UTC (permalink / raw)
To: 71668
[-- Attachment #1: Type: text/plain, Size: 248 bytes --]
This issue can be closed as Musescore is of version 4.3.2 currently in Guix.
Relatedly I'm working on a patchset to upgrade to 4.4.4. It was much more
involved than the usual upgrades and I've tried and failed multiple times
over the last months.
[-- Attachment #2: Type: text/html, Size: 315 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-12-22 14:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 6:53 [bug#71668] [PATCH] gnu: musescore: Update to 4.3.2 Nicolas Goaziou via Guix-patches via
2024-06-24 1:54 ` bug#71668: " Maxim Cournoyer
2024-07-05 8:04 ` [bug#71668] " Liliana Marie Prikler
2024-07-08 18:51 ` Maxim Cournoyer
2024-12-22 13:58 ` Rovanion Luckey
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).