[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38122] [PATCH 021/197] gnu: musescore: Update to 3.3.
From: |
Hartmut Goebel |
Subject: |
[bug#38122] [PATCH 021/197] gnu: musescore: Update to 3.3. |
Date: |
Fri, 8 Nov 2019 11:33:49 +0100 |
From: Nicolas Goaziou <address@hidden>
* gnu/packages/music.scm (musescore): Update to 3.3.
[arguments]: Remove "-DBUILD_CRASH_REPORTER=OFF" configure flag, which is OFF
by default anyway.
---
gnu/packages/music.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 463f7fd9ef..516b92e26c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3774,7 +3774,7 @@ audio samples and various soft sythesizers. It can
receive input from a MIDI ke
(define-public musescore
(package
(name "musescore")
- (version "3.2.3")
+ (version "3.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3783,7 +3783,7 @@ audio samples and various soft sythesizers. It can
receive input from a MIDI ke
(file-name (git-file-name name version))
(sha256
(base32
- "17wx1wl8ns2k31qvrr888dxnrsa13vazg04zh2sn2q4vzd869a7v"))
+ "15ckjwvp3xigjkzmp1ddzvlm4d0vlk9i1axyfxg3hr2sia84yxvi"))
(modules '((guix build utils)))
(snippet
;; Un-bundle OpenSSL and remove unused libraries.
@@ -3801,8 +3801,7 @@ audio samples and various soft sythesizers. It can
receive input from a MIDI ke
(build-system cmake-build-system)
(arguments
`(#:configure-flags
- `("-DBUILD_CRASH_REPORTER=OFF"
- "-DBUILD_WEBENGINE=OFF"
+ `("-DBUILD_WEBENGINE=OFF"
"-DDOWNLOAD_SOUNDFONT=OFF"
"-DUSE_SYSTEM_FREETYPE=ON")
;; There are tests, but no simple target to run. The command used to
--
2.21.0
- [bug#38122] [PATCH 007/197] gnu: Add gitg., (continued)
- [bug#38122] [PATCH 007/197] gnu: Add gitg., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 010/197] services: ntp: Ensure no double quotes are output to config file., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 012/197] gnu: pingus: Adjust for GCC 7., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 011/197] gnu: pingus: Update source URI., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 008/197] gnu: Add python-keyutils., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 013/197] gnu: Remove python2-feather-format., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 009/197] gnu: Add udiskie., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 015/197] gnu: pocl: Update to 1.4., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 017/197] gnu: Chibi-Scheme: Update to 0.8., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 018/197] gnu: Chibi-Scheme: Do not use unstable tarball., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 021/197] gnu: musescore: Update to 3.3.,
Hartmut Goebel <=
- [bug#38122] [PATCH 020/197] services: ntp: Fix a crash when using legacy configuration., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 019/197] gnu: bitcoin-abc: Update to 0.20.4., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 014/197] gnu: u-boot: Remove redundant GCC input., Hartmut Goebel, 2019/11/08
- [bug#38122] [PATCH 016/197] gnu: icecat: Update to 68.2.0-guix0-preview3., Hartmut Goebel, 2019/11/08
- bug#38122: Faulty patchset, Hartmut Goebel, 2019/11/08