PdDroidParty: v326

This commit is contained in:
linsui 2021-04-01 21:56:03 +08:00
parent 6fd119b7ff
commit b071551cd0
2 changed files with 16 additions and 54 deletions

View file

@ -1,7 +1,10 @@
Categories: Categories:
- System - System
License: GPL-3.0-only License: GPL-3.0-only
WebSite: http://droidparty.net AuthorName: Chris McCormick
AuthorEmail: chris@mccormick.cx
AuthorWebSite: https://mccormick.cx
WebSite: https://droidparty.net
SourceCode: https://github.com/chr15m/PdDroidParty SourceCode: https://github.com/chr15m/PdDroidParty
IssueTracker: https://github.com/chr15m/PdDroidParty/issues IssueTracker: https://github.com/chr15m/PdDroidParty/issues
@ -14,60 +17,22 @@ Repo: https://github.com/chr15m/PdDroidParty
Builds: Builds:
- versionName: 0.3.0 - versionName: 0.3.0
versionCode: 2 versionCode: 2
disable: jars commit: v326
commit: c511fc4ad324817ab80fb3e6c44a7effaaf6735d gradle:
submodules: true - yes
srclibs: srclibs:
- 2:SVGAndroid@ae2e0405fcff18d46fde59d0a3f970661813ad89 - SVGAndroid@2a4ec54d68ce880ff386615994e5abe9350915c0
- Objenesis@1.2
- EasyMock@easymock-3.1
- Libpd@0.7.0
- ASM@ASM_3_3
- cglib@RELEASE_2_2
rm: rm:
- libs/*.jar - libs/svg-android.jar
- pd-for-android/ScenePlayer
- pd-for-android/CircleOfFifths
- res/raw/abstractions.zip - res/raw/abstractions.zip
- pd-for-android/midi/AndroidMidiTest/libs/*jar build:
- pd-for-android/PdCore/jni/libpd/libs/*jar - pushd $$SVGAndroid$$
prebuild: - mvn package
- pushd $$EasyMock$$
- $$MVN3$$ package
- popd - popd
- pushd $$Objenesis$$ - mv $$SVGAndroid$$/target/svg-android-1.2-SNAPSHOT.jar libs/svg-android.jar
- $$MVN3$$ package - ./bundle-abstractions
- 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/
- pushd pd-for-android/PdCore
- find libs -iname *.so | xargs rm
- android update project --path .
- ndk-build
- popd
- android update project --name PdDroidParty --path .
scanignore:
- pd-for-android/PdCore/libs
- pd-for-android/PdCore/obj/
- pd-for-android/ScenePlayer/libs
MaintainerNotes: |-
TODO:libpd has jar files
* 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
AutoUpdateMode: None AutoUpdateMode: None
UpdateCheckMode: RepoManifest UpdateCheckMode: None
CurrentVersion: 0.3.0 CurrentVersion: 0.3.0
CurrentVersionCode: 2 CurrentVersionCode: 2

View file

@ -1,5 +1,2 @@
RepoType: git RepoType: git
Repo: https://github.com/novak/svg-android/ Repo: https://github.com/japgolly/svg-android.git
Subdir: svgandroid
Prepare: |
cp default.properties project.properties && rm build.xml && android update lib-project -p .