diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-13 10:14:26 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-10-13 10:14:26 +0000 |
commit | 22be8e7a36a6ecb0a117e87fe560deb511f7a316 (patch) | |
tree | fa79c29ddd615dbe3b3da8c3dd572ebabb60380d /packages/sphinx/pocketsphinx | |
parent | 4e4ea6b5c72b147aa42c3f8cf4d5bd62eba450bf (diff) |
pocketsphinx: New package, the CMU PocketSphinx speech recognition engine for handhelds.
* Also, a dependent sphinxbase package.
* Package directory is called sphinx, to fit future ports of full-fledged
Sphinx engines.
* Package is rough for ipkg conventions, just autotools' make install. Whoever
actually does speech recognition with it, please add sane packaging ;-).
Diffstat (limited to 'packages/sphinx/pocketsphinx')
-rw-r--r-- | packages/sphinx/pocketsphinx/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/sphinx/pocketsphinx/cross-compile.patch | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/sphinx/pocketsphinx/.mtn2git_empty b/packages/sphinx/pocketsphinx/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/sphinx/pocketsphinx/.mtn2git_empty diff --git a/packages/sphinx/pocketsphinx/cross-compile.patch b/packages/sphinx/pocketsphinx/cross-compile.patch new file mode 100644 index 0000000000..4392204657 --- /dev/null +++ b/packages/sphinx/pocketsphinx/cross-compile.patch @@ -0,0 +1,11 @@ +--- foo/configure.in.org 2006-08-05 15:42:56.000000000 +0000 ++++ foo/configure.in 2006-10-11 22:53:44.000000000 +0000 +@@ -59,7 +59,7 @@ + dnl FIXME: How do we find the installed headers robustly? + dnl + AC_CHECK_HEADER(sphinxbase/sphinx_config.h, +-CPPFLAGS="-I/usr/include/sphinxbase -I/usr/local/include/sphinxbase",[ ++CPPFLAGS="$CPPFLAGS",[ + if test x$sphinxbase = x; then + # Look for sphinxbase in the parent directory + for sb in ../sphinxbase*; do |