[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: welle-io: Update to 2.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: welle-io: Update to 2.5. |
Date: |
Sat, 23 Nov 2024 04:18:26 -0500 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1eead56e2f gnu: welle-io: Update to 2.5.
1eead56e2f is described below
commit 1eead56e2f763e3a1a371f9ea00e89337867d397
Author: Ron Nazarov <ron@noisytoot.org>
AuthorDate: Fri Nov 22 22:23:59 2024 +0000
gnu: welle-io: Update to 2.5.
* 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
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
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 @@ receiver.")
(define-public welle-io
(package
(name "welle-io")
- (version "2.4")
+ (version "2.5")
(source
(origin
(method git-fetch)
@@ -2397,7 +2398,7 @@ receiver.")
(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 @@ receiver.")
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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: welle-io: Update to 2.5.,
guix-commits <=