fdroiddata/metadata/com.drodin.zxdroid.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

57 lines
2 KiB
YAML

Disabled: Licensing issues
Categories:
- Games
License: GPL-2.0-only
WebSite: http://drodin.com/zxdroid
SourceCode: https://github.com/drodin/ZXdroid
IssueTracker: https://github.com/drodin/ZXdroid/issues
AutoName: ZXdroid
Summary: ZX Spectrum Emulator
Description: |-
Brief list of features:
* Accurate Spectrum 16K, 48K, 128K, +2, +2A and +3 emulation.
* Working +3e, SE, TC2048, TC2068, TS2068, Pentagon 128, Pentagon 512, Pentagon 1024 and Scorpion ZS 256 emulation.
* Runs at true Speccy speed on any device you're likely to try it on.
* Support for loading from .tzx files, including accelerated loading.
* Ability to load dozen tape, snapshot, disk & cartridge formats.
* Saving current emulator state to .sna files.
* Quality 48K and AY-8192 sound.
* Automatic scaling on lager screens with anti-aliasing.
* Keyboard, kempston, cursor, sinclair I/II onscreen controls.
* Definable hardware keys.
* Portrait and landscape orientations supported for better control.
RepoType: git
Repo: https://github.com/drodin/ZXdroid.git
Builds:
- versionName: 0.5.2
versionCode: 7
commit: 3cd165e
rm:
- libs/admob-sdk-android.jar
prebuild:
- sed -i 's/fprintf(printer_graphics_file,pbmstart);/fprintf(printer_graphics_file,pbmstart,0);/'
jni/fuse-0.10.0.2/printer.c
- sed -i -e '332,351d' -e '140d' -e '160d' -e 's/implements AdListener//' -e
'/AdView/s/^/\/\//' -e '/AdListener/s/^/\/\//' -e '/AdManager/s/^/\/\//' -e
'/adView/s/^/\/\//' src/com/drodin/zxdroid/MainActivity.java
target: android-4
scanignore:
- jni/libspectrum-0.5.0.1/make-perl
buildjni:
- yes
MaintainerNotes: |-
Not suitable for F-Droid repo due to assets licensing issues.
The sed in printer.c is just to avoid a compiler warning. The other removes
references to the proprietary library.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.5.2
CurrentVersionCode: 7