Acknowledgement sent
to 宋文武 <iyzsong@member.fsf.org>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org.
(Sun, 09 Apr 2017 09:58:02 GMT) (full text, mbox, link).
Subject: [PATCH 1/3] gnu: speech-dispatcher: Add more inputs.
Date: Sun, 9 Apr 2017 17:49:40 +0800
* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak,
pulseaudio and python.
---
gnu/packages/speech.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 1d903520e..53303d28d 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -24,11 +24,13 @@
#:use-module (guix download)
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
+ #:use-module (gnu packages audio)
#:use-module (gnu packages autotools)
#:use-module (gnu packages gcc)
#:use-module (gnu packages glib)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages pulseaudio)
+ #:use-module (gnu packages python)
#:use-module (gnu packages textutils))
(define-public mitlm
@@ -75,9 +77,12 @@ efficiency through the use of a compact vector representation of n-grams.")
("pkg-config" ,pkg-config)))
(inputs
`(("dotconf" ,dotconf)
+ ("espeak" ,espeak)
("glib" ,glib)
("libltdl" ,libltdl)
- ("libsndfile" ,libsndfile)))
+ ("libsndfile" ,libsndfile)
+ ("pulseaudio" ,pulseaudio)
+ ("python" ,python)))
(synopsis "Common interface to speech synthesizers")
(description "The Speech Dispatcher project provides a high-level
device independent layer for access to speech synthesis through a simple,
--
2.12.2
Added tag(s) fixed.
Request was from iyzsong@member.fsf.org (宋文武)
to control@debbugs.gnu.org.
(Sat, 15 Apr 2017 05:44:03 GMT) (full text, mbox, link).
bug closed, send any further explanations to
26413@debbugs.gnu.org and 宋文武 <iyzsong@member.fsf.org>
Request was from iyzsong@member.fsf.org (宋文武)
to control@debbugs.gnu.org.
(Sat, 15 Apr 2017 05:44:03 GMT) (full text, mbox, link).
bug archived.
Request was from Debbugs Internal Request <help-debbugs@gnu.org>
to internal_control@debbugs.gnu.org.
(Sat, 13 May 2017 11:24:04 GMT) (full text, mbox, link).
Debbugs is free software and licensed under the terms of the
GNU Public License version 2. The current version can be
obtained from https://bugs.debian.org/debbugs-source/.