[PATCH] gnu: qjackctl: Update to 1.0.3.

  • Open
  • quality assurance status badge
Details
One participant
  • Sughosha
Owner
unassigned
Submitted by
Sughosha
Severity
normal
S
S
Sughosha wrote 9 hours ago
(address . guix-patches@gnu.org)(name . Sughosha)(address . sughosha@disroot.org)
bfa68817877a1130db1718dc2f497218d39803e7.1731858401.git.sughosha@disroot.org
* 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(-)

Toggle diff (39 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 74399
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