From 610906ea9a99ee2c0047e2530b1603c1f4ddde0b Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Mon, 22 Sep 2014 04:24:35 +0200 Subject: [PATCH] PdDroid Party: Initial build recipe --- metadata/cx.mccormick.pddroidparty.txt | 26 +++++++++++++++++++++----- srclibs/Libpd.txt | 6 +----- srclibs/SVGAndroid.txt | 4 ++++ 3 files changed, 26 insertions(+), 10 deletions(-) create mode 100644 srclibs/SVGAndroid.txt diff --git a/metadata/cx.mccormick.pddroidparty.txt b/metadata/cx.mccormick.pddroidparty.txt index 2e0f423918..d4ded81202 100644 --- a/metadata/cx.mccormick.pddroidparty.txt +++ b/metadata/cx.mccormick.pddroidparty.txt @@ -1,6 +1,6 @@ Categories:Office License:GPLv3 -Web Site: +Web Site:http://droidparty.net/ Source Code:https://github.com/chr15m/PdDroidParty Issue Tracker:https://github.com/chr15m/PdDroidParty/issues @@ -13,12 +13,28 @@ Run your Pure Data patches on Android with native GUIs emulated. Repo Type:git Repo:https://github.com/chr15m/PdDroidParty -Build:1.0,1 - disable=missing tag, prebuilts - commit=dummy +Build:0.3.0,2 + disable=libpd, scanner + commit=c511fc4ad324817ab80fb3e6c44a7effaaf6735d submodules=yes + rm=libs/*.jar + srclibs=2:SVGAndroid@ae2e0405fcff18d46fde59d0a3f970661813ad89,Libpd@0.7.0 + prebuild=\ + pushd pd-for-android/PdCore && \ + find libs -iname *.so | xargs rm && \ + android update project --path . && \ + ndk-build && \ + popd && android update project --name PdDroidParty --path . -Auto Update Mode:None +Maintainer Notes: + +TODO:libpd has jar files +TODO:libpd ndk-build doesn't work + + pushd $$Libpd$$ && cp Android.mk jni/ && ndk-build && popd &&\ +. +#Auto Update Mode:Version v%v +#Update Check Mode:Tags Update Check Mode:RepoManifest Current Version:0.3.0 Current Version Code:2 diff --git a/srclibs/Libpd.txt b/srclibs/Libpd.txt index 32747bee20..6cce75382e 100644 --- a/srclibs/Libpd.txt +++ b/srclibs/Libpd.txt @@ -1,6 +1,2 @@ Repo Type:git -Repo:https://github.com/libpd/pd-for-android.git - -Subdir:PdCore - - +Repo:https://github.com/libpd/libpd diff --git a/srclibs/SVGAndroid.txt b/srclibs/SVGAndroid.txt new file mode 100644 index 0000000000..379b460f97 --- /dev/null +++ b/srclibs/SVGAndroid.txt @@ -0,0 +1,4 @@ +Repo Type:git +Repo:https://github.com/novak/svg-android/ +Subdir:svgandroid +Prepare:cp default.properties project.properties && rm build.xml && android update lib-project -p .