diff --git a/metadata/se.traffar.dot_race.txt b/metadata/se.traffar.dot_race.txt index 21fe42dcf4..40db21247c 100644 --- a/metadata/se.traffar.dot_race.txt +++ b/metadata/se.traffar.dot_race.txt @@ -7,14 +7,18 @@ Issue Tracker:https://bitbucket.org/przemekr/dot-race/issues Auto Name:Dot-Race Summary:Simple, funny action game. Description: -Dot race is simple, but funny and fast action game. Take the control of your dot -and compete with computer or an other player in collecting magic artifacts. +Dot race is simple, but funny and fast action game. Take a control of your +spaceship and compete with computer or an other player in collecting magic +artifacts. + +The spaceship will accelerate toward your finger. To break put the finger +behind the moving spaceship. There is also another controller 'virtual +joystick' available also in two player game. . Repo Type:git Repo:https://bitbucket.org/przemekr/dot-race -#Repo:file:///home/eprzrze/Projects/dot-race Build:0.1,1 commit=0.1 subdir=android @@ -25,8 +29,24 @@ Build:0.1,1 echo "" > jni/SDL/src/dynapi/SDL_dynapi.h buildjni=yes +Build:0.2,2 + commit=0.2 + subdir=android + srclibs=SDL@release-2.0.3,SDL_mixer@release-2.0.0,SDL_image@release-2.0.0 + prebuild=rm -rf jni/SDL/src jni/SDL/include jni/SDL_mixer jni/SDL_image && \ + ln -s ../../$$SDL$$/src jni/SDL/ && \ + ln -s ../../$$SDL$$/include jni/SDL/ && \ + ln -s ../$$SDL_mixer$$ jni/SDL_mixer && \ + ln -s ../$$SDL_image$$ jni/SDL_image && \ + echo "" > jni/SDL/src/dynapi/SDL_dynapi.h &&\ + sed -i "s/SUPPORT_WEBP := true/SUPPORT_WEBP := false/" jni/SDL_image/Android.mk &&\ + sed -i "s/SUPPORT_JPG := true/SUPPORT_JPG := false/" jni/SDL_image/Android.mk &&\ + sed -i "s/SUPPORT_MOD_MODPLUG := true/SUPPORT_MOD_MODPLUG := false/" jni/SDL_mixer/Android.mk &&\ + sed -i "s/SUPPORT_MOD_MIKMOD := true/SUPPORT_MOD_MIKMOD := false/" jni/SDL_mixer/Android.mk &&\ + sed -i "s/SUPPORT_MP3_SMPEG := true/SUPPORT_MP3_SMPEG := false/" jni/SDL_mixer/Android.mk + buildjni=yes + Auto Update Mode:None Update Check Mode:Tags -Current Version:0.1 -Current Version Code:1 - +Current Version:0.2 +Current Version Code:2 diff --git a/srclibs/SDL_image.txt b/srclibs/SDL_image.txt new file mode 100755 index 0000000000..51aff3764a --- /dev/null +++ b/srclibs/SDL_image.txt @@ -0,0 +1,2 @@ +Repo Type:hg +Repo:https://hg.libsdl.org/SDL_image diff --git a/srclibs/SDL_mixer.txt b/srclibs/SDL_mixer.txt new file mode 100755 index 0000000000..53a9558707 --- /dev/null +++ b/srclibs/SDL_mixer.txt @@ -0,0 +1,2 @@ +Repo Type:hg +Repo:https://hg.libsdl.org/SDL_mixer