GNU bug report logs -
#74486
[PATCH] gnu: welle-io: Update to 2.5.
Previous Next
Reported by: Ron Nazarov <ron <at> noisytoot.org>
Date: Sat, 23 Nov 2024 01:38:01 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
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 74486 in the body.
You can then email your comments to 74486 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#74486
; Package
guix-patches
.
(Sat, 23 Nov 2024 01:38:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ron Nazarov <ron <at> noisytoot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 23 Nov 2024 01:38:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/radio.scm (welle-io): Update to 2.5.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5, qtquickcontrols-5, and qtquickcontrols2-5. Replace
qtdeclarative-5 with qtdeclarative, qtcharts-5 with qtcharts, and
qtmultimedia-5 with qtmultimedia. Add qt5compat.
Change-Id: I5d97d3b10d3502e7b6c110b46a18d407f624f9d1
---
gnu/packages/radio.scm | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm
index 2951f17a03..a8d2f2e4e9 100644
--- a/gnu/packages/radio.scm
+++ b/gnu/packages/radio.scm
@@ -15,6 +15,7 @@
;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus <at> gmail.com>
;;; Copyright © 2023 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2024 Andy Tai <atai <at> atai.org>
+;;; Copyright © 2024 Noisytoot <ron <at> noisytoot.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2388,7 +2389,7 @@ (define-public dream
(define-public welle-io
(package
(name "welle-io")
- (version "2.4")
+ (version "2.5")
(source
(origin
(method git-fetch)
@@ -2397,7 +2398,7 @@ (define-public welle-io
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0vl98pciw6xzcxyprcb4613rxn0i202f104lmy900jrny0pq4y65"))))
+ (base32 "1c3pcn2apc7sf68scwnij6xr00x25650387gr05z7xw3k36jfadi"))))
(build-system qt-build-system)
(native-inputs
(list pkg-config))
@@ -2410,16 +2411,14 @@ (define-public welle-io
libusb
mpg123
rtl-sdr
- qtbase-5
- qtcharts-5
- qtdeclarative-5
- qtgraphicaleffects
- qtmultimedia-5
- qtquickcontrols-5
- qtquickcontrols2-5
+ qtdeclarative
+ qtcharts
+ qt5compat
+ qtmultimedia
soapysdr))
(arguments
- (list #:configure-flags #~(list "-DAIRSPY=ON"
+ (list #:qtbase qtbase
+ #:configure-flags #~(list "-DAIRSPY=ON"
"-DRTLSDR=ON"
"-DSOAPYSDR=ON")
#:tests? #f))
--
2.46.0
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Sat, 23 Nov 2024 09:20:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ron Nazarov <ron <at> noisytoot.org>
:
bug acknowledged by developer.
(Sat, 23 Nov 2024 09:20:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 74486-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch applied as 1eead56e2f763e3a1a371f9ea00e89337867d397.
Thanks.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 21 Dec 2024 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 231 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.