VLC: added builds for 2.0.5 with NDK forced to r11c

This commit is contained in:
David Guillot 2016-07-25 19:37:49 +00:00
parent 1a89ad5db3
commit 898686d561

View file

@ -1092,9 +1092,47 @@ Build:2.0.2,12000215
echo $ANDROID_SDK && \ echo $ANDROID_SDK && \
./compile.sh -a "x86" --release ./compile.sh -a "x86" --release
Build:2.0.5,12000523
commit=2.0.5
subdir=vlc-android
gradle=VanillaARMv6fpu
srclibs=VLC@848f58d
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
sed -i -e '/sdk-manager/d' ../build.gradle && \
wget -c http://downloads.videolan.org/pub/contrib/jpeg/jpegsrc.v9a.tar.gz -O ../vlc/contrib/tarballs/jpegsrc.v9a.tar.gz
build=cd ../ && \
./compile.sh -a "armeabi" --release
ndk=r11c
Build:2.0.5,12000524
commit=2.0.5
subdir=vlc-android
gradle=VanillaARMv7
srclibs=VLC@848f58d
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
sed -i -e '/sdk-manager/d' ../build.gradle && \
wget -c http://downloads.videolan.org/pub/contrib/jpeg/jpegsrc.v9a.tar.gz -O ../vlc/contrib/tarballs/jpegsrc.v9a.tar.gz
build=cd ../ && \
./compile.sh -a "armeabi-v7a" --release
ndk=r11c
Build:2.0.5,12000525
commit=2.0.5
subdir=vlc-android
gradle=VanillaX86
srclibs=VLC@848f58d
prebuild=ln -s vlc-android/$$VLC$$ ../vlc && \
sed -i -e '/sdk-manager/d' ../build.gradle && \
wget -c http://downloads.videolan.org/pub/contrib/jpeg/jpegsrc.v9a.tar.gz -O ../vlc/contrib/tarballs/jpegsrc.v9a.tar.gz
build=cd ../ && \
echo $ANDROID_NDK && \
echo $ANDROID_SDK && \
./compile.sh -a "x86" --release
ndk=r11c
Maintainer Notes: Maintainer Notes:
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
see http://buildbot.videolan.org/builders/ for version code scheme see http://buildbot.videolan.org/builders /for version code scheme
The VLC srclib commit can be found out from TESTED_HASH value in compile.sh The VLC srclib commit can be found out from TESTED_HASH value in compile.sh
On new releases remove the updatecheck and force the CV to the last working On new releases remove the updatecheck and force the CV to the last working