VLC: Prepare 1.9.0

This commit is contained in:
Boris Kraut 2016-03-03 22:09:39 +01:00
parent 82ff7a1225
commit e1ad7bf819

View file

@ -1030,6 +1030,39 @@ Build:1.7.5,1070505
build=cd ../ && \
./compile.sh -a "x86" --release
Build:1.9.0,1090003
disable=wait
commit=1.9.0
subdir=vlc-android
gradle=VanillaARMv6fpu
srclibs=VLC@6947740
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
ln -s vlc-android/$$VLC$$ ../vlc
build=cd ../ && \
./compile.sh -a "armeabi" --release
Build:1.9.0,1090004
disable=wait
commit=1.9.0
subdir=vlc-android
gradle=VanillaARMv7
srclibs=VLC@6947740
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
ln -s vlc-android/$$VLC$$ ../vlc
build=cd ../ && \
./compile.sh -a "armeabi-v7a" --release
Build:1.9.0,1090005
disable=wait
commit=1.9.0
subdir=vlc-android
gradle=VanillaX86
srclibs=VLC@6947740
prebuild=sed -i -e '/^TARGET/aexit 0' -e 's@\-d \"gradle\/wrapper\"@1@g' ../compile.sh && \
ln -s vlc-android/$$VLC$$ ../vlc
build=cd ../ && \
./compile.sh -a "x86" --release
Maintainer Notes:
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
see http://buildbot.videolan.org/builders/ for version code scheme