unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#26413: [PATCH 1/3] gnu: speech-dispatcher: Add more inputs.
@ 2017-04-09  9:49 宋文武
  2017-04-09  9:49 ` bug#26414: [PATCH 2/3] gnu: Add python-pyatspi 宋文武
  2017-04-09  9:49 ` bug#26415: [PATCH 3/3] gnu: Add orca 宋文武
  0 siblings, 2 replies; 4+ messages in thread
From: 宋文武 @ 2017-04-09  9:49 UTC (permalink / raw)
  To: 26413; +Cc: 宋文武

* 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-09 15:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-09  9:49 bug#26413: [PATCH 1/3] gnu: speech-dispatcher: Add more inputs 宋文武
2017-04-09  9:49 ` bug#26414: [PATCH 2/3] gnu: Add python-pyatspi 宋文武
2017-04-09 15:18   ` Marius Bakke
2017-04-09  9:49 ` bug#26415: [PATCH 3/3] gnu: Add orca 宋文武

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).