buildroot/package/flite/Config.in
Fabrice Fontaine 604c858c22 package/flite: bump to version 2.1
- Update site to get latest version
- First patch is not needed since
  e7e4868ad7
- Update second patch
- Drop third patch (not needed anymore)
- Update hash of COPYING:
  - BSD-2-Clause for Palm source code removed
  - Add SUN Microsystems license for g72x files
  - Add Apache-2.0 for lang/cmu_grapheme_lex/grapheme_unitran_tables.c
- Update indentation of hash file (two spaces)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2020-04-07 07:49:08 +02:00

17 lines
528 B
Plaintext

config BR2_PACKAGE_FLITE
bool "flite"
depends on BR2_USE_WCHAR
help
Flite: a small, fast run time synthesis engine.
Flite (festival-lite) is a small, fast run-time synthesis
engine developed at CMU and primarily designed for small
embedded machines and/or large servers. Flite is designed as
an alternative synthesis engine to Festival for voices built
using the FestVox suite of voice building tools.
http://www.festvox.org/flite
comment "flite needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR