guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/13: gnu: qsynth: Update to 0.9.9.


From: guix-commits
Subject: 08/13: gnu: qsynth: Update to 0.9.9.
Date: Mon, 20 Feb 2023 08:06:22 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 06c5ab08218fe63956c1c114102582141fd7049f
Author: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Sat Feb 18 02:46:55 2023 -0500

    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>
---
 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 707a7b4aa1..124593c67b 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4145,7 +4145,7 @@ interface.")
 (define-public qsynth
   (package
     (name "qsynth")
-    (version "0.5.7")
+    (version "0.9.9")
     (source
      (origin
        (method url-fetch)
@@ -4155,14 +4155,14 @@ interface.")
               (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]