[Mud-builder-commits] r152 - trunk/packages

keesj at garage.maemo.org keesj at garage.maemo.org
Sat Feb 17 16:57:00 EET 2007


Author: keesj
Date: 2007-02-17 16:56:59 +0200 (Sat, 17 Feb 2007)
New Revision: 152

Added:
   trunk/packages/pocketsphinx.xml
   trunk/packages/sphinxbase.xml
Log:
#405: Add packages for PocketSphinx and SphinxBase packages from cmusphinx.org for embedded speech recognition. (contributed by Jeff Buchbinder)

Added: trunk/packages/pocketsphinx.xml
===================================================================
--- trunk/packages/pocketsphinx.xml	2007-02-16 17:40:52 UTC (rev 151)
+++ trunk/packages/pocketsphinx.xml	2007-02-17 14:56:59 UTC (rev 152)
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<package>
+  <fetch type="tarball">
+    <url>http://downloads.sourceforge.net/cmusphinx/pocketsphinx-0.3.tar.bz2</url>
+  </fetch>
+  <build>
+    <configure-append>--with-alsa</configure-append>
+  </build>
+  <deb>
+    <description>Portable speech recognition</description>
+    <maintainer>Jeff Buchbinder &lt;jeff at freemedsoftware.org&gt;</maintainer>
+    <depends>sphinxbase</depends>
+    <section>user/games</section>
+  </deb>
+</package>

Added: trunk/packages/sphinxbase.xml
===================================================================
--- trunk/packages/sphinxbase.xml	2007-02-16 17:40:52 UTC (rev 151)
+++ trunk/packages/sphinxbase.xml	2007-02-17 14:56:59 UTC (rev 152)
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<package>
+  <fetch type="tarball">
+    <url>http://downloads.sourceforge.net/cmusphinx/sphinxbase-0.2.1.tar.bz2</url>
+  </fetch>
+  <build>
+    <configure-append>--with-alsa</configure-append>
+  </build>
+  <deb>
+    <description>Speech recognition engine</description>
+    <maintainer>Jeff Buchbinder &lt;jeff at freemedsoftware.org&gt;</maintainer>
+    <build-Depends>autoconf, automake, libasound-dev</build-Depends>
+    <section>user/games</section>
+  </deb>
+</package>



More information about the Mud-builder-commits mailing list