From 6ced4433c776ccba8aec8073371aa085720a8a02 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 11 May 2019 17:58:22 +0200 Subject: gnu: speech-dispatcher: Update to 0.9.1. * gnu/packages/speech.scm (speech-dispatcher): Update to 0.9.1. [arguments]: Add "--with-ibmtts=no" to #:configure-flags. [license]: Remove GPL2. --- gnu/packages/speech.scm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gnu/packages/speech.scm') diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm index 2d6c63e3f9..dbdbe7ea49 100644 --- a/gnu/packages/speech.scm +++ b/gnu/packages/speech.scm @@ -145,7 +145,7 @@ efficiency through the use of a compact vector representation of n-grams.") (define-public speech-dispatcher (package (name "speech-dispatcher") - (version "0.9.0") + (version "0.9.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/brailcom/speechd/releases" @@ -153,11 +153,13 @@ efficiency through the use of a compact vector representation of n-grams.") version ".tar.gz")) (sha256 (base32 - "1yd2rb02565picga4gh2a0bvfxbhdyaj0cv9aaj5a8fc5zs29fbk")))) + "16bg52hnkrsrs7kgbzanb34b9zb6fqxwj0a9bmsxmj1skkil1h1p")))) (build-system gnu-build-system) (arguments `(#:configure-flags '("--disable-static" + ;; Disable support for proprietary TTS engines. + "--with-ibmtts=no" "--with-kali=no" "--with-baratinoo=no"))) (native-inputs `(("intltool" ,intltool) @@ -176,11 +178,11 @@ device independent layer for access to speech synthesis through a simple, stable and well documented interface.") (home-page "https://devel.freebsoft.org/speechd") ;; The software is distributed under GPL2+, but includes a number - ;; of files covered by other licenses. + ;; of files covered by other licenses. Note: in practice, this + ;; is linked against dotconf, which is LGPL 2.1 only. (license (list license:gpl2+ license:fdl1.2+ ; Most files in doc/ are dual gpl2+/fdl1.2+. license:lgpl2.1+ - license:gpl2 (license:non-copyleft ;; festival_client.{c,h} carries an expat-style license. "See src/modules/festival_client.c in the distribution.") -- cgit v1.2.3