aboutsummaryrefslogtreecommitdiffstats
path: root/packages/speech-dispatcher
AgeCommit message (Collapse)Author
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-07-20speech-dispatcher: fix configure.in for c++Henning Heinold
* we have a little patch that has support for espeak * the autoconf macros AC_LANG_PUSH/POP is used with c++, but it is not checked if c++ is available * tweak configure_fix.patch to support this * bug 4391 was reported by ant and is fixed now * bump PR
2008-03-12speech-dispatcher: upgrade to 0.6.6Junqian Gordon Xu
2008-03-10speech-dispatcher: Add patch to use c++ as the linker for espeakRichard Purdie
2008-01-09speech-dispatcher_0.6.5: improve packaging, modularize libspeechd.Junqian Gordon Xu
2008-01-06speech-dispatcher: enable flite, fix DEPENDS, remove spdsendJunqian Gordon Xu
2008-01-05speech-dispatcher: Fix packaging of configfilesMatthias Hentges
2008-01-05speech-dispatcher: Matthias Hentges
- Fix RPROVIDES so it doesn't pull in a ton of -dev packages - Update EXTRA_OECONF to exclude modules we do not need and enable espeak - Update configs to set espeak module as default and fix logfile destination - Install initscript (this could use some work...) - Tested to work on fic-gta01
2008-01-04speech-dispatcher: Add missing patchMatthias Hentges
2008-01-04speech-dispatcher: Improve packagingMatthias Hentges
2008-01-04dotconf: rename to libdotonf, fix packagingJunqian Gordon Xu
* follow debian naming and packaging * change dependency in speech-dispatcher
2008-01-03speech-dispatcher_0.6.5: fix missing PRJunqian Gordon Xu
2008-01-03add speech-dispatcher (RPROVIDES speechd). needed by navit.Junqian Gordon Xu