mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'master' into 'master'
de.hu_berlin.informatik.spws2014.mapever: initial version Hi I would like to submit an app that uses Java OpenCV Android. I am unsure on how to include the OpenCV lib into the build process. The lib I downloaded is located here: http://opencv.org/downloads.html (Version 2.4.9). As far as I know this is the only (binary) source for this library(which is free software). In the app I both link to the opencv android project using the project.properties and copy some binary libs to MyAppName/libs. The project currently compiles out of the box if opened in eclipse. Could you give me any pointers on how I should set this project up in order to submit my app for f-droid? Or is it fundamentally incompatible unless I compile this OpenCV library as part of the build process? Link to a version of this App:https://github.com/diedricm/MapEver Currently the build process with fdroid build fails. I hope it is not terribly wrong the I ask this question here. See merge request !701
This commit is contained in:
commit
6ef5fc1e1a
1 changed files with 38 additions and 0 deletions
38
metadata/de.hu_berlin.informatik.spws2014.mapever.txt
Normal file
38
metadata/de.hu_berlin.informatik.spws2014.mapever.txt
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
Categories:Navigation
|
||||||
|
License:GPLv3+
|
||||||
|
Web Site:https://github.com/diedricm/MapEver
|
||||||
|
Source Code:https://github.com/diedricm/MapEver
|
||||||
|
Issue Tracker:https://github.com/diedricm/MapEver/issues
|
||||||
|
|
||||||
|
Auto Name:MapEver
|
||||||
|
Summary:Offline navigation on photographed maps
|
||||||
|
Description:
|
||||||
|
MapEver allows you to easily navigate in small areas
|
||||||
|
(e.g. zoos or parks) where specific online maps are not
|
||||||
|
available. Using only the phone's GPS, you can navigate on
|
||||||
|
a photographed map of your location to get around smoothly.
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/diedricm/MapEver.git
|
||||||
|
|
||||||
|
Build:1.0,1
|
||||||
|
commit=1.0
|
||||||
|
subdir=MapEver
|
||||||
|
submodules=yes
|
||||||
|
srclibs=1:appcompat@ad5a63f
|
||||||
|
prebuild=mkdir libs \
|
||||||
|
&& cp $$appcompat$$/libs/android-support-v7-appcompat.jar libs \
|
||||||
|
&& rm -R ../opencv/3rdparty/lib/
|
||||||
|
build=export ANDROID_NDK=$$NDK$$ \
|
||||||
|
&& cd ../opencv/platforms \
|
||||||
|
&& sh ./scripts/cmake_android_arm.sh \
|
||||||
|
&& cd build_android_arm \
|
||||||
|
&& make -j6 \
|
||||||
|
&& cp -r lib/armeabi-v7a ../../../MapEver/libs/
|
||||||
|
target=android-21
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:RepoManifest
|
||||||
|
Current Version:1.0
|
||||||
|
Current Version Code:1
|
||||||
Loading…
Reference in a new issue