VLC: update to 2.1.13

Build for ARMv7, ARMv8 and x86. TESTED_HASH=bb9c83f in compile.sh appears
to be wrong (there's no such commit in git.videolan.org/git/vlc.git), so
patch it to something more or less reasonable.
This commit is contained in:
relan 2017-07-17 11:44:41 +03:00
parent 3fc92f6e82
commit ee53f52648

View file

@ -1215,6 +1215,39 @@ Build:2.1.4,12000609
./compile release
ndk=r14
Build:2.1.13,12011304
commit=2.1.13
subdir=vlc-android
gradle=VanillaARMv7
srclibs=VLC@91f4269
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
sed -i -e 's/bb9c83f/91f4269/' ../compile.sh
build=cd .. && \
./compile.sh -a arm release
ndk=r14b
Build:2.1.13,12011305
commit=2.1.13
subdir=vlc-android
gradle=VanillaX86
srclibs=VLC@91f4269
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
sed -i -e 's/bb9c83f/91f4269/' ../compile.sh
build=cd .. && \
./compile.sh -a x86 release
ndk=r14b
Build:2.1.13,12011307
commit=2.1.13
subdir=vlc-android
gradle=VanillaARMv8
srclibs=VLC@91f4269
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
sed -i -e 's/bb9c83f/91f4269/' ../compile.sh
build=cd .. && \
./compile.sh -a arm64 release
ndk=r14b
Maintainer Notes:
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
see http://buildbot.videolan.org/builders /for version code scheme
@ -1247,5 +1280,5 @@ resign official apks:
Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:Static
Current Version:2.0.6
Current Version Code:12000605
Current Version:2.1.13
Current Version Code:12011307