All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [STABLE][PATCH] julius: add 4.1.2 of julius speech recognizer
Date: Mon, 13 Jul 2009 13:34:59 +0200	[thread overview]
Message-ID: <h3f654$f0j$1@ger.gmane.org> (raw)
In-Reply-To: <1247173768-5707-1-git-send-email-k.kooi@student.utwente.nl>

On 09-07-09 23:09, Koen Kooi wrote:
> From: Koen Kooi<koen@openembedded.org>

ping


>
>
> Signed-off-by: Koen Kooi<koen@openembedded.org>
> ---
>   conf/checksums.ini             |    4 ++
>   recipes/julius/julius_4.1.2.bb |   63 ++++++++++++++++++++++++++++++++++++++++
>   2 files changed, 67 insertions(+), 0 deletions(-)
>   create mode 100644 recipes/julius/julius_4.1.2.bb
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index bb1224c..152afb1 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -11338,6 +11338,10 @@ sha256=bc4f62cbac4716c2c1a25cf53b73343a03883964576d9dd590a9e4c7a70f465a
>   md5=a746183ea41aebc27a0f771036f668e1
>   sha256=1b8f50169bc2d827c6efe6bc98bbef2161f615219e4e8921e68227888fd50a9e
>
> +[http://iij.dl.sourceforge.jp/julius/37582/julius-4.1.2.tar.gz]
> +md5=886a114b391aa1992567019213efc63e
> +sha256=542c7f1042679c8484dc2f5f5536ed0c79fa79b2b9dd6cf6881278a6fdb37a84
> +
>   [http://osdn.dl.sourceforge.jp/julius/37582/julius-4.1.2.tar.gz]
>   md5=886a114b391aa1992567019213efc63e
>   sha256=542c7f1042679c8484dc2f5f5536ed0c79fa79b2b9dd6cf6881278a6fdb37a84
> diff --git a/recipes/julius/julius_4.1.2.bb b/recipes/julius/julius_4.1.2.bb
> new file mode 100644
> index 0000000..d528357
> --- /dev/null
> +++ b/recipes/julius/julius_4.1.2.bb
> @@ -0,0 +1,63 @@
> +DESCRIPTION = "Julius is a high-performance, two-pass large vocabulary continuous speech recognition (LVCSR) decoder software for speech-related researchers and developers."
> +LICENSE = "julius"
> +DEPENDS = "libsndfile1 flex zlib alsa-lib"
> +
> +SRC_URI = "http://iij.dl.sourceforge.jp/julius/37582/julius-${PV}.tar.gz"
> +
> +inherit autotools
> +
> +TARGET_CC_ARCH += "${LDFLAGS}"
> +
> +EXTRA_OECONF = "--with-mictype=alsa --enable-julian"
> +
> +do_configure() {
> +	libtoolize --force
> +	gnu-configize
> +	oe_runconf
> +}
> +
> +do_install() {
> +	export prefix=${D}${prefix}
> +	export libdir=${D}${libdir}
> +	export bindir=${D}${bindir}
> +	export includedir=${D}${includedir}
> +	export mandir=${D}${mandir}
> +	export exec_prefix=${D}${exec_prefix}
> +	export datadir=${D}${datadir}
> +
> +	for i in libsent libjulius julius mkbingram mkbinhmm adinrec adintool mkgshmm mkss jcontrol generate-ngram jclient-perl man ; do
> +		sed -i -e s:\ /usr/bin:\ \$\{bindir\}:g  -e s:\ /usr/share:\ \$\{datadir\}:g ${S}/$i/Makefile	
> +		cd ${S}/$i
> +		oe_runmake -e install
> +	done
> +
> +	for i in mkdfa/mkfa-1.44-flex mkdfa dfa_minimize generate accept_check nextword yomi2voca gram2sapixml dfa_determinize ; do
> +		sed -i -e s:\ /usr/bin:\ \$\{bindir\}:g ${S}/gramtools/$i/Makefile
> +		cd ${S}/gramtools/$i
> +		oe_runmake -e install
> +	done
> +
> +	for i in ${D}${bindir}/*.pl ; do
> +		sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g $i
> +		echo sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g $i>>  /tmp/k
> +	done
> +}
> +
> +do_stage() {
> +    export libdir=${STAGING_LIBDIR}
> +    export bindir=${STAGING_BINDIR}
> +    export includedir=${STAGING_INCDIR}
> +    export datadir=${STAGING_DATADIR}
> +
> +    for i in libsent libjulius julius mkbingram mkbinhmm adinrec adintool mkgshmm mkss jcontrol generate-ngram jclient-perl man ; do
> +        sed -i -e s:\ /usr/bin:\ \$\{bindir\}:g  -e s:\ /usr/share:\ \$\{datadir\}:g ${S}/$i/Makefile
> +        cd ${S}/$i
> +        oe_runmake -e install
> +    done
> +
> +    for i in mkdfa/mkfa-1.44-flex mkdfa dfa_minimize generate accept_check nextword yomi2voca gram2sapixml dfa_determinize ; do
> +        sed -i -e s:\ /usr/bin:\ \$\{bindir\}:g ${S}/gramtools/$i/Makefile
> +        cd ${S}/gramtools/$i
> +        oe_runmake -e install
> +    done
> +}





  reply	other threads:[~2009-07-13 11:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-09 21:09 [STABLE][PATCH] julius: add 4.1.2 of julius speech recognizer Koen Kooi
2009-07-13 11:34 ` Koen Kooi [this message]
2009-07-13 11:59   ` Philip Balister

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='h3f654$f0j$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.