gnu: yoshimi: Update to 1.5.6.
* gnu/packages/music.scm (yoshimi): Update to 1.5.6. [description]: Tweak slightly.
This commit is contained in:
parent
5edc86820f
commit
edfa2eee91
1 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
||||||
;;; Copyright © 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; Copyright © 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
||||||
;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
|
||||||
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -1964,7 +1964,7 @@ capabilities, custom envelopes, effects, etc.")
|
||||||
(define-public yoshimi
|
(define-public yoshimi
|
||||||
(package
|
(package
|
||||||
(name "yoshimi")
|
(name "yoshimi")
|
||||||
(version "1.5.5")
|
(version "1.5.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/yoshimi/"
|
(uri (string-append "mirror://sourceforge/yoshimi/"
|
||||||
|
@ -1972,7 +1972,7 @@ capabilities, custom envelopes, effects, etc.")
|
||||||
"/yoshimi-" version ".tar.bz2"))
|
"/yoshimi-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h71x9742bswifwll7bma1fz648fd5xd0yfp7byvsczy6zhjz5pf"))))
|
"0bjfhfslpa2hjrc9h38m7dlr62953w9n4cvkgvfy495cbym12dak"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; there are no tests
|
`(#:tests? #f ; there are no tests
|
||||||
|
@ -2012,7 +2012,7 @@ capabilities, custom envelopes, effects, etc.")
|
||||||
(home-page "http://yoshimi.sourceforge.net/")
|
(home-page "http://yoshimi.sourceforge.net/")
|
||||||
(synopsis "Multi-paradigm software synthesizer")
|
(synopsis "Multi-paradigm software synthesizer")
|
||||||
(description
|
(description
|
||||||
"Yoshimi is a fork of ZynAddSubFX, a feature heavy realtime software
|
"Yoshimi is a fork of ZynAddSubFX, a feature-heavy real-time software
|
||||||
synthesizer. It offers three synthesizer engines, multitimbral and polyphonic
|
synthesizer. It offers three synthesizer engines, multitimbral and polyphonic
|
||||||
synths, microtonal capabilities, custom envelopes, effects, etc. Yoshimi
|
synths, microtonal capabilities, custom envelopes, effects, etc. Yoshimi
|
||||||
improves on support for JACK features, such as JACK MIDI.")
|
improves on support for JACK features, such as JACK MIDI.")
|
||||||
|
|
Reference in a new issue