fdroiddata/metadata/cx.mccormick.pddroidparty.txt

51 lines
2.1 KiB
Plaintext
Raw Normal View History

2014-08-16 14:05:59 +00:00
Categories:Office
License:GPLv3
Web Site:http://droidparty.net
2014-08-16 14:05:59 +00:00
Source Code:https://github.com/chr15m/PdDroidParty
Issue Tracker:https://github.com/chr15m/PdDroidParty/issues
Auto Name:PdDroid Party
Summary:Run Pure Data patches
Description:
Run your Pure Data patches on Android with native GUIs emulated.
.
Repo Type:git
Repo:https://github.com/chr15m/PdDroidParty
2014-09-22 02:24:35 +00:00
Build:0.3.0,2
2014-09-25 21:22:35 +00:00
disable=jars
2014-09-22 02:24:35 +00:00
commit=c511fc4ad324817ab80fb3e6c44a7effaaf6735d
2014-08-16 14:05:59 +00:00
submodules=yes
2014-09-25 21:22:35 +00:00
rm=libs/*.jar,pd-for-android/ScenePlayer,pd-for-android/CircleOfFifths,res/raw/abstractions.zip,pd-for-android/midi/AndroidMidiTest/libs/*jar,pd-for-android/PdCore/jni/libpd/libs/*jar
srclibs=2:SVGAndroid@ae2e0405fcff18d46fde59d0a3f970661813ad89,Objenesis@1.2,EasyMock@easymock-3.1,Libpd@0.7.0,ASM@ASM_3_3,cglib@RELEASE_2_2
2014-09-22 02:24:35 +00:00
prebuild=\
2014-09-25 21:22:35 +00:00
pushd $$EasyMock$$ && $$MVN3$$ package && popd && \
pushd $$Objenesis$$ && $$MVN3$$ package && popd && \
pushd $$ASM$$/asm && ant jar && popd && \
pushd $$cglib$$ && ant jar && popd && exit 1 && \
cp $$EasyMock$$/target/easymock-3.1.jar pd-for-android/midi/AndroidMidiTest/libs/ && \
cp $$EasyMock$$/target/easymock-3.1.jar $$Objenesis$$/target/objenesis-1.2.jar pd-for-android/PdCore/jni/libpd/libs/ && \
2014-09-22 02:24:35 +00:00
pushd pd-for-android/PdCore && \
find libs -iname *.so | xargs rm && \
android update project --path . && \
ndk-build && \
popd && android update project --name PdDroidParty --path .
2014-09-25 02:38:42 +00:00
scanignore=pd-for-android/PdCore/libs,pd-for-android/PdCore/obj/,pd-for-android/ScenePlayer/libs
2014-08-16 14:05:59 +00:00
2014-09-22 02:24:35 +00:00
Maintainer Notes:
TODO:libpd has jar files
2014-09-25 21:22:35 +00:00
* android-support-v4.jar is okay.
* libpd.jar is most likely the answer to my question about https://github.com/libpd/libpd :) I was not able to build it at first, but will come back to this later.
* asm.jar is http://websvn.ow2.org/listing.php?repname=asm .. i hope its a simple ant jar
* cglib.jar is https://github.com/cglib/cglib
2014-09-22 02:24:35 +00:00
.
2014-09-25 02:38:42 +00:00
2014-09-22 02:24:35 +00:00
#Auto Update Mode:Version v%v
#Update Check Mode:Tags
2014-08-16 14:05:59 +00:00
Update Check Mode:RepoManifest
Current Version:0.3.0
Current Version Code:2
2014-08-16 14:05:59 +00:00