VLC: Prepare 1.1.5
This commit is contained in:
parent
60c0cf53b0
commit
c121ffc1df
|
|
@ -468,10 +468,54 @@ Build:1.1.3,1010305
|
||||||
buildjni=no
|
buildjni=no
|
||||||
ndk=r10d
|
ndk=r10d
|
||||||
|
|
||||||
|
Build:1.1.5,1010503
|
||||||
|
disable=builds
|
||||||
|
commit=1.1.5
|
||||||
|
subdir=vlc-android
|
||||||
|
gradle=VanillaARMv6fpu
|
||||||
|
srclibs=VLC@e6b4585
|
||||||
|
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
|
||||||
|
buildjni=no
|
||||||
|
ndk=r10d
|
||||||
|
|
||||||
|
Build:1.1.5,1010504
|
||||||
|
disable=builds
|
||||||
|
commit=1.1.5
|
||||||
|
subdir=vlc-android
|
||||||
|
gradle=VanillaARMv7
|
||||||
|
srclibs=VLC@e6b4585
|
||||||
|
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
|
||||||
|
buildjni=no
|
||||||
|
ndk=r10d
|
||||||
|
|
||||||
|
Build:1.1.5,1010505
|
||||||
|
disable=builds
|
||||||
|
commit=1.1.5
|
||||||
|
subdir=vlc-android
|
||||||
|
gradle=VanillaX86
|
||||||
|
srclibs=VLC@e6b4585
|
||||||
|
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
|
||||||
|
buildjni=no
|
||||||
|
ndk=r10d
|
||||||
|
|
||||||
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
|
||||||
|
build. This will make sure users don't get notified about the update until
|
||||||
|
the final build from the BS has been reviewed and tested. Once done, undo
|
||||||
|
those changes.
|
||||||
.
|
.
|
||||||
|
|
||||||
# NEW BUILDS
|
# NEW BUILDS
|
||||||
|
|
@ -491,10 +535,12 @@ The VLC srclib commit can be found out from TESTED_HASH value in compile.sh
|
||||||
# +2: x86
|
# +2: x86
|
||||||
# +3: arm
|
# +3: arm
|
||||||
# +4: armv7 (CV)
|
# +4: armv7 (CV)
|
||||||
Archive Policy:6 versions
|
Archive Policy:9 versions
|
||||||
Auto Update Mode:None
|
Auto Update Mode:None
|
||||||
Update Check Mode:Tags
|
#Update Check Mode:Tags
|
||||||
Vercode Operation:%c + 9
|
#Vercode Operation:%c + 9
|
||||||
Current Version:1.1.5
|
#Current Version:1.1.5
|
||||||
Current Version Code:1010509
|
#Current Version Code:1010509
|
||||||
|
Update Check Mode:None
|
||||||
|
Current Version:1.1.3
|
||||||
|
Current Version Code:1010309
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue