--- gnuplot-4.2.0/src/term.h.old 2007-11-16 01:21:09.000000000 -0600 +++ gnuplot-4.2.0/src/term.h 2007-11-16 01:22:45.000000000 -0600 @@ -70,6 +70,7 @@ */ #ifdef SHORT_TERMLIST # include "dumb.trm" /* dumb terminal */ +# include "qtopia.trm" /* QTopia terminal */ # ifdef GP_ENH_EST # include "estimate.trm" /* used for enhanced text processing */ @@ -436,6 +437,9 @@ /* TeXDraw drawing package for LaTeX */ #include "texdraw.trm" +/* Qtopia */ +#include "qtopia.trm" + /* METAFONT */ #include "metafont.trm" index : multitech-oe.git
Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/speech-dispatcher
AgeCommit message (Collapse)AuthorFiles
2008-03-12speech-dispatcher: upgrade to 0.6.6Junqian Gordon Xu1
2008-03-10speech-dispatcher: Add patch to use c++ as the linker for espeakRichard Purdie2
2008-01-09speech-dispatcher_0.6.5: improve packaging, modularize libspeechd.Junqian Gordon Xu1
2008-01-06speech-dispatcher: enable flite, fix DEPENDS, remove spdsendJunqian Gordon Xu2
2008-01-05speech-dispatcher: Fix packaging of configfilesMatthias Hentges2
2008-01-05speech-dispatcher: Matthias Hentges3
- 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 Hentges1
2008-01-04speech-dispatcher: Improve packagingMatthias Hentges1
2008-01-04dotconf: rename to libdotonf, fix packagingJunqian Gordon Xu1
* follow debian naming and packaging * change dependency in speech-dispatcher
2008-01-03speech-dispatcher_0.6.5: fix missing PRJunqian Gordon Xu1
2008-01-03add speech-dispatcher (RPROVIDES speechd). needed by navit.Junqian Gordon Xu4