Merge branch 'vlc' of https://gitlab.com/aelmahmoudy/fdroiddata
This commit is contained in:
commit
d0eaaf1406
|
@ -14,8 +14,6 @@ for both local and remote playback.
|
|||
[http://git.videolan.org/?p=vlc-ports/android.git;a=blob_plain;f=NEWS NEWS]
|
||||
.
|
||||
|
||||
#Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||
#see http://buildbot.videolan.org/builders/ for version code scheme
|
||||
Repo Type:git
|
||||
Repo:git://git.videolan.org/vlc-ports/android.git
|
||||
|
||||
|
@ -229,6 +227,34 @@ Build:0.9.7,9704
|
|||
ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni=no
|
||||
|
||||
Build:0.9.7.1,9712
|
||||
commit=0.9.7
|
||||
subdir=vlc-android
|
||||
srclibs=VLC-2.2@57cd36b
|
||||
forcevercode=yes
|
||||
prebuild=sed -i '/ant/d' ../Makefile && \
|
||||
ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
||||
build=cd ../ && \
|
||||
ANDROID_ABI=x86 ./compile.sh release
|
||||
buildjni=no
|
||||
|
||||
Build:0.9.7.1,9714
|
||||
commit=0.9.7
|
||||
subdir=vlc-android
|
||||
srclibs=VLC-2.2@57cd36b
|
||||
forcevercode=yes
|
||||
prebuild=sed -i '/ant/d' ../Makefile && \
|
||||
ln -s vlc-android/$$VLC-2.2$$ ../vlc
|
||||
build=cd ../ && \
|
||||
ANDROID_ABI=armeabi-v7a ./compile.sh release
|
||||
buildjni=no
|
||||
|
||||
Maintainer Notes:
|
||||
Instructions and dependencies here: http://wiki.videolan.org/AndroidCompile
|
||||
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
|
||||
.
|
||||
|
||||
# +0: - (upstream)
|
||||
# +1: mips
|
||||
# +2: x86
|
||||
|
|
Loading…
Reference in a new issue