guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: speech-dispatcher: Update to 0.9.0.


From: guix-commits
Subject: 04/08: gnu: speech-dispatcher: Update to 0.9.0.
Date: Thu, 28 Feb 2019 13:10:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 5d04ce48d1bfee33e742f0f33031e5318925a833
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 25 13:28:35 2019 +0100

    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.
---
 gnu/packages/speech.scm | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 66ca20d..5f937f6 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -60,18 +60,20 @@ efficiency through the use of a compact vector 
representation of n-grams.")
 (define-public speech-dispatcher
   (package
     (name "speech-dispatcher")
-    (version "0.8.5")
+    (version "0.9.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://devel.freebsoft.org/pub/";
-                                  "projects/speechd/speech-dispatcher-"
+              (uri (string-append 
"https://github.com/brailcom/speechd/releases";
+                                  "/download/" version "/speech-dispatcher-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "18jlxnhlahyi6njc6l6576hfvmzivjjgfjyd2n7vvrvx9inphjrb"))))
+                "1yd2rb02565picga4gh2a0bvfxbhdyaj0cv9aaj5a8fc5zs29fbk"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:configure-flags '("--disable-static")))
+     `(#:configure-flags '("--disable-static"
+                           ;; Disable support for proprietary TTS engines.
+                           "--with-kali=no" "--with-baratinoo=no")))
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]