mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: qsstv: Update to 9.5.8.
* gnu/packages/radio.scm (qsstv): Update to 9.5.8. [arguments]: Remove 'fix-newer-hamlib-support' phase.
This commit is contained in:
parent
8b5a22758a
commit
8e14a7f809
1 changed files with 3 additions and 9 deletions
|
@ -1450,14 +1450,14 @@ (define-public nanovna-saver
|
|||
(define-public qsstv
|
||||
(package
|
||||
(name "qsstv")
|
||||
(version "9.4.4")
|
||||
(version "9.5.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://users.telenet.be/on4qz/qsstv/downloads/"
|
||||
"qsstv_" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0f9hx6sy418cb23fadll298pqbc5l2lxsdivi4vgqbkvx7sw58zi"))))
|
||||
(base32 "0s3sivc0xan6amibdiwfnknrl3248wzgy98w6gyxikl0qsjpygy0"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
|
@ -1474,16 +1474,10 @@ (define-public qsstv
|
|||
`(#:tests? #f ; No test suite.
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'fix-newer-hamlib-support
|
||||
(lambda _
|
||||
(substitute* "qsstv/rig/rigcontrol.cpp"
|
||||
(("FILPATHLEN")
|
||||
"HAMLIB_FILPATHLEN"))))
|
||||
(replace 'configure
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(invoke "qmake"
|
||||
(string-append "PREFIX=" (assoc-ref outputs "out")))
|
||||
#t)))))
|
||||
(string-append "PREFIX=" (assoc-ref outputs "out"))))))))
|
||||
(home-page "http://users.telenet.be/on4qz/qsstv/")
|
||||
(synopsis "Program for receiving and transmitting SSTV and HAMDRM")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue