From: Ron Nazarov via Guix-patches via <guix-patches@gnu.org>
To: 74486@debbugs.gnu.org
Cc: Ron Nazarov <ron@noisytoot.org>
Subject: [bug#74486] [PATCH] gnu: welle-io: Update to 2.5.
Date: Fri, 22 Nov 2024 22:23:59 +0000 [thread overview]
Message-ID: <20241122222402.7071-1-ron@noisytoot.org> (raw)
* 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@gmail.com>
;;; Copyright © 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2024 Andy Tai <atai@atai.org>
+;;; Copyright © 2024 Noisytoot <ron@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
next reply other threads:[~2024-11-23 1:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-22 22:23 Ron Nazarov via Guix-patches via [this message]
2024-11-23 9:19 ` bug#74486: [PATCH] gnu: welle-io: Update to 2.5 Guillaume Le Vaillant
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=20241122222402.7071-1-ron@noisytoot.org \
--to=guix-patches@gnu.org \
--cc=74486@debbugs.gnu.org \
--cc=ron@noisytoot.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.