Formatting, small fixes for scummvm

This commit is contained in:
Daniel Martí 2013-09-26 08:51:16 +02:00
parent f2f2ec1821
commit 0d65e3d7e1

View file

@ -1,5 +1,5 @@
Category:Games
License:GPLv3
License:GPLv2+
Web Site:http://scummvm.org
Source Code:https://github.com/scummvm/scummvm/
Issue Tracker:http://sourceforge.net/tracker/?group_id=37116&atid=418820
@ -21,6 +21,7 @@ games, provided you already have their data files. List of supported engines inc
and numerous others.
[https://raw.github.com/scummvm/scummvm/master/README Documentation]
[https://raw.github.com/scummvm/scummvm/master/dists/android/README.Android README of Android port]
Unlike upstream build, this one has all plugins bundled together in single apk. External plugin apks
@ -30,15 +31,18 @@ Unlike upstream build, this one has all plugins bundled together in single apk.
Repo Type:git
Repo:git://github.com/scummvm/scummvm.git
Build Version:1.5.0,6,v1.5.0,extlibs=libmad/libmad-0.15.1b.tar.gz,srclibs=FLAC@1.2.1;Tremor@b31465b840,\
update=no,target=android-17,patch=fdroid_build.patch;latest_sdk.patch,bindir=.,antcommand="-p",\
init=echo -e '<project>\n<target name="Creating scummvm.apk for release..."/>\n</project>' > build.xml,\
build=export ANDROID_SDK="$$SDK$$" && export ANDROID_NDK="$$NDK$$" \
&& chmod +x fdroid_build \
&& ./fdroid_build tremor $$Tremor$$ \
&& ./fdroid_build mad \
&& ./fdroid_build flac $$FLAC$$ \
&& ./fdroid_build scummvm
Build Version:1.5.0,6,v1.5.0,\
extlibs=libmad/libmad-0.15.1b.tar.gz,srclibs=FLAC@1.2.1;Tremor@b31465b840,\
update=no,patch=fdroid_build.patch;latest_sdk.patch,bindir=.,antcommand="-p",\
init=\
echo -e '<project>\n<target name="Creating scummvm.apk for release..."/>\n</project>' > build.xml,\
build=\
export ANDROID_SDK="$$SDK$$" && export ANDROID_NDK="$$NDK$$" && \
chmod +x fdroid_build && \
./fdroid_build tremor $$Tremor$$ && \
./fdroid_build mad && \
./fdroid_build flac $$FLAC$$ && \
./fdroid_build scummvm
# Releases are tagged, but according to backends/platform/android/android.mk (which also contains
# version codes), Market uploads take priority. They may lag notably behind general development,