PdDroid Party: Initial build recipe
This commit is contained in:
parent
000926f461
commit
610906ea9a
|
@ -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
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/libpd/pd-for-android.git
|
||||
|
||||
Subdir:PdCore
|
||||
|
||||
|
||||
Repo:https://github.com/libpd/libpd
|
||||
|
|
4
srclibs/SVGAndroid.txt
Normal file
4
srclibs/SVGAndroid.txt
Normal file
|
@ -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 .
|
Loading…
Reference in a new issue