summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Ben Avraham <yba@tkos.co.il>2016-03-02 09:40:41 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-02 18:46:46 +0200
commit63ee560d2f5113f325f05697d2fb0fdc61448859 (patch)
tree2d27f392bdb01d37b28f85000edb9f96a152d8af
parentcaf4af6c49f7dce74b8cb1edf09e730a6c3310a2 (diff)
downloadbuildroot-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>
-rw-r--r--package/Config.in1
-rw-r--r--package/sphinxbase/Config.in13
-rw-r--r--package/sphinxbase/sphinxbase.hash2
-rw-r--r--package/sphinxbase/sphinxbase.mk16
4 files changed, 32 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in
index 7844cdda31..550beb39a6 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1316,6 +1316,7 @@ endif
source "package/protobuf-c/Config.in"
source "package/qhull/Config.in"
source "package/qlibc/Config.in"
+ source "package/sphinxbase/Config.in"
source "package/startup-notification/Config.in"
source "package/tz/Config.in"
source "package/tzdata/Config.in"
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
diff --git a/package/sphinxbase/sphinxbase.hash b/package/sphinxbase/sphinxbase.hash
new file mode 100644
index 0000000000..9fbb6dfd79
--- /dev/null
+++ b/package/sphinxbase/sphinxbase.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 06971dbe272d2f73bde0ef7b3538c0c8f8ea885cb171fd6b17a5975bced66e64 sphinxbase-5prealpha.tar.gz
diff --git a/package/sphinxbase/sphinxbase.mk b/package/sphinxbase/sphinxbase.mk
new file mode 100644
index 0000000000..a8f9a539f2
--- /dev/null
+++ b/package/sphinxbase/sphinxbase.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# sphinxbase
+#
+################################################################################
+
+SPHINXBASE_VERSION = 5prealpha
+SPHINXBASE_SITE = http://downloads.sourceforge.net/project/cmusphinx/sphinxbase/5prealpha
+SPHINXBASE_LICENSE = BSD-2c
+# Note http://sourceforge.net/p/cmusphinx/bugs/441/ "LICENSE file missing in"
+# 5prealpha tarballs". The license is contained in the copyright notice at the
+# top of each source file. For example:
+SPHINXBASE_LICENSE_FILES = src/libsphinxbase/util/bio.c
+SPHINXBASE_CONF_OPTS = --without-python --without-lapack
+
+$(eval $(autotools-package))
OpenPOWER on IntegriCloud