[Lunar-commits] <moonbase-other> sphinxbase: introduce base CMU Sphinx library to -other
v4hn
me at v4hn.de
Fri Jan 18 00:21:48 CET 2013
commit b7f64b62b36e0c8be64a291af5d3c0a95fb55920
Author: v4hn <me at v4hn.de>
Date: Thu, 17 Jan 2013 15:21:48 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/b7f64b62b36e0c8be64a291af5d3c0a95fb55920
sphinxbase: introduce base CMU Sphinx library to -other
---
science/sphinx/sphinxbase/BUILD | +9/-0
science/sphinx/sphinxbase/DEPENDS | +7/-0
science/sphinx/sphinxbase/DETAILS | +14/-0
3 files changed, 30 insertions(+)
--- /dev/null
+++ b/science/sphinx/sphinxbase/BUILD
@@ -0,0 +1,9 @@
+(
+
+ # they got no install rules for the docs anyway
+ # build it yourself, if you need it
+ OPTS+=" HAVE_DOXYGEN=no" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/science/sphinx/sphinxbase/DEPENDS
@@ -0,0 +1,7 @@
+depends libsamplerate
+depends libsndfile
+
+optional_depends Python "" "--without-python" "build Python extension"
+optional_depends lapack "" "--without-lapack" "for matrix algebra support"
+optional_depends pulseaudio "" "" "PulseAudio support"
+optional_depends jack "" "" "JACK audio support"
--- /dev/null
+++ b/science/sphinx/sphinxbase/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=sphinxbase
+ VERSION=0.8
+ SOURCE=${MODULE}-$VERSION.tar.gz
+ SOURCE_URL=${SFORGE_URL}/cmusphinx/${MODULE}/$VERSION/
+ SOURCE_VFY=sha1:c0c4d52e143d07cd593bd6bcaeb92b9a8a5a8c8e
+ WEB_SITE=http://cmusphinx.sourceforge.net
+ ENTERED=20130111
+ UPDATED=20130111
+ SHORT="base library for CMU Sphinx"
+
+cat << EOF
+This is a support library required by
+Pocketsphinx and Sphinxtrain
+EOF
More information about the Lunar-commits
mailing list