[PATCH] gnu: qsynth: Update to 0.9.9.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Nicolas Goaziou
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20230218074655.10084-1-kiasoc5@disroot.org
* 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.
---
gnu/packages/audio.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

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

base-commit: b04ee227a47419291391a2b6e857e41ed1c32155
--
2.39.2
Nicolas Goaziou wrote 2 years ago
(name . kiasoc5 via Guix-patches via)(address . guix-patches@gnu.org)
871qmksd2y.fsf@nicolasgoaziou.fr
Hello,

kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (4 lines)
> * 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.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
?
Your comment

This issue is archived.

To comment on this conversation send an email to 61596@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61596
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help