From 223ce59a9826fd99357050191048eedb964d949f Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Mon, 25 Sep 2023 11:14:36 +0200 Subject: gnu: sdrangel: Update to 7.16.0. * gnu/packages/radio.scm (sdrangel): Update to 7.16.0. [inputs]: Add qtgamepad. [arguments]: Add 'fix-unrecognized-compiled-option' phase. --- gnu/packages/radio.scm | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'gnu/packages/radio.scm') diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 66f89508fb..176ea2ac1b 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -2499,7 +2499,7 @@ voice formats.") (define-public sdrangel (package (name "sdrangel") - (version "7.10.0") + (version "7.16.0") (source (origin (method git-fetch) @@ -2508,7 +2508,7 @@ voice formats.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rl2qnc9s8cjwv77vfwgj66rz5zbxmixqh0gg6b29s4667pjvil6")))) + (base32 "1c2pdxw2a3pysqlmr42gghg0ga33afwdp6wc97h7s6gwc5km6zlk")))) (build-system qt-build-system) (native-inputs (list doxygen graphviz pkg-config)) @@ -2535,6 +2535,7 @@ voice formats.") qtbase-5 qtcharts qtdeclarative-5 + qtgamepad qtlocation qtmultimedia-5 qtquickcontrols2-5 @@ -2567,6 +2568,11 @@ voice formats.") #$(this-package-input "soapysdr"))) #:phases (modify-phases %standard-phases + (add-after 'unpack 'fix-unrecognized-compiler-option + (lambda _ + (substitute* "cmake/Modules/CompilerOptions.cmake" + (("-Wno-inconsistent-missing-override") + "-fpermissive")))) (add-after 'unpack 'fix-CPU-extension-detection ;; ‘Fix’ in the static sense. TODO: Make this -tune'able. (lambda _ -- cgit v1.2.3