guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: qjackctl: Update to 1.0.3.


From: guix-commits
Subject: 05/06: gnu: qjackctl: Update to 1.0.3.
Date: Wed, 20 Nov 2024 07:04:16 -0500 (EST)

z572 pushed a commit to branch master
in repository guix.

commit 2b90c1e6d92007e97c7b0c959f486c8d52133007
Author: Sughosha <sughosha@disroot.org>
AuthorDate: Sun Nov 17 21:16:41 2024 +0530

    gnu: qjackctl: Update to 1.0.3.
    
    * gnu/packages/audio.scm (qjackctl): Update to 1.0.3.
    [inputs]: Replace qtbase-5 with qtbase and qtsvg-5 with qtsvg.
    [native-inputs]: Replace qttools-5 with qttools.
    
    Change-Id: Ie36d97b2688419726d5f89ae7a4f3dff84468805
---
 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 33fabb063d..f842d77031 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3571,14 +3571,14 @@ different audio devices such as ALSA or PulseAudio.")
 (define-public qjackctl
   (package
     (name "qjackctl")
-    (version "0.9.8")
+    (version "1.0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/qjackctl/qjackctl/"
                                   version "/qjackctl-" version ".tar.gz"))
               (sha256
                (base32
-                "1rvxgxd7bbv7yazcpw3ily0jlra8ms5c0kkf7cybgivahw59zk87"))))
+                "0wzimnxb9yjj155l0hqb57smf0158a4bbzi6bj11pp60njld4zqn"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f))                    ; no check target
@@ -3586,10 +3586,10 @@ different audio devices such as ALSA or PulseAudio.")
      (list alsa-lib
            jack-1
            portaudio
-           qtbase-5
-           qtsvg-5))
+           qtbase
+           qtsvg))
     (native-inputs
-     (list pkg-config qttools-5))
+     (list pkg-config qttools))
     (home-page "https://qjackctl.sourceforge.io/";)
     (synopsis "Jack server control application")
     (description "Control a Jack server.  Allows you to plug various sources



reply via email to

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