Update Xmp Mod Player to 3.10.0 (57)
This commit is contained in:
parent
7da9132ea1
commit
9f7e043a4b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue