mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: wavpack: Update to 5.8.1.
* gnu/packages/audio.scm (wavpack): Update to 5.8.1. Change-Id: I9f9d2a9fd1ca63651353f8724f681722920610f5 Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
This commit is contained in:
parent
b9ed2f6818
commit
98a9cf0ec9
1 changed files with 3 additions and 10 deletions
|
@ -4910,26 +4910,19 @@ key of digital audio.")
|
||||||
(define-public wavpack
|
(define-public wavpack
|
||||||
(package
|
(package
|
||||||
(name "wavpack")
|
(name "wavpack")
|
||||||
(version "5.4.0")
|
(version "5.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/dbry/WavPack/releases/download/"
|
(uri (string-append "https://github.com/dbry/WavPack/releases/download/"
|
||||||
version "/wavpack-" version ".tar.xz"))
|
version "/wavpack-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ycbqarw25x7208jilh86vwwiqklr7f617jps9mllqc659mnmpjb"))))
|
(base32 "09hcbkjlg00gdcyqfviqa76wpx4xz4waxhfgmx88hb30k1a7f8kk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
'(#:configure-flags
|
||||||
(list "--disable-static"
|
(list "--disable-static"
|
||||||
"--enable-tests")
|
"--enable-tests")))
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(replace 'check
|
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
|
||||||
(when tests?
|
|
||||||
(invoke "./cli/wvtest" "--default" "--short"))
|
|
||||||
#t)))))
|
|
||||||
(home-page "https://www.wavpack.com/")
|
(home-page "https://www.wavpack.com/")
|
||||||
(synopsis "Hybrid lossless audio codec")
|
(synopsis "Hybrid lossless audio codec")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue