gnu: rosegarden: Update to 18.06.
* gnu/packages/music.scm (rosegarden): Update to 18.06. [home-page]: Use HTTPS.
This commit is contained in:
parent
24d298b459
commit
9bf98520f2
|
@ -3685,7 +3685,7 @@ specification and header.")
|
||||||
(define-public rosegarden
|
(define-public rosegarden
|
||||||
(package
|
(package
|
||||||
(name "rosegarden")
|
(name "rosegarden")
|
||||||
(version "17.04")
|
(version "18.06")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3693,7 +3693,7 @@ specification and header.")
|
||||||
version "/rosegarden-" version ".tar.bz2"))
|
version "/rosegarden-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1khfcj22asdhjh0jvhkqsz200wgmigkhsrcz09ffia5hqm0n32lq"))))
|
"04qc80sqb2ji42pq3mayhvqqn39hlxzymsywpbpzfpchr19chxx7"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("-DUSE_QT5=1") ; "-DCMAKE_BUILD_TYPE=Release"
|
`(#:configure-flags '("-DUSE_QT5=1") ; "-DCMAKE_BUILD_TYPE=Release"
|
||||||
|
@ -3747,6 +3747,7 @@ specification and header.")
|
||||||
;; Tests create files in $HOME/.local/share/rosegarden .
|
;; Tests create files in $HOME/.local/share/rosegarden .
|
||||||
(mkdir-p "/tmp/foo")
|
(mkdir-p "/tmp/foo")
|
||||||
(setenv "HOME" "/tmp/foo")
|
(setenv "HOME" "/tmp/foo")
|
||||||
|
(setenv "XDG_RUNTIME_DIR" "/tmp/foo")
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("alsa-lib" ,alsa-lib)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
|
@ -3773,7 +3774,7 @@ sequencer")
|
||||||
(description "Rosegarden is a music composition and editing environment
|
(description "Rosegarden is a music composition and editing environment
|
||||||
based around a MIDI sequencer that features a rich understanding of music
|
based around a MIDI sequencer that features a rich understanding of music
|
||||||
notation and includes basic support for digital audio.")
|
notation and includes basic support for digital audio.")
|
||||||
(home-page "http://www.rosegardenmusic.com/")
|
(home-page "https://www.rosegardenmusic.com/")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public patchmatrix
|
(define-public patchmatrix
|
||||||
|
|
Loading…
Reference in New Issue