Updated dot_racer to version 0.2

This commit is contained in:
Przemyslaw Rzepecki 2014-12-21 14:06:40 +01:00
parent e323788593
commit 7ec23ea9a5
3 changed files with 30 additions and 6 deletions

View file

@ -7,14 +7,18 @@ Issue Tracker:https://bitbucket.org/przemekr/dot-race/issues
Auto Name:Dot-Race Auto Name:Dot-Race
Summary:Simple, funny action game. Summary:Simple, funny action game.
Description: Description:
Dot race is simple, but funny and fast action game. Take the control of your dot Dot race is simple, but funny and fast action game. Take a control of your
and compete with computer or an other player in collecting magic artifacts. 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 Type:git
Repo:https://bitbucket.org/przemekr/dot-race Repo:https://bitbucket.org/przemekr/dot-race
#Repo:file:///home/eprzrze/Projects/dot-race
Build:0.1,1 Build:0.1,1
commit=0.1 commit=0.1
subdir=android subdir=android
@ -25,8 +29,24 @@ Build:0.1,1
echo "" > jni/SDL/src/dynapi/SDL_dynapi.h echo "" > jni/SDL/src/dynapi/SDL_dynapi.h
buildjni=yes 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 Auto Update Mode:None
Update Check Mode:Tags Update Check Mode:Tags
Current Version:0.1 Current Version:0.2
Current Version Code:1 Current Version Code:2

2
srclibs/SDL_image.txt Executable file
View file

@ -0,0 +1,2 @@
Repo Type:hg
Repo:https://hg.libsdl.org/SDL_image

2
srclibs/SDL_mixer.txt Executable file
View file

@ -0,0 +1,2 @@
Repo Type:hg
Repo:https://hg.libsdl.org/SDL_mixer