Age | Commit message (Expand) | Author |
2021-12-14 | gnu: festival: Support ALSA output....* gnu/packages/speech.scm (festival)[arguments]:
Add "LINUXAUDIO=alsa" to #:make-flags.
[inputs]: Add alsa-lib.
| Tobias Geerinckx-Rice |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-10-19 | gnu: festival: Fix build with -fcommon....* gnu/packages/speech.scm (festival)[arguments]: Add phase "set-fcommon" to
add "-fcommon" to compiler flags.
| Ricardo Wurmus |
2021-06-13 | gnu: speech-dispatcher: Update to 0.10.2....* gnu/packages/speech.scm (speech-dispatcher): Update to 0.10.2.
[arguments]: Disable one new TTS engine.
[native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL and TEXINFO.
| Marius Bakke |
2021-03-29 | gnu: flite: Update to 2.2....* gnu/packages/speech.scm (flite): Update to 2.2.
[source]: Check out this git repository.
| Tobias Geerinckx-Rice |
2021-02-28 | gnu: festival: Use HTTPS home page URI....* gnu/packages/speech.scm (festival)[home-page]: Use HTTPS URI.
| Nicolas Goaziou |
2021-02-27 | gnu: add ekho....* gnu/packages/speech.scm (ekho): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| qblade |
2020-08-18 | gnu: Add flite....* gnu/packages/speech.scm (flite): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2020-07-29 | 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.
| Efraim Flashner |
2020-03-31 | 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.
| Tobias Geerinckx-Rice |
2020-03-29 | gnu: Add pocketsphinx....* gnu/packages/speech.scm (pocketsphinx): New variable.
| Nicolas Goaziou |
2020-03-29 | gnu: Add sphinxbase....* gnu/packages/speech.scm (sphinxbase): New variable.
| Nicolas Goaziou |
2020-02-24 | 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.
| Marius Bakke |
2019-11-13 | gnu: sonic: Don't use unstable tarball....* gnu/packages/speech.scm (sonic)[source]: Download using git-fetch.
| Efraim Flashner |
2019-10-09 | 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.
| Marius Bakke |
2019-09-18 | gnu: festival: Fix scripts....* gnu/packages/speech.scm (festival)[arguments]: Fix broken shebangs in
scripts.
| Ricardo Wurmus |
2019-09-18 | gnu: festival: Include default voice....* gnu/packages/speech.scm (festival)[arguments]: Install default voice.
[native-inputs]: Add default voice.
| Ricardo Wurmus |
2019-09-17 | gnu: festival: Install missing info files....Reported by reepca on the #guix IRC channel.
This is a follow-up to commit 34583ec6e3995f5dd1ebf549265f0d64bbf23ab7.
* gnu/packages/speech.scm (festival)[arguments]: Install missing info files.
| Ricardo Wurmus |
2019-09-17 | gnu: Add festival....* gnu/packages/speech.scm (festival): New variable.
| Ricardo Wurmus |
2019-05-13 | 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.
| Marius Bakke |
2019-02-28 | gnu: speech-dispatcher: Build against eSpeak NG....* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Change from ESPEAK to
ESPEAK-NG.
| Marius Bakke |
2019-02-28 | gnu: Add eSpeak NG....* gnu/packages/speech.scm (espeak-ng): New public variable.
| Marius Bakke |
2019-02-28 | gnu: Move espeak to speech.scm....* gnu/packages/audio.scm (espeak): Move from here ...
* gnu/packages/speech.scm (espeak): ... to here.
| Marius Bakke |
2019-02-28 | 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.
| Marius Bakke |
2019-02-28 | gnu: speech-dispatcher: Don't build static libraries....* gnu/packages/speech.scm (speech-dispatcher)[arguments]: New field.
| Marius Bakke |
2018-01-18 | gnu: mitlm: Update to 0.4.2....* gnu/packages/speech.scm (mitlm): Update to 0.4.2.
[source]: Use new upstream release URI.
| Tobias Geerinckx-Rice |
2017-04-15 | gnu: speech-dispatcher: Add more inputs....* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak,
pulseaudio and python.
| 宋文武 |
2017-01-02 | gnu: Add sonic....* gnu/packages/speech.scm (sonic): New variable.
| Leo Famulari |
2016-11-01 | gnu: Add speech-dispatcher....* gnu/packages/speech.scm (speech-dispatcher): New variable.
| Marius Bakke |
2016-05-26 | gnu: Add mitlm....* gnu/packages/speech.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| David Thompson |