GNU bug report logs - #74399
[PATCH] gnu: qjackctl: Update to 1.0.3.

Previous Next

Package: guix-patches;

Reported by: Sughosha <sughosha <at> disroot.org>

Date: Sun, 17 Nov 2024 15:50:02 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74399 in the body.
You can then email your comments to 74399 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to gabriel <at> erlikon.ch, guix-patches <at> gnu.org:
bug#74399; Package guix-patches. (Sun, 17 Nov 2024 15:50:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sughosha <sughosha <at> disroot.org>:
New bug report received and forwarded. Copy sent to gabriel <at> erlikon.ch, guix-patches <at> gnu.org. (Sun, 17 Nov 2024 15:50:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sughosha <sughosha <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: Sughosha <sughosha <at> disroot.org>
Subject: [PATCH] gnu: qjackctl: Update to 1.0.3.
Date: Sun, 17 Nov 2024 21:16:41 +0530
* 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





Information forwarded to guix-patches <at> gnu.org:
bug#74399; Package guix-patches. (Wed, 20 Nov 2024 12:07:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Sughosha via Guix-patches via <guix-patches <at> gnu.org>
Cc: Gabriel Wicki <gabriel <at> erlikon.ch>, Sughosha <sughosha <at> disroot.org>,
 74399-done <at> debbugs.gnu.org
Subject: Re: [bug#74399] [PATCH] gnu: qjackctl: Update to 1.0.3.
Date: Wed, 20 Nov 2024 20:06:06 +0800
[Message part 1 (text/plain, inline)]
Sughosha via Guix-patches via <guix-patches <at> 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.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Wed, 20 Nov 2024 12:07:02 GMT) Full text and rfc822 format available.

Notification sent to Sughosha <sughosha <at> disroot.org>:
bug acknowledged by developer. (Wed, 20 Nov 2024 12:07:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 18 Dec 2024 12:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 239 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.