From: Z572 <zhengjunjie@iscas.ac.cn>
To: 74399@debbugs.gnu.org
Cc: Gabriel Wicki <gabriel@erlikon.ch>,
Sughosha <sughosha@disroot.org>,
74399-done@debbugs.gnu.org
Subject: [bug#74399] [PATCH] gnu: qjackctl: Update to 1.0.3.
Date: Wed, 20 Nov 2024 20:06:06 +0800 [thread overview]
Message-ID: <87mshu2jpt.fsf@iscas.ac.cn> (raw)
In-Reply-To: <bfa68817877a1130db1718dc2f497218d39803e7.1731858401.git.sughosha@disroot.org> (Sughosha via Guix-patches via's message of "Sun, 17 Nov 2024 21:16:41 +0530")
[-- Attachment #1: Type: text/plain, Size: 1830 bytes --]
Sughosha via Guix-patches via <guix-patches@gnu.org> writes:
> * 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
pushed, closing.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
prev parent reply other threads:[~2024-11-20 12:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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=87mshu2jpt.fsf@iscas.ac.cn \
--to=zhengjunjie@iscas.ac.cn \
--cc=74399-done@debbugs.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.