[oe-commits] Koen Kooi : julius: add demo files from the TI speechrecognizer demo

git version control git at git.openembedded.org
Mon Sep 14 14:32:36 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 05b103fa043460b42b28b84dc61e1c5c8bdfc064
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=05b103fa043460b42b28b84dc61e1c5c8bdfc064

Author: Koen Kooi <k-kooi at ti.com>
Date:   Mon Sep 14 16:14:59 2009 +0200

julius: add demo files from the TI speechrecognizer demo

---

 conf/checksums.ini                    |    4 ++++
 recipes/julius/ti-julius-demo_r962.bb |   18 ++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index f5e30c9..ab11453 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -5458,6 +5458,10 @@ sha256=6b5a71790120977a96d5a468ed69987107c5079f14b0a4081f460b3b14fbf952
 md5=c4559af2366c764c6c42a3fdd40d60d3
 sha256=6b5a71790120977a96d5a468ed69987107c5079f14b0a4081f460b3b14fbf952
 
+[http://dominion.thruhere.net/koen/OE/ecas-julius_acousticfiles.r962.tar.gz]
+md5=406df5cd8ffa096bdb51466691e16b82
+sha256=56cba0e065cdbc11dc74e379af9082b0f8a771ec5984733408c21163a8bea588
+
 [http://eciadsl.flashtux.org/download/eciadsl-usermode-0.11.tar.gz]
 md5=c3c60c83f6df30021e11da50a699dec9
 sha256=2382f315fda4241a0043bac1dfc669f006d8e93e87fa382b263b1672972f4077
diff --git a/recipes/julius/ti-julius-demo_r962.bb b/recipes/julius/ti-julius-demo_r962.bb
new file mode 100644
index 0000000..009a986
--- /dev/null
+++ b/recipes/julius/ti-julius-demo_r962.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "TI speech recognizer demo"
+LICENSE = "GPL"
+
+RDEPENDS = "julius"
+PACKAGE_ARCH = "all"
+
+SRC_URI = "http://dominion.thruhere.net/koen/OE/ecas-julius_acousticfiles.${PV}.tar.gz"
+
+S = "${WORKDIR}/julius_acousticfiles.r962"
+
+do_install() {
+	rm ${S}/patches -rf
+	install -d ${D}${datadir}/ti/julius-demo
+	cp ${S}/* ${D}${datadir}/ti/julius-demo/
+}
+
+FILES_${PN} = "${datadir}"
+





More information about the Openembedded-commits mailing list