all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#46747] [PATCH] gnu: add ekho
@ 2021-02-24 11:43 qblade via Guix-patches via
  2021-02-27 11:45 ` bug#46747: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: qblade via Guix-patches via @ 2021-02-24 11:43 UTC (permalink / raw)
  To: 46747

[-- Attachment #1: Type: text/plain, Size: 13 bytes --]

Empty Message

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-add-ekho.patch --]
[-- Type: text/x-patch; name=0001-gnu-add-ekho.patch, Size: 2158 bytes --]

From 28c74e38d5b1b27aa83385b0c6a9ddec62ff3416 Mon Sep 17 00:00:00 2001
From: qblade <qblade@protonmail.com>
Date: Wed, 24 Feb 2021 11:35:35 +0000
Subject: [PATCH] gnu: add ekho

* gnu/packages/speech.scm (ekho): New variable.
---
 gnu/packages/speech.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/speech.scm b/gnu/packages/speech.scm
index 66d8fca31b..793b4fe626 100644
--- a/gnu/packages/speech.scm
+++ b/gnu/packages/speech.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2019 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Nicolas Goaziou <mail@nicolasgoaziou.fr>
 ;;; Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2021 qblade <qblade@protonmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -616,3 +617,38 @@ manipulating acoustic feature and audio files.")
 large vocabulary, speaker-independent continuous speech recognition
 engine.")
     (license license:bsd-2)))
+
+(define-public ekho
+  (package
+    (name "ekho")
+    (version "8.4")
+    (source (origin
+              (method url-fetch)
+              (uri
+               (string-append
+                "http://sourceforge.net/projects/e-guidedog/files/Ekho/"
+                version "/ekho-" version ".tar.xz"))
+              (sha256
+               (base32
+                "1v476kpw09ljj8mavasj4hya2w11jwlx7q22rh1lsn9jkkam5i2a"))))
+    (native-inputs
+     `(("pkg-config" ,pkg-config)))
+    (inputs
+     `(("libsndfile" ,libsndfile)
+       ("espeak-ng" ,espeak-ng)
+       ("pulseaudio" ,pulseaudio)
+       ("alsa-lib" ,alsa-lib)))
+    (build-system gnu-build-system)
+    (native-search-paths
+     (list (search-path-specification
+            (variable "EKHO_DATA_PATH")
+            (files '("share/ekho-data")))))
+    (home-page "https://eguidedog.net/ekho.php")
+    (synopsis "Chinese text-to-speech software")
+    (description "it can speak Cantonese
+Mandarin, Hakka, Tibetan, Ngangien and English (through Festival),
+Korean is in trial.")
+    (license (list
+              license:gpl2+
+              ;; libmusicxml
+              license:mpl2.0))))
-- 
2.29.2


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

* bug#46747: [PATCH] gnu: add ekho
  2021-02-24 11:43 [bug#46747] [PATCH] gnu: add ekho qblade via Guix-patches via
@ 2021-02-27 11:45 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-02-27 11:45 UTC (permalink / raw)
  To: qblade via Guix-patches via; +Cc: qblade, 46747-done

Hello,

qblade via Guix-patches via <guix-patches@gnu.org> writes:

> Subject: [PATCH] gnu: add ekho

Thank you.

I changed the source URI to use a Sourceforge mirror, re-orderer inputs
alphabetically, and reworded description a bit.

Applied!

Regards,
-- 
Nicolas Goaziou




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

end of thread, other threads:[~2021-02-27 11:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-24 11:43 [bug#46747] [PATCH] gnu: add ekho qblade via Guix-patches via
2021-02-27 11:45 ` bug#46747: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.