diff options
| author | Jonathan Ben Avraham <yba@tkos.co.il> | 2016-03-02 09:40:41 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-02 18:46:46 +0200 |
| commit | 63ee560d2f5113f325f05697d2fb0fdc61448859 (patch) | |
| tree | 2d27f392bdb01d37b28f85000edb9f96a152d8af /package/sphinxbase/Config.in | |
| parent | caf4af6c49f7dce74b8cb1edf09e730a6c3310a2 (diff) | |
| download | buildroot-63ee560d2f5113f325f05697d2fb0fdc61448859.tar.gz buildroot-63ee560d2f5113f325f05697d2fb0fdc61448859.zip | |
sphinxbase: new package
CMUSphinx toolkit is a speech recognition toolkit with various tools
used to build speech applications. CMU Sphinx toolkit has a number of
packages for different tasks and applications. The toolkit is designed
for use on mobile platforms.
Signed-off-by: Jonathan Ben-Avraham <yba@tkos.co.il>
[Thomas:
- license is BSD-2c, not MIT
- add --without-lapack]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sphinxbase/Config.in')
| -rw-r--r-- | package/sphinxbase/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/sphinxbase/Config.in b/package/sphinxbase/Config.in new file mode 100644 index 0000000000..00a19f6178 --- /dev/null +++ b/package/sphinxbase/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_SPHINXBASE + bool "sphinxbase" + depends on BR2_TOOLCHAIN_HAS_THREADS + help + CMUSphinx toolkit is a leading speech recognition toolkit + with various tools used to build speech applications. CMU + Sphinx toolkit has a number of packages for different tasks + and applications. + + http://cmusphinx.sourceforge.net/ + +comment "sphinxbase needs a toolchain with threads" + depends on !BR2_TOOLCHAIN_HAS_THREADS |

