Don't update Vector Pinball to 1.5.1 (16): not tested

This commit is contained in:
Boris Kraut 2015-03-16 23:44:17 +01:00
parent dac6951669
commit 964e37fad5

View file

@ -55,6 +55,23 @@ Build:1.5,15
cp $$libgdx$$/dist/gdx.jar libs/ && \ cp $$libgdx$$/dist/gdx.jar libs/ && \
cp -r $$libgdx$$/dist/extensions/gdx-box2d/* libs/ cp -r $$libgdx$$/dist/extensions/gdx-box2d/* libs/
Build:1.5.1,16
disable=untested
commit=18f2c77e4bd17ca6600e629ceb44cd2793842df1
srclibs=libgdx@1.4.1
rm=libs/*
prebuild=pushd $$libgdx$$ && \
rm gdx/jni/build.xml && \
sed -i 's@<target name="compile-natives">@<target name="compile-natives">\n<ant antfile="build-android32.xml"/>\n</target>\n<target name="compile-natives-old">@g' extensions/gdx-box2d/gdx-box2d/jni/build.xml && \
sed -i 's@<target name="all" depends="compile-natives,pack-natives"/>@<target name="all" depends="compile-natives"/>@g' extensions/gdx-box2d/gdx-box2d/jni/build.xml && \
popd
build=export NDK_HOME=$$NDK$$ && \
pushd $$libgdx$$ && \
ant -f build.xml -Dbuild-natives=true gdx-box2d && \
popd && \
cp $$libgdx$$/dist/gdx.jar libs/ && \
cp -r $$libgdx$$/dist/extensions/gdx-box2d/* libs/
Maintainer Notes: Maintainer Notes:
sed replaces needed as libgdx upstream currently don't provide a way to only build the android native bins only. sed replaces needed as libgdx upstream currently don't provide a way to only build the android native bins only.
If more apps start to depend on libgdx consider to create a feature request to change this. If more apps start to depend on libgdx consider to create a feature request to change this.