From: Sughosha via Guix-patches via <guix-patches@gnu.org>
To: 74399@debbugs.gnu.org
Cc: Sughosha <sughosha@disroot.org>, Gabriel Wicki <gabriel@erlikon.ch>
Subject: [bug#74399] [PATCH] gnu: qjackctl: Update to 1.0.3.
Date: Sun, 17 Nov 2024 21:16:41 +0530 [thread overview]
Message-ID: <bfa68817877a1130db1718dc2f497218d39803e7.1731858401.git.sughosha@disroot.org> (raw)
* 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
next reply other threads:[~2024-11-17 15:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-17 15:46 Sughosha via Guix-patches via [this message]
2024-11-20 12:06 ` [bug#74399] [PATCH] gnu: qjackctl: Update to 1.0.3 Z572
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bfa68817877a1130db1718dc2f497218d39803e7.1731858401.git.sughosha@disroot.org \
--to=guix-patches@gnu.org \
--cc=74399@debbugs.gnu.org \
--cc=gabriel@erlikon.ch \
--cc=sughosha@disroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.