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
|
||||
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
|
||||
extlibs=android/android-support-v4.jar
|
||||
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 && \
|
||||
pushd $$Libxmp$$ && autoconf && ./configure && popd && \
|
||||
mkdir -p $$Support$$/libs && \
|
||||
cp libs/android-support-v4.jar $$Support$$/libs && \
|
||||
mv libs/android-support-v4.jar $$Support$$/../gridlayout/libs && \
|
||||
echo -e "java.source=7\njava.target=7" >> $$Support$$/local.properties
|
||||
buildjni=yes
|
||||
build=pushd $$Libxmp$$ && $$NDK$$/ndk-build && popd && \
|
||||
pushd $$Groundy$$ && gradle jar && popd && \
|
||||
pushd $$Libxmp$$ && \
|
||||
autoconf && \
|
||||
./configure && \
|
||||
popd && \
|
||||
mkdir -p $$Support$$/libs && \
|
||||
cp libs/android-support-v4.jar $$Support$$/libs && \
|
||||
mv libs/android-support-v4.jar $$Support$$/../gridlayout/libs && \
|
||||
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/
|
||||
buildjni=yes
|
||||
ndk=r10d
|
||||
|
||||
Maintainer Notes:
|
||||
|
@ -150,6 +157,6 @@ No native libs, even with the old method on r10d are build locally.
|
|||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:4.3.1
|
||||
Current Version Code:73
|
||||
Current Version:4.4.1
|
||||
Current Version Code:75
|
||||
|
||||
|
|
Loading…
Reference in a new issue