[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: musescore: Fix version number in "About" pag
From: |
guix-commits |
Subject: |
branch master updated: gnu: musescore: Fix version number in "About" page. |
Date: |
Sat, 24 Oct 2020 06:25:23 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 3bbadc4 gnu: musescore: Fix version number in "About" page.
3bbadc4 is described below
commit 3bbadc45d69f1458dc1a639cdd3b1a0af4ce3e4c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Oct 24 12:23:55 2020 +0200
gnu: musescore: Fix version number in "About" page.
* gnu/packages/music.scm (musescore)[arguments]: Notify we're building
stable
version.
---
gnu/packages/music.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c6388e7..36496ef 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4220,6 +4220,7 @@ audio samples and various soft sythesizers. It can
receive input from a MIDI ke
`("-DBUILD_TELEMETRY_MODULE=OFF" ;don't phone home
"-DBUILD_WEBENGINE=OFF"
"-DDOWNLOAD_SOUNDFONT=OFF"
+ "-DMUSESCORE_BUILD_CONFIG=release"
"-DUSE_SYSTEM_FREETYPE=ON")
;; There are tests, but no simple target to run. The command used to
;; run them is:
@@ -4252,8 +4253,9 @@ audio samples and various soft sythesizers. It can
receive input from a MIDI ke
`(("pkg-config" ,pkg-config)
("qttools" ,qttools)))
(synopsis "Music composition and notation software")
- (description "MuseScore is a music score typesetter. Its main purpose is
-the creation of high-quality engraved musical scores in a WYSIWYG environment.
+ (description
+ "MuseScore is a music score typesetter. Its main purpose is the creation
+of high-quality engraved musical scores in a WYSIWYG environment.
It supports unlimited staves, linked parts and part extraction, tablature,
MIDI input, percussion notation, cross-staff beaming, automatic transposition,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: musescore: Fix version number in "About" page.,
guix-commits <=