Archived
1
0
Fork 0

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 (define-public wfview
(package (package
(name "wfview") (name "wfview")
(version "1.2d") (version "1.50")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://gitlab.com/eliggett/wfview") (url "https://gitlab.com/eliggett/wfview")
(commit version))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1kpkwxhcacgmprbr8xz840rj9a22513vxrh2q7d3js5i1dva8j2z")))) (base32 "1djgn1z4hibzci53mrvskz47jfq6hk8lhhqckpa93pvsi9kadl4k"))))
(build-system qt-build-system) (build-system qt-build-system)
(inputs (inputs
(list opus qcustomplot qtbase-5 qtmultimedia-5 qtserialport)) (list eigen
opus
portaudio
pulseaudio
qcustomplot
qtbase-5
qtmultimedia-5
qtserialport
rtaudio))
(arguments (arguments
`(#:tests? #f ; No test suite. `(#:tests? #f ; No test suite.
#:phases #:phases