mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gsm: Update to 1.0.18.
* gnu/packages/audio.scm (gsm): Update to 1.0.18.
This commit is contained in:
parent
1d40a822b6
commit
aabe29af0d
1 changed files with 3 additions and 3 deletions
|
@ -3128,7 +3128,7 @@ (define-public filteraudio
|
|||
(define-public gsm
|
||||
(package
|
||||
(name "gsm")
|
||||
(version "1.0.17")
|
||||
(version "1.0.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3137,7 +3137,7 @@ (define-public gsm
|
|||
"-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00bns0d4wwrvc60lj2w7wz4yk49q1f6rpdrwqzrxsha9d78mfnl5"))))
|
||||
"041amvpz8cvxykl3pwqldrzxligmmzcg8ncdnxbg32rlqf3q1xh4"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:test-target "tst"
|
||||
|
@ -3163,7 +3163,7 @@ (define-public gsm
|
|||
(mkdir-p (string-append out "/include/gsm"))
|
||||
(copy-recursively "inc"
|
||||
(string-append out "/include/gsm")))))
|
||||
(delete 'configure))))
|
||||
(delete 'configure)))) ; no configure script
|
||||
(synopsis "GSM 06.10 lossy speech compression library")
|
||||
(description "This C library provides an encoder and a decoder for the GSM
|
||||
06.10 RPE-LTP lossy speech compression algorithm.")
|
||||
|
|
Loading…
Reference in a new issue