Formatting, small fixes for scummvm
This commit is contained in:
parent
f2f2ec1821
commit
0d65e3d7e1
|
@ -1,5 +1,5 @@
|
||||||
Category:Games
|
Category:Games
|
||||||
License:GPLv3
|
License:GPLv2+
|
||||||
Web Site:http://scummvm.org
|
Web Site:http://scummvm.org
|
||||||
Source Code:https://github.com/scummvm/scummvm/
|
Source Code:https://github.com/scummvm/scummvm/
|
||||||
Issue Tracker:http://sourceforge.net/tracker/?group_id=37116&atid=418820
|
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.
|
and numerous others.
|
||||||
|
|
||||||
[https://raw.github.com/scummvm/scummvm/master/README Documentation]
|
[https://raw.github.com/scummvm/scummvm/master/README Documentation]
|
||||||
|
|
||||||
[https://raw.github.com/scummvm/scummvm/master/dists/android/README.Android README of Android port]
|
[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
|
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 Type:git
|
||||||
Repo:git://github.com/scummvm/scummvm.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,\
|
Build Version:1.5.0,6,v1.5.0,\
|
||||||
update=no,target=android-17,patch=fdroid_build.patch;latest_sdk.patch,bindir=.,antcommand="-p",\
|
extlibs=libmad/libmad-0.15.1b.tar.gz,srclibs=FLAC@1.2.1;Tremor@b31465b840,\
|
||||||
init=echo -e '<project>\n<target name="Creating scummvm.apk for release..."/>\n</project>' > build.xml,\
|
update=no,patch=fdroid_build.patch;latest_sdk.patch,bindir=.,antcommand="-p",\
|
||||||
build=export ANDROID_SDK="$$SDK$$" && export ANDROID_NDK="$$NDK$$" \
|
init=\
|
||||||
&& chmod +x fdroid_build \
|
echo -e '<project>\n<target name="Creating scummvm.apk for release..."/>\n</project>' > build.xml,\
|
||||||
&& ./fdroid_build tremor $$Tremor$$ \
|
build=\
|
||||||
&& ./fdroid_build mad \
|
export ANDROID_SDK="$$SDK$$" && export ANDROID_NDK="$$NDK$$" && \
|
||||||
&& ./fdroid_build flac $$FLAC$$ \
|
chmod +x fdroid_build && \
|
||||||
&& ./fdroid_build scummvm
|
./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
|
# 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,
|
# version codes), Market uploads take priority. They may lag notably behind general development,
|
||||||
|
|
Loading…
Reference in a new issue