fdroiddata/metadata/org.beide.droidgain.yml

40 lines
1.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Categories:
- Multimedia
License: GPL-3.0-only
AuthorName: Sophie Huiberts
AuthorEmail: sophie.huiberts@gmail.com
AuthorWebSite: https://sophie.huiberts.me/
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&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted
AutoName: Droidgain
Description: |-
Normalizes mp3 files; it makes them all sound equally loud, so if you have a
song thats 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