6dc775b236
```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 ```
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
Categories:
|
|
- Multimedia
|
|
License: LGPL-2.1-only
|
|
SourceCode: https://github.com/TheRealFalcon/Prestissimo
|
|
IssueTracker: https://github.com/TheRealFalcon/Prestissimo/issues
|
|
|
|
AutoName: Prestissimo
|
|
Summary: Change the speed of playback
|
|
Description: |-
|
|
Adds variable speed playback functionality to audio applications, e.g.
|
|
[[de.danoeh.antennapod]].
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/TheRealFalcon/Prestissimo.git
|
|
|
|
Builds:
|
|
- versionName: '0.5'
|
|
versionCode: 10
|
|
commit: v0.5
|
|
srclibs:
|
|
- Sonic@637de
|
|
target: android-17
|
|
build:
|
|
- $$NDK$$/ndk-build -C $$Sonic$$
|
|
- mv $$Sonic$$/libs/armeabi* libs/
|
|
|
|
- versionName: '1.0'
|
|
versionCode: 11
|
|
commit: 18b6e90ede1a986cc10f775ffc16421735483a35
|
|
srclibs:
|
|
- Sonic@637de3f6ece13c360b40e22eb38507de0fcbb29a
|
|
rm:
|
|
- libs/armeabi-v7a/libsonic.so
|
|
- libs/armeabi/libsonic.so
|
|
target: android-17
|
|
build:
|
|
- $$NDK$$/ndk-build -C $$Sonic$$
|
|
- mv $$Sonic$$/libs/armeabi* libs/
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 11
|