gnu: wfview: Update to 1.50.

* gnu/packages/radio.scm (wfview): Update to 1.50.
  [inputs]: Add eigen, portaudio, pulseaudio and rtaudio.
This commit is contained in:
Guillaume Le Vaillant 2022-12-14 18:15:13 +01:00
parent c96e41bd81
commit d06afc330b
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F

View File

@ -2413,19 +2413,27 @@ software-defined radio receivers.")
(define-public wfview
(package
(name "wfview")
(version "1.2d")
(version "1.50")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/eliggett/wfview")
(commit version)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1kpkwxhcacgmprbr8xz840rj9a22513vxrh2q7d3js5i1dva8j2z"))))
(base32 "1djgn1z4hibzci53mrvskz47jfq6hk8lhhqckpa93pvsi9kadl4k"))))
(build-system qt-build-system)
(inputs
(list opus qcustomplot qtbase-5 qtmultimedia-5 qtserialport))
(list eigen
opus
portaudio
pulseaudio
qcustomplot
qtbase-5
qtmultimedia-5
qtserialport
rtaudio))
(arguments
`(#:tests? #f ; No test suite.
#:phases