gnu: festival: Include default voice.
* gnu/packages/speech.scm (festival)[arguments]: Install default voice. [native-inputs]: Add default voice.
This commit is contained in:
parent
f8ddfb505a
commit
dfcf79ac59
|
@ -337,7 +337,9 @@ be used by the sighted.")
|
||||||
(invoke "tar" "--strip-components=1"
|
(invoke "tar" "--strip-components=1"
|
||||||
"-xvf" (assoc-ref inputs "festvox-cmu"))
|
"-xvf" (assoc-ref inputs "festvox-cmu"))
|
||||||
(invoke "tar" "--strip-components=1"
|
(invoke "tar" "--strip-components=1"
|
||||||
"-xf" (assoc-ref inputs "festvox-poslex"))
|
"-xvf" (assoc-ref inputs "festvox-poslex"))
|
||||||
|
(invoke "tar" "--strip-components=1"
|
||||||
|
"-xvf" (assoc-ref inputs "default-voice"))
|
||||||
|
|
||||||
;; Install Festival
|
;; Install Festival
|
||||||
(let ((bin (string-append out "/bin"))
|
(let ((bin (string-append out "/bin"))
|
||||||
|
@ -420,6 +422,15 @@ be used by the sighted.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18wywilxaqwy63lc47p5g5529mpxhslibh1bjij0snxx5mjf7ip7"))))
|
"18wywilxaqwy63lc47p5g5529mpxhslibh1bjij0snxx5mjf7ip7"))))
|
||||||
|
("default-voice"
|
||||||
|
,(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "http://festvox.org/packed/festival/"
|
||||||
|
(version-major+minor version)
|
||||||
|
"/voices/festvox_kallpc16k.tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"136hmsyiwnlg2qwa508dy0imf19mzrb5r3dmb2kg8kcyxnslm740"))))
|
||||||
("speech-tools"
|
("speech-tools"
|
||||||
,(origin
|
,(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
Loading…
Reference in New Issue