From f354395dcc05e210013356bebe2859fc6f1894cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Wed, 9 Jul 2014 16:48:57 +0200 Subject: [PATCH 1/2] Move comments to Maintainer Notes section --- metadata/org.videolan.vlc.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/metadata/org.videolan.vlc.txt b/metadata/org.videolan.vlc.txt index 42355562b0..796bd76e56 100644 --- a/metadata/org.videolan.vlc.txt +++ b/metadata/org.videolan.vlc.txt @@ -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,12 @@ Build:0.9.7,9704 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 From b4850168d5a1c9952a980b9fddaad788b47e6afa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Wed, 9 Jul 2014 16:49:59 +0200 Subject: [PATCH 2/2] Added build for VLC 0.9.7.1 (9712,9714) --- metadata/org.videolan.vlc.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/metadata/org.videolan.vlc.txt b/metadata/org.videolan.vlc.txt index 796bd76e56..c3d3d412d7 100644 --- a/metadata/org.videolan.vlc.txt +++ b/metadata/org.videolan.vlc.txt @@ -227,6 +227,28 @@ 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