diff --git a/common/shlibs b/common/shlibs index 1684e3a87b..8df6cbe929 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1589,3 +1589,4 @@ libopenjpeg.so.1 libopenjpeg-1.5.1_1 libsphinxad.so.0 sphinxbase-0.8_1 libsphinxbase.so.1 sphinxbase-0.8_1 libpocketsphinx.so.1 pocketsphinx-0.8_1 +libcmuclmtk.so.0 libcmuclmtk.so.0 diff --git a/srcpkgs/pocketsphinx/template b/srcpkgs/pocketsphinx/template index e5d618410f..f74335a3d3 100644 --- a/srcpkgs/pocketsphinx/template +++ b/srcpkgs/pocketsphinx/template @@ -2,7 +2,7 @@ pkgname=pocketsphinx version=0.8 revision=1 -short_desc="Speech Recognition Toolkit" +short_desc="recognizer library written in C" maintainer="Martin Riese " license="GPL-2" homepage="http://cmusphinx.sourceforge.net" diff --git a/srcpkgs/sphinxbase/template b/srcpkgs/sphinxbase/template index bcbb5d8d6e..bd7936e5be 100644 --- a/srcpkgs/sphinxbase/template +++ b/srcpkgs/sphinxbase/template @@ -2,7 +2,7 @@ pkgname=sphinxbase version=0.8 revision=1 -short_desc="Speech Recognition Toolkit" +short_desc="support library for pocketsphinx and sphinxtrain" maintainer="Martin Riese " license="GPL-2" homepage="http://cmusphinx.sourceforge.net"