Another attempt at OpenMSX/AGS fixing

This commit is contained in:
AlexanderR 2013-11-08 04:06:55 +11:00
parent 178d7ba47e
commit 1ecf7fc0ca
2 changed files with 7 additions and 8 deletions

View file

@ -27,13 +27,12 @@ Status: BETA
.
Repo Type:git
#Repo:git://github.com/adventuregamestudio/ags.git
Repo:file:///home/uniqa/ags
Repo:git://github.com/adventuregamestudio/ags.git
# ignored files
Build:3.3.0-beta,1
commit=v.3.3.0-beta
init=find ../.. -iregex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && \
init=cd ../.. && -iregex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && \
git submodule foreach git checkout d6f13daef9
build=cd ../buildlibs && find -name "*.sh" -exec chmod +x {} + && ./buildall.sh
patch=ndkr9.patch

View file

@ -34,14 +34,14 @@ Repo:libsdl-android
Build Version:0.9.1-584,11527,openttd-1.2.3.25,update=no,srclibs=OpenMSX@728325a472,buildjni=no,\
subdir=project,patch=tcl.patch,scanignore=project/jni/tcl8.5,\
init=\
ln -s ../../OpenMSX openmsx && \
ln -s ../../OpenMSX/ openmsx && \
sed -ri 's/ant debug|ant release/exit/' ../build.sh && \
find -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && cd jni && \
rm -rf ffmpeg/lib/* python/src/pythonp python/src/Parser/pgen ../themes/converter/converter && \
prebuild=\
export SDL_ANDROID_PORT_PATH=`readlink -f ..` && cd openmsx/build/android && ./setup_anddev.sh,\
rm -rf android/ ffmpeg/ avcodec/ python/ boost* ../themes/converter/converter,\
build=\
sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
export SDL_ANDROID_PORT_PATH=`readlink -f ..` && cd openmsx/build/android && \
sed 's/android-15/android-17/' -i setup_anddev.sh && ./setup_anddev.sh && \
cd ../../../ && sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
cd openmsx/build/android/openmsx && \
declare -rx VERSION_NAME=0.9.1-584 && \
./launch_anddev_build.sh