me
/
guix
Archived
1
0
Fork 0

gnu: qsynth: Update to 0.9.9.

* gnu/packages/audio.scm (qsynth): Update to 0.9.9.
[inputs]: Remove QTBASE-5 and QTX11EXTRAS; add QTBASE, QTSVG, and QTWAYLAND.
[native-inputs]: Remove QTTOOLS-5; add QTTOOLS.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
kiasoc5 via Guix-patches via 2023-02-18 02:46:55 -05:00 committed by Nicolas Goaziou
parent 46cdc0b538
commit 06c5ab0821
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 5 additions and 5 deletions

View File

@ -4145,7 +4145,7 @@ interface.")
(define-public qsynth (define-public qsynth
(package (package
(name "qsynth") (name "qsynth")
(version "0.5.7") (version "0.9.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -4155,14 +4155,14 @@ interface.")
(string-append "mirror://sourceforge/qsynth/qsynth (attic)" (string-append "mirror://sourceforge/qsynth/qsynth (attic)"
"/qsynth-" version ".tar.gz"))) "/qsynth-" version ".tar.gz")))
(sha256 (sha256
(base32 "18im4w8agj60nkppwbkxqnhpp13z5li3w30kklv4lgs20rvgbvl6")))) (base32 "1cjg25nva5ivahr0qqlvf6ybnpcx9jgrxbp4vgwkk64b4k9wnd4n"))))
(build-system gnu-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; no "check" phase `(#:tests? #f)) ; no "check" phase
(native-inputs (native-inputs
(list qttools-5 pkg-config)) (list qttools pkg-config))
(inputs (inputs
(list fluidsynth qtbase-5 qtx11extras)) (list fluidsynth qtbase qtsvg qtwayland))
(home-page "https://qsynth.sourceforge.io") (home-page "https://qsynth.sourceforge.io")
(synopsis "Graphical user interface for FluidSynth") (synopsis "Graphical user interface for FluidSynth")
(description (description