6c177c1fc3
!5262 ```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 ```
38 lines
1.4 KiB
YAML
38 lines
1.4 KiB
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/beide/Droidgain
|
|
IssueTracker: https://github.com/beide/Droidgain/issues
|
|
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kees%40huibertsbloembollen%2enl&lc=NL&item_name=Sophie%27s%20software¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
|
|
|
|
AutoName: Droidgain
|
|
Summary: Normalizer for audio files
|
|
Description: |-
|
|
Normalizes mp3 files; it makes them all sound equally loud, so if you have a
|
|
song that's too quiet this app can make it be louder. Currently, it picks files
|
|
via another app, so you will need to have a music player, such as
|
|
[[com.android.music]] installed, or perhaps some other suitable file picker.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/beide/Droidgain.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 3cf8be7ebc
|
|
build:
|
|
- sed -i '6 i \<uses-sdk android:targetSdkVersion="10"\nandroid:minSdkVersion="8"
|
|
\/\>' AndroidManifest.xml
|
|
- mkdir -p ndk/toolchains
|
|
- find $$NDK$$ -maxdepth 1 -mindepth 1 -not -name toolchains -print0 | xargs
|
|
-0 cp -r -t ndk/
|
|
- cp -r $$NDK$$/toolchains/arm-linux-androideabi-4.6/ ndk/toolchains/
|
|
- sed -i '41,42s/extern/\/\/extern/g' ndk/platforms/android-9/arch-arm/usr/include/string.h
|
|
- ./ndk/ndk-build
|
|
- rm -rf ndk/
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|