unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74399] [PATCH] gnu: qjackctl: Update to 1.0.3.
@ 2024-11-17 15:46 Sughosha via Guix-patches via
  2024-11-20 12:06 ` Z572
  0 siblings, 1 reply; 2+ messages in thread
From: Sughosha via Guix-patches via @ 2024-11-17 15:46 UTC (permalink / raw)
  To: 74399; +Cc: Sughosha, Gabriel Wicki

* 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 467dc4a74f..2546ab8800 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3512,14 +3512,14 @@ (define-public pcaudiolib
 (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
@@ -3527,10 +3527,10 @@ (define-public qjackctl
      (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

base-commit: 2a6d96425eea57dc6dd48a2bec16743046e32e06
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-20 12:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-17 15:46 [bug#74399] [PATCH] gnu: qjackctl: Update to 1.0.3 Sughosha via Guix-patches via
2024-11-20 12:06 ` Z572

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).