GNU bug report logs - #61596
[PATCH] gnu: qsynth: Update to 0.9.9.

Previous Next

Package: guix-patches;

Reported by: kiasoc5 <kiasoc5 <at> disroot.org>

Date: Sat, 18 Feb 2023 07:48:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: bug#61596: closed (Re: [bug#61596] [PATCH] gnu: qsynth: Update to
 0.9.9.)
Date: Mon, 20 Feb 2023 13:05:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61596: [PATCH] gnu: qsynth: Update to 0.9.9.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61596 <at> debbugs.gnu.org.

-- 
61596: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61596
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: kiasoc5 via Guix-patches via <guix-patches <at> gnu.org>
Cc: kiasoc5 <kiasoc5 <at> disroot.org>, 61596-done <at> debbugs.gnu.org
Subject: Re: [bug#61596] [PATCH] gnu: qsynth: Update to 0.9.9.
Date: Mon, 20 Feb 2023 14:04:05 +0100
Hello,

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

> * 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

[Message part 3 (message/rfc822, inline)]
From: kiasoc5 <kiasoc5 <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: kiasoc5 <kiasoc5 <at> disroot.org>
Subject: [PATCH] gnu: qsynth: Update to 0.9.9.
Date: Sat, 18 Feb 2023 02:46:55 -0500
* 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(-)

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




This bug report was last modified 2 years and 93 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.