Another attempt at OpenMSX/AGS fixing
This commit is contained in:
parent
178d7ba47e
commit
1ecf7fc0ca
|
@ -27,13 +27,12 @@ Status: BETA
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
#Repo:git://github.com/adventuregamestudio/ags.git
|
Repo:git://github.com/adventuregamestudio/ags.git
|
||||||
Repo:file:///home/uniqa/ags
|
|
||||||
|
|
||||||
# ignored files
|
# ignored files
|
||||||
Build:3.3.0-beta,1
|
Build:3.3.0-beta,1
|
||||||
commit=v.3.3.0-beta
|
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
|
git submodule foreach git checkout d6f13daef9
|
||||||
build=cd ../buildlibs && find -name "*.sh" -exec chmod +x {} + && ./buildall.sh
|
build=cd ../buildlibs && find -name "*.sh" -exec chmod +x {} + && ./buildall.sh
|
||||||
patch=ndkr9.patch
|
patch=ndkr9.patch
|
||||||
|
|
|
@ -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,\
|
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,\
|
subdir=project,patch=tcl.patch,scanignore=project/jni/tcl8.5,\
|
||||||
init=\
|
init=\
|
||||||
ln -s ../../OpenMSX openmsx && \
|
ln -s ../../OpenMSX/ openmsx && \
|
||||||
sed -ri 's/ant debug|ant release/exit/' ../build.sh && \
|
sed -ri 's/ant debug|ant release/exit/' ../build.sh && \
|
||||||
find -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && cd jni && \
|
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 && \
|
rm -rf android/ ffmpeg/ avcodec/ python/ boost* ../themes/converter/converter,\
|
||||||
prebuild=\
|
|
||||||
export SDL_ANDROID_PORT_PATH=`readlink -f ..` && cd openmsx/build/android && ./setup_anddev.sh,\
|
|
||||||
build=\
|
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 && \
|
cd openmsx/build/android/openmsx && \
|
||||||
declare -rx VERSION_NAME=0.9.1-584 && \
|
declare -rx VERSION_NAME=0.9.1-584 && \
|
||||||
./launch_anddev_build.sh
|
./launch_anddev_build.sh
|
||||||
|
|
Loading…
Reference in a new issue