gnu: speech-dispatcher: Update to 0.9.0.
* gnu/packages/speech.scm (speech-dispatcher): Update to 0.9.0. [source](uri): Change to new upstream URI. [arguments]: Add --with-kali and --with-baratinoo to #:configure-flags.
This commit is contained in:
parent
2422b1b450
commit
5d04ce48d1
|
@ -60,18 +60,20 @@ efficiency through the use of a compact vector representation of n-grams.")
|
||||||
(define-public speech-dispatcher
|
(define-public speech-dispatcher
|
||||||
(package
|
(package
|
||||||
(name "speech-dispatcher")
|
(name "speech-dispatcher")
|
||||||
(version "0.8.5")
|
(version "0.9.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://devel.freebsoft.org/pub/"
|
(uri (string-append "https://github.com/brailcom/speechd/releases"
|
||||||
"projects/speechd/speech-dispatcher-"
|
"/download/" version "/speech-dispatcher-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18jlxnhlahyi6njc6l6576hfvmzivjjgfjyd2n7vvrvx9inphjrb"))))
|
"1yd2rb02565picga4gh2a0bvfxbhdyaj0cv9aaj5a8fc5zs29fbk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-static")))
|
`(#:configure-flags '("--disable-static"
|
||||||
|
;; Disable support for proprietary TTS engines.
|
||||||
|
"--with-kali=no" "--with-baratinoo=no")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue