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 @@ code, used in @code{libtoxcore}.")
|
||||||
(define-public gsm
|
(define-public gsm
|
||||||
(package
|
(package
|
||||||
(name "gsm")
|
(name "gsm")
|
||||||
(version "1.0.17")
|
(version "1.0.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3137,7 +3137,7 @@ code, used in @code{libtoxcore}.")
|
||||||
"-" version ".tar.gz"))
|
"-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00bns0d4wwrvc60lj2w7wz4yk49q1f6rpdrwqzrxsha9d78mfnl5"))))
|
"041amvpz8cvxykl3pwqldrzxligmmzcg8ncdnxbg32rlqf3q1xh4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "tst"
|
`(#:test-target "tst"
|
||||||
|
@ -3163,7 +3163,7 @@ code, used in @code{libtoxcore}.")
|
||||||
(mkdir-p (string-append out "/include/gsm"))
|
(mkdir-p (string-append out "/include/gsm"))
|
||||||
(copy-recursively "inc"
|
(copy-recursively "inc"
|
||||||
(string-append out "/include/gsm")))))
|
(string-append out "/include/gsm")))))
|
||||||
(delete 'configure))))
|
(delete 'configure)))) ; no configure script
|
||||||
(synopsis "GSM 06.10 lossy speech compression library")
|
(synopsis "GSM 06.10 lossy speech compression library")
|
||||||
(description "This C library provides an encoder and a decoder for the GSM
|
(description "This C library provides an encoder and a decoder for the GSM
|
||||||
06.10 RPE-LTP lossy speech compression algorithm.")
|
06.10 RPE-LTP lossy speech compression algorithm.")
|
||||||
|
|
Reference in a new issue