mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: lsp-dsp-lib: Update to 1.0.20.
* gnu/packages/audio.scm (lsp-dsp-lib): Update to 1.0.20. [source]: Update url. [home-page]: Update url. Change-Id: Iafcb90e194d692665ed832c3f7ff154b4ffa8965 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
ea47842d29
commit
39ad23ec9a
1 changed files with 5 additions and 5 deletions
|
@ -5920,15 +5920,15 @@ (define-public libinstpatch
|
|||
(define-public lsp-dsp-lib
|
||||
(package
|
||||
(name "lsp-dsp-lib")
|
||||
(version "0.5.14")
|
||||
(version "1.0.20")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/sadko4u/lsp-dsp-lib/"
|
||||
(uri (string-append "https://github.com/lsp-plugins/lsp-dsp-lib/"
|
||||
"releases/download/" version
|
||||
"/lsp-dsp-lib-" version "-src.tar.gz"))
|
||||
"/lsp-dsp-lib-src-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1gcznkyybywbgdi2fhx27i8sckhy6ahvxax72b213g1lr5aaw7bq"))))
|
||||
(base32 "1951d7c08d1g808jgq4r1iacyxb9qr3bpb13r4ybs7bcm8qys02h"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; no tests
|
||||
|
@ -5945,7 +5945,7 @@ (define-public lsp-dsp-lib
|
|||
(lambda _
|
||||
(invoke "make" "config"
|
||||
(string-append "PREFIX=" #$output)))))))
|
||||
(home-page "https://github.com/sadko4u/lsp-dsp-lib")
|
||||
(home-page "https://github.com/lsp-plugins/lsp-dsp-lib")
|
||||
(synopsis "Digital signal processing library")
|
||||
(description "The LSP DSP library provides a set of functions that perform
|
||||
SIMD-optimized computing on several hardware architectures. All functions
|
||||
|
|
Loading…
Reference in a new issue