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:
parent
c96e41bd81
commit
d06afc330b
1 changed files with 12 additions and 4 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue