Update VLC to 3.0.11

This commit is contained in:
relan 2018-07-18 07:30:33 +03:00
parent 105d9f4019
commit d1f0170968

View file

@ -1548,8 +1548,65 @@ Build:2.5.17,12051707
./compile.sh -a arm64 release
ndk=r14b
Build:3.0.11,13001104
commit=3.0.11
timeout=10800
subdir=vlc-android
sudo=apt update && \
apt install -y g++ ragel libltdl-dev
gradle=VanillaARMv7
srclibs=VLC-3.0@700b291,VLCmedialibrary@69d9ea1
rm=java-libs/appcompat/libs,java-libs/cardview/libs
prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
sed -i -e '/signingConfig/d' build.gradle
build=cd .. && \
mkdir -p gradle/wrapper && \
echo 'gradle "$@"' > gradlew && \
chmod a+x gradlew && \
./compile.sh -a arm release
ndk=r14b
Build:3.0.11,13001105
commit=3.0.11
timeout=10800
subdir=vlc-android
sudo=apt update && \
apt install -y g++ ragel libltdl-dev
gradle=VanillaX86
srclibs=VLC-3.0@700b291,VLCmedialibrary@69d9ea1
rm=java-libs/appcompat/libs,java-libs/cardview/libs
prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
sed -i -e '/signingConfig/d' build.gradle
build=cd .. && \
mkdir -p gradle/wrapper && \
echo 'gradle "$@"' > gradlew && \
chmod a+x gradlew && \
./compile.sh -a x86 release
ndk=r14b
Build:3.0.11,13001107
commit=3.0.11
timeout=10800
subdir=vlc-android
sudo=apt update && \
apt install -y g++ ragel libltdl-dev
gradle=VanillaARMv8
srclibs=VLC-3.0@700b291,VLCmedialibrary@69d9ea1
rm=java-libs/appcompat/libs,java-libs/cardview/libs
prebuild=ln -s vlc-android/$$VLC-3.0$$ ../vlc && \
ln -s $$VLCmedialibrary$$ ../medialibrary/medialibrary && \
sed -i -e '/signingConfig/d' build.gradle
build=cd .. && \
mkdir -p gradle/wrapper && \
echo 'gradle "$@"' > gradlew && \
chmod a+x gradlew && \
./compile.sh -a arm64 release
ndk=r14b
Maintainer Notes:
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
Instructions and dependencies: https://wiki.videolan.org/AndroidCompile
The VLC srclib commit can be found out from TESTED_HASH value in compile.sh,
but sometimes it's different in official builds.
@ -1558,7 +1615,9 @@ The VLCmedialibrary srclib commit can be found out from MEDIALIBRARY_HASH in
compile-libvlc.sh.
For recommended versions of the build tools, see:
https://git.videolan.org/?p=vlc.git;a=blob;f=extras/tools/bootstrap#l72
* https://git.videolan.org/?p=vlc.git;a=blob;f=extras/tools/bootstrap#l128
* https://code.videolan.org/videolan/docker-images/raw/master/vlc-debian-android/Dockerfile
Actual versioncodes are:
@ -1584,5 +1643,5 @@ resign official apks:
Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:Static
Current Version:2.5.12
Current Version Code:12051207
Current Version:3.0.11
Current Version Code:13001107