mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +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
|
||||
Changelog: https://github.com/espeak-ng/espeak-ng/releases
|
||||
|
||||
AutoName: eSpeak
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/espeak-ng/espeak-ng.git
|
||||
|
||||
|
|
@ -30,7 +32,27 @@ Builds:
|
|||
- yes
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.51-dev
|
||||
CurrentVersionCode: 20
|
||||
- versionName: 1.51.1
|
||||
versionCode: 21
|
||||
commit: 1.51.1-fix
|
||||
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