Set autoname of eSpeak TTS
This commit is contained in:
parent
432e2d2837
commit
85af7eb4ea
|
@ -4,6 +4,7 @@ Web Site:https://code.google.com/p/eyes-free
|
|||
Source Code:https://code.google.com/p/eyes-free/source
|
||||
Issue Tracker:https://code.google.com/p/eyes-free/issues
|
||||
|
||||
Auto Name:eSpeak TTS
|
||||
Summary:Text-to-Speech Engine
|
||||
Description:
|
||||
Alternative Text-to-Speech Engine with support for more languages.
|
||||
|
@ -14,18 +15,18 @@ Repo:https://eyes-free.googlecode.com/svn/trunk/tts/espeak-tts
|
|||
|
||||
Build:1.46.02_r7,7
|
||||
commit=771
|
||||
scanignore=jni/ttsespeak/espeak-source
|
||||
prebuild=cd jni/ttsespeak && \
|
||||
wget http://surfnet.dl.sourceforge.net/project/espeak/espeak/espeak-1.46/espeak-1.46.02-source.zip && \
|
||||
unzip espeak-1.46.02-source.zip && \
|
||||
rm -f espeak-1.46.02-source.zip && \
|
||||
rm -rf espeak-source && \
|
||||
mv espeak-1.46.02-source espeak-source && \
|
||||
cd ../../res && \
|
||||
mkdir -p raw && \
|
||||
cd ../jni/ttsespeak/espeak-source && \
|
||||
zip -r -9 espeakdata.zip espeak-data && \
|
||||
mv espeakdata.zip ../../../res/raw
|
||||
wget http://surfnet.dl.sourceforge.net/project/espeak/espeak/espeak-1.46/espeak-1.46.02-source.zip && \
|
||||
unzip espeak-1.46.02-source.zip && \
|
||||
rm -f espeak-1.46.02-source.zip && \
|
||||
rm -rf espeak-source && \
|
||||
mv espeak-1.46.02-source espeak-source && \
|
||||
cd ../../res && \
|
||||
mkdir -p raw && \
|
||||
cd ../jni/ttsespeak/espeak-source && \
|
||||
zip -r -9 espeakdata.zip espeak-data && \
|
||||
mv espeakdata.zip ../../../res/raw
|
||||
scanignore=jni/ttsespeak/espeak-source
|
||||
buildjni=yes
|
||||
|
||||
Maintainer Notes:
|
||||
|
|
Loading…
Reference in a new issue