fdroiddata/metadata/com.jeffboody.GearsES2eclair.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

46 lines
1.4 KiB
YAML

Categories:
- Development
License: MIT
AuthorName: Jeff Boody
AuthorEmail: jeffboody@gmail.com
WebSite: http://www.jeffboody.net/gears4android.php
SourceCode: https://github.com/jeffboody/gears2
IssueTracker: https://github.com/jeffboody/gears2/issues
AutoName: Gears
Description: |-
Heavily modified port of the infamous "gears" demo intended to help developers
learn how to create OpenGL ES programs. While the Linux version is often used as
sort-of FPS benchmark, this version is very vacuous: On Android the frame rate
is limited by v-sync (typically 60 FPS) which is the fastest rate that a display
can refresh the screen. Since Gears is capable of rendering much faster than
v-sync on most devices it provides limited benchmarking value.
RepoType: git
Repo: https://github.com/jeffboody/gears2
Builds:
- versionName: '6'
versionCode: 6
commit: d931c3a74193f7f2e1c6f738b9657339f4278af6
subdir: project
submodules: true
prebuild: echo `date` > res/raw/timestamp.raw
buildjni:
- yes
ndk: r12b
- versionName: '7'
versionCode: 7
commit: a750aa2c8514a541890f7ae4a7088e2995b059be
subdir: project
submodules: true
prebuild: echo `date` > res/raw/timestamp.raw
buildjni:
- yes
ndk: r12b
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '20180602'
CurrentVersionCode: 10