Update CV of Xmp Mod Player to 3.10.1 (58)
This commit is contained in:
parent
5e9672584d
commit
469466d25b
|
@ -109,7 +109,6 @@ Build:3.10.0,57
|
||||||
commit=android-3.10.0
|
commit=android-3.10.0
|
||||||
srclibs=Libxmp@libxmp-4.2.7,1:appcompat@v7
|
srclibs=Libxmp@libxmp-4.2.7,1:appcompat@v7
|
||||||
extlibs=android/android-support-v4.jar
|
extlibs=android/android-support-v4.jar
|
||||||
buildjni=yes
|
|
||||||
prebuild=cp -fR $$Libxmp$$ jni/ && \
|
prebuild=cp -fR $$Libxmp$$ jni/ && \
|
||||||
cp -fR $$SDK$$/extras/android/support/v7/gridlayout ./ && \
|
cp -fR $$SDK$$/extras/android/support/v7/gridlayout ./ && \
|
||||||
sed -i -e 's/..\/support\/v7\/gridlayout/gridlayout/g' project.properties && \
|
sed -i -e 's/..\/support\/v7\/gridlayout/gridlayout/g' project.properties && \
|
||||||
|
@ -117,10 +116,11 @@ Build:3.10.0,57
|
||||||
pushd jni/Libxmp && \
|
pushd jni/Libxmp && \
|
||||||
cp jni/* ./ && \
|
cp jni/* ./ && \
|
||||||
autoconf && \
|
autoconf && \
|
||||||
./configure && ndk-build
|
./configure && \
|
||||||
|
ndk-build
|
||||||
target=android-19
|
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
|
scanignore=jni/Libxmp/obj/local/armeabi-v7a/libxmp.a,jni/Libxmp/obj/local/x86/libxmp.a,jni/Libxmp/obj/local/armeabi/libxmp.a
|
||||||
|
buildjni=yes
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
See changelog (in res/values/strings.xml) to determine libxmp version.
|
See changelog (in res/values/strings.xml) to determine libxmp version.
|
||||||
|
@ -130,6 +130,6 @@ Running ndk-build in prebuild is awkward. Please simplify prebuild.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:3.10.0
|
Current Version:3.10.1
|
||||||
Current Version Code:57
|
Current Version Code:58
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue