Update VLC to 3.0.12

This commit is contained in:
relan 2018-07-21 21:49:17 +03:00
parent 415f1dee78
commit 90919e699b

View file

@ -1605,6 +1605,63 @@ Build:3.0.11,13001107
./compile.sh -a arm64 release ./compile.sh -a arm64 release
ndk=r14b ndk=r14b
Build:3.0.12,13001204
commit=3.0.12
timeout=10800
subdir=vlc-android
sudo=apt update && \
apt install -y g++ ragel libltdl-dev
gradle=VanillaARMv7
srclibs=VLC-3.0@c014f06,VLCmedialibrary@baf5d61
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.12,13001205
commit=3.0.12
timeout=10800
subdir=vlc-android
sudo=apt update && \
apt install -y g++ ragel libltdl-dev
gradle=VanillaX86
srclibs=VLC-3.0@c014f06,VLCmedialibrary@baf5d61
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.12,13001207
commit=3.0.12
timeout=10800
subdir=vlc-android
sudo=apt update && \
apt install -y g++ ragel libltdl-dev
gradle=VanillaARMv8
srclibs=VLC-3.0@c014f06,VLCmedialibrary@baf5d61
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: Maintainer Notes:
Instructions and dependencies: https://wiki.videolan.org/AndroidCompile Instructions and dependencies: https://wiki.videolan.org/AndroidCompile
@ -1643,5 +1700,5 @@ resign official apks:
Archive Policy:0 versions Archive Policy:0 versions
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Static Update Check Mode:Static
Current Version:3.0.11 Current Version:3.0.12
Current Version Code:13001107 Current Version Code:13001207