Update CV of Xmp Mod Player to 4.4.1 (75)
This commit is contained in:
parent
ebafb23e35
commit
0a9c981aa7
|
|
@ -128,19 +128,26 @@ Build:4.3.1,73
|
||||||
disable=WIP, see maintainer notes
|
disable=WIP, see maintainer notes
|
||||||
commit=android-4.3.1
|
commit=android-4.3.1
|
||||||
srclibs=Libxmp@libxmp-4.3.3,1:Support/v7/appcompat@android-5.0.1_r1,2:Support/v7/gridlayout@android-5.0.1_r1,3:Volley@android-5.0.1_r1,Groundy@0f16c8e30e543d3a017a884530e179a0de65db50
|
srclibs=Libxmp@libxmp-4.3.3,1:Support/v7/appcompat@android-5.0.1_r1,2:Support/v7/gridlayout@android-5.0.1_r1,3:Volley@android-5.0.1_r1,Groundy@0f16c8e30e543d3a017a884530e179a0de65db50
|
||||||
extlibs=android/android-support-v4.jar
|
|
||||||
rm=libs/*.jar,doc/xmp-android.asta
|
rm=libs/*.jar,doc/xmp-android.asta
|
||||||
target=android-21
|
extlibs=android/android-support-v4.jar
|
||||||
prebuild=sed -i 's;../../../libxmp;../$$Libxmp$$;' jni/Android.mk && \
|
prebuild=sed -i 's;../../../libxmp;../$$Libxmp$$;' jni/Android.mk && \
|
||||||
pushd $$Libxmp$$ && autoconf && ./configure && popd && \
|
pushd $$Libxmp$$ && \
|
||||||
mkdir -p $$Support$$/libs && \
|
autoconf && \
|
||||||
cp libs/android-support-v4.jar $$Support$$/libs && \
|
./configure && \
|
||||||
mv libs/android-support-v4.jar $$Support$$/../gridlayout/libs && \
|
popd && \
|
||||||
echo -e "java.source=7\njava.target=7" >> $$Support$$/local.properties
|
mkdir -p $$Support$$/libs && \
|
||||||
buildjni=yes
|
cp libs/android-support-v4.jar $$Support$$/libs && \
|
||||||
build=pushd $$Libxmp$$ && $$NDK$$/ndk-build && popd && \
|
mv libs/android-support-v4.jar $$Support$$/../gridlayout/libs && \
|
||||||
pushd $$Groundy$$ && gradle jar && popd && \
|
echo -e "java.source=7\njava.target=7" >> $$Support$$/local.properties
|
||||||
|
target=android-21
|
||||||
|
build=pushd $$Libxmp$$ && \
|
||||||
|
$$NDK$$/ndk-build && \
|
||||||
|
popd && \
|
||||||
|
pushd $$Groundy$$ && \
|
||||||
|
gradle jar && \
|
||||||
|
popd && \
|
||||||
mv $$Groundy$$/build/libs/groundy-1.5.jar libs/
|
mv $$Groundy$$/build/libs/groundy-1.5.jar libs/
|
||||||
|
buildjni=yes
|
||||||
ndk=r10d
|
ndk=r10d
|
||||||
|
|
||||||
Maintainer Notes:
|
Maintainer Notes:
|
||||||
|
|
@ -150,6 +157,6 @@ No native libs, even with the old method on r10d are build locally.
|
||||||
|
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
Update Check Mode:Tags
|
||||||
Current Version:4.3.1
|
Current Version:4.4.1
|
||||||
Current Version Code:73
|
Current Version Code:75
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue