mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Updating eSpeak to 1.51, stable version
This commit is contained in:
parent
28c4563dbd
commit
fb4eaccdee
1 changed files with 26 additions and 4 deletions
|
|
@ -6,6 +6,8 @@ IssueTracker: https://github.com/espeak-ng/espeak-ng/issues
|
||||||
Translation: https://www.transifex.com/projects/p/espeak-for-android
|
Translation: https://www.transifex.com/projects/p/espeak-for-android
|
||||||
Changelog: https://github.com/espeak-ng/espeak-ng/releases
|
Changelog: https://github.com/espeak-ng/espeak-ng/releases
|
||||||
|
|
||||||
|
AutoName: eSpeak
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/espeak-ng/espeak-ng.git
|
Repo: https://github.com/espeak-ng/espeak-ng.git
|
||||||
|
|
||||||
|
|
@ -30,7 +32,27 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
ndk: r21e
|
ndk: r21e
|
||||||
|
|
||||||
AutoUpdateMode: None
|
- versionName: 1.51.1
|
||||||
UpdateCheckMode: None
|
versionCode: 21
|
||||||
CurrentVersion: 1.51-dev
|
commit: 1.51.1-fix
|
||||||
CurrentVersionCode: 20
|
subdir: android
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y g++
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
scanignore:
|
||||||
|
- phsource/
|
||||||
|
build:
|
||||||
|
- cd ..
|
||||||
|
- ./autogen.sh
|
||||||
|
- ./configure --with-gradle=gradle --with-extdict-ru --with-extdict-zh --with-extdict-zhy
|
||||||
|
- make espeakdata
|
||||||
|
buildjni:
|
||||||
|
- yes
|
||||||
|
ndk: r21e
|
||||||
|
|
||||||
|
AutoUpdateMode: Version %v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 1.51.1
|
||||||
|
CurrentVersionCode: 21
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue