Archived
1
0
Fork 0

gnu: gsm: Update to 1.0.18.

* gnu/packages/audio.scm (gsm): Update to 1.0.18.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-18 02:04:17 +02:00
parent 1d40a822b6
commit aabe29af0d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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.")