From 2b9c9086adef7f2c8aa22e3df00782271ae16870 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Wed, 12 Feb 2025 14:51:20 +0100 Subject: [PATCH] gnu: wfview: Update to 2.03. * gnu/packages/radio.scm (wfview): Update to 2.03. [inputs]: Add qtwebsockets-5. [arguments]: Update 'fix-paths' phase. [description]: Update model list. Change-Id: I2be016a94a374f217e1e8ed9294494ae9d1ccf0c --- gnu/packages/radio.scm | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index d746f37685..02ca31d3dd 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2017, 2018, 2019, 2020, 2022 Arun Isaac ;;; Copyright © 2019, 2020 Christopher Howard ;;; Copyright © 2019, 2020 Evan Straw -;;; Copyright © 2020-2024 Guillaume Le Vaillant +;;; Copyright © 2020-2025 Guillaume Le Vaillant ;;; Copyright © 2020 Danny Milosavljevic ;;; Copyright © 2020 Charlie Ritter ;;; Copyright © 2020–2022 Tobias Geerinckx-Rice @@ -2852,7 +2852,7 @@ software-defined radio receivers.") (define-public wfview (package (name "wfview") - (version "1.64") + (version "2.03") (source (origin (method git-fetch) @@ -2861,7 +2861,7 @@ software-defined radio receivers.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0gsijp2h72bdq0jiw8lcfdyp6rwjizngg7wjgkbdm4m05y7c5nj1")))) + (base32 "0b74sbi10plrd6dyqm80k0gggvh7fdnwzlddk18gnj5zzsiq562f")))) (build-system qt-build-system) (arguments (list @@ -2871,14 +2871,16 @@ software-defined radio receivers.") (add-after 'unpack 'fix-paths (lambda _ (substitute* "wfview.pro" - (("\\.\\./wfview/") - "../") - (("!win32:DEFINES \\+= HOST=.* UNAME=.*") - "!win32:DEFINES += HOST=\\\\\\\"guix\\\\\\\" UNAME=\\\\\\\"build\\\\\\\"") + (("`hostname`") + "guix") + (("`whoami`") + "build") (("\\$\\(shell git -C .* HEAD\\)") "") (("!win32:LIBS \\+= -L\\./ -lopus") - "!win32:LIBS += -L./ -lopus -lqcustomplot")) + "!win32:LIBS += -L./ -lopus -lqcustomplot") + (("/sbin/") + "")) (substitute* '("wfmain.cpp") (("/usr/share") (string-append #$output "/share"))))) @@ -2903,6 +2905,7 @@ software-defined radio receivers.") qtbase-5 qtmultimedia-5 qtserialport-5 + qtwebsockets-5 rtaudio)) (home-page "https://wfview.org/") (synopsis "Software to control Icom radios") @@ -2912,6 +2915,7 @@ spectrum waterfall. It supports at least the following models: @itemize @item IC-705 +@item IC-905 @item IC-7300 @item IC-7610 @item IC-7850