fdroiddata/metadata/com.googlecode.eyesfree.espeak.yml
Marcus Hoffmann e592d5f878 add ndk r12b to any buildjni build that doesn't have an ndk
r12b has been forever the default. Let's explicitly request that version
where we know we need it.

Note; there's other builds that still implicitly rely on that version
that don't use the buildjni flag. We don't really have a good way of
finding those, except manually.
2020-11-13 00:36:45 +01:00

42 lines
1.1 KiB
YAML

Categories:
- Multimedia
License: Apache-2.0
SourceCode: https://code.google.com/archive/p/eyes-free/source
AutoName: eSpeak TTS
Description: Alternative Text-to-Speech Engine with support for more languages.
RepoType: git-svn
Builds:
- versionName: 1.46.02_r7
versionCode: 7
commit: '771'
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
scanignore:
- jni/ttsespeak/espeak-source
buildjni:
- yes
ndk: r12b
MaintainerNotes: |-
might require libespeak-dev to build
binary files in libs/ are deleted before build and then rebuild
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.46.02_r7
CurrentVersionCode: 7
NoSourceSince: '1.47'