From 9f7e043a4b6382ea085b37283d3bc49b80500456 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sun, 10 Aug 2014 16:02:35 +0200 Subject: [PATCH] Update Xmp Mod Player to 3.10.0 (57) --- metadata/org.helllabs.android.xmp.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/metadata/org.helllabs.android.xmp.txt b/metadata/org.helllabs.android.xmp.txt index 7f9f606935..7e786f0ef2 100644 --- a/metadata/org.helllabs.android.xmp.txt +++ b/metadata/org.helllabs.android.xmp.txt @@ -105,8 +105,27 @@ Build:3.6.2,41 disable=requires libxmp 4.1.6-pre but no such version is tagged commit=android-3.6.2 +Build:3.10.0,57 + commit=android-3.10.0 + srclibs=Libxmp@libxmp-4.2.7,1:appcompat@v7 + extlibs=android/android-support-v4.jar + buildjni=yes + prebuild=cp -fR $$Libxmp$$ jni/ && \ + cp -fR $$SDK$$/extras/android/support/v7/gridlayout ./ && \ + sed -i -e 's/..\/support\/v7\/gridlayout/gridlayout/g' project.properties && \ + sed -i 's/..\/..\/..\/libxmp/Libxmp/g' jni/Android.mk && \ + pushd jni/Libxmp && \ + cp jni/* ./ && \ + autoconf && \ + ./configure && ndk-build + target=android-19 + scanignore=jni/Libxmp/obj/local/armeabi-v7a/libxmp.a,jni/Libxmp/obj/local/x86/libxmp.a,jni/Libxmp/obj/local/armeabi/libxmp.a + + Maintainer Notes: See changelog (in res/values/strings.xml) to determine libxmp version. + +Running ndk-build in prebuild is awkward. Please simplify prebuild. . Auto Update Mode:None