3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

23 commits

Author SHA1 Message Date
Raghav Gururajan 8dde7a8694
gnu: Add flite.
* gnu/packages/speech.scm (flite): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2020-08-18 22:56:26 +02:00
Efraim Flashner eb9f726d22
gnu: sphinxbase: Fix building.
* gnu/packages/speech.scm (sphinxbase)[source]: Add patch.
* gnu/packages/patches/sphinxbase-fix-doxygen.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-07-29 12:45:36 +03:00
Tobias Geerinckx-Rice 5acea98e4b
gnu: sonic: Fix installation directories.
* gnu/packages/speech.scm (sonic)[arguments]: Replace erroneous use of
DESTDIR with PREFIX.  Add the required ‘rpath’ LDFLAGS together with a
‘respect-LDFLAGS’ phase.
2020-03-31 14:30:39 +02:00
Nicolas Goaziou 9e9dd4098f
gnu: Add pocketsphinx.
* gnu/packages/speech.scm (pocketsphinx): New variable.
2020-03-29 22:32:54 +02:00
Nicolas Goaziou 337fc72228
gnu: Add sphinxbase.
* gnu/packages/speech.scm (sphinxbase): New variable.
2020-03-29 22:32:53 +02:00
Marius Bakke f175fa4987
gnu: espeak-ng: Update to 1.50.
* gnu/packages/speech.scm (espeak-ng): Update to 1.50.
[source]: Change to GIT-FETCH.
[native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL, and WHICH.
2020-02-24 17:10:21 +01:00
Efraim Flashner 520cca28ee
gnu: sonic: Don't use unstable tarball.
* gnu/packages/speech.scm (sonic)[source]: Download using git-fetch.
2019-11-13 22:07:52 +02:00
Marius Bakke 636037fd0a
gnu: espeak: Build with the C++ 98 standard.
Fixes <https://bugs.gnu.org/37672>.
Reported by Bradley Haggerty <bradigger@gmail.com>.

* gnu/packages/speech.scm (espeak)[arguments]: Add CXXFLAGS to #:make-flags.
2019-10-09 19:09:42 +02:00
Ricardo Wurmus a870b80046
gnu: festival: Fix scripts.
* gnu/packages/speech.scm (festival)[arguments]: Fix broken shebangs in
scripts.
2019-09-18 10:57:12 +02:00
Ricardo Wurmus dfcf79ac59
gnu: festival: Include default voice.
* gnu/packages/speech.scm (festival)[arguments]: Install default voice.
[native-inputs]: Add default voice.
2019-09-18 10:19:16 +02:00
Ricardo Wurmus 17bbd30d87
gnu: festival: Install missing info files.
Reported by reepca on the #guix IRC channel.

This is a follow-up to commit 34583ec6e3.

* gnu/packages/speech.scm (festival)[arguments]: Install missing info files.
2019-09-17 19:04:05 +02:00
Ricardo Wurmus 34583ec6e3
gnu: Add festival.
* gnu/packages/speech.scm (festival): New variable.
2019-09-17 17:16:43 +02:00
Marius Bakke 6ced4433c7
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.
2019-05-13 00:17:37 +02:00
Marius Bakke c268c6a03e
gnu: speech-dispatcher: Build against eSpeak NG.
* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Change from ESPEAK to
ESPEAK-NG.
2019-02-28 19:08:49 +01:00
Marius Bakke 7566afb1d2
gnu: Add eSpeak NG.
* gnu/packages/speech.scm (espeak-ng): New public variable.
2019-02-28 19:08:48 +01:00
Marius Bakke b8098cc691
gnu: Move espeak to speech.scm.
* gnu/packages/audio.scm (espeak): Move from here ...
* gnu/packages/speech.scm (espeak): ... to here.
2019-02-28 19:08:48 +01:00
Marius Bakke 5d04ce48d1
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.
2019-02-28 19:08:48 +01:00
Marius Bakke 2422b1b450
gnu: speech-dispatcher: Don't build static libraries.
* gnu/packages/speech.scm (speech-dispatcher)[arguments]: New field.
2019-02-28 19:08:48 +01:00
Tobias Geerinckx-Rice 075972d1fc
gnu: mitlm: Update to 0.4.2.
* gnu/packages/speech.scm (mitlm): Update to 0.4.2.
[source]: Use new upstream release URI.
2018-01-18 05:03:01 +01:00
宋文武 904f8a31ab
gnu: speech-dispatcher: Add more inputs.
* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak,
pulseaudio and python.
2017-04-15 13:00:21 +08:00
Leo Famulari b3e2ea8d48
gnu: Add sonic.
* gnu/packages/speech.scm (sonic): New variable.
2017-01-02 18:03:10 -05:00
Marius Bakke b3df4d7e57
gnu: Add speech-dispatcher.
* gnu/packages/speech.scm (speech-dispatcher): New variable.
2016-11-01 00:05:22 +00:00
David Thompson 9698f4b74b gnu: Add mitlm.
* gnu/packages/speech.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2016-05-26 08:50:09 -04:00