From d9b0d85ff85b96d01cbe2c686013b799b952c57a Mon Sep 17 00:00:00 2001 From: est31 Date: Fri, 25 Nov 2016 21:22:01 +0100 Subject: [PATCH] Add WIP build for snapcast 0.10.0 Current build issue: tremor can't find vorbis include file. We added some commits from the master tree as it seems that the vorbis submodule was removed from the .gitmodules file while not being removed from external/vorbis, resulting in a build error. One of the commits on master did that second removal. --- metadata/de.badaix.snapcast.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/metadata/de.badaix.snapcast.txt b/metadata/de.badaix.snapcast.txt index 6b5b336b1f..391d88b563 100644 --- a/metadata/de.badaix.snapcast.txt +++ b/metadata/de.badaix.snapcast.txt @@ -37,6 +37,25 @@ Build:0.7.0,6 pushd ../client && \ sh build_android.sh +Build:0.10.0,7 + disable=wip + commit=41be3ade60de166cd8f0bd8b2b66a78537e2599d + subdir=android/Snapcast + submodules=yes + gradle=yes + scandelete=android/Snapcast/src/main/assets/bin + build=pushd ../.. && \ + ndkdir="$PWD/ndk" && \ + sed -i "s@NDK_DIR=.*@NDK_DIR='${ndkdir}'@" client/build_android.sh externals/build_externals_android.sh && \ + pushd $$NDK$$/build/tools && \ + ./make_standalone_toolchain.py --arch arm --api 14 --install-dir ${ndkdir} && \ + popd && \ + pushd externals && \ + sh build_externals_android.sh && \ + pushd ../client && \ + sh build_android.sh + ndk=r13b + Auto Update Mode:None Update Check Mode:Tags Current Version:0.10.0