From 89b99aedac0da095b1780af04edcc7e32c285be9 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Wed, 27 Jan 2016 17:01:20 +0100 Subject: [PATCH] Update Vector Pinball to 1.5.3 (18) --- metadata/com.dozingcatsoftware.bouncy.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/metadata/com.dozingcatsoftware.bouncy.txt b/metadata/com.dozingcatsoftware.bouncy.txt index 261cb974e8..4e2b692891 100644 --- a/metadata/com.dozingcatsoftware.bouncy.txt +++ b/metadata/com.dozingcatsoftware.bouncy.txt @@ -71,6 +71,22 @@ Build:1.5.1,16 cp $$libgdx$$/dist/gdx.jar libs/ && \ cp -r $$libgdx$$/dist/extensions/gdx-box2d/* libs/ +Build:1.5.3,18 + commit=779cf08bfd7061b2c56747125a989cafdaa9ae81 + srclibs=libgdx@1.4.1 + rm=libs/* + prebuild=pushd $$libgdx$$ && \ + rm gdx/jni/build.xml && \ + sed -i 's@@\n\n\n@g' extensions/gdx-box2d/gdx-box2d/jni/build.xml && \ + sed -i 's@@@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: 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.