Skip to content

Commit

Permalink
Update CameraFileCopy to 0.5.13 (9)
Browse files Browse the repository at this point in the history
  • Loading branch information
F-Droid checkupdates bot committed Jun 25, 2023
1 parent 2b4e74d commit e4adaec
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions metadata/org.cimbar.camerafilecopy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,35 @@ Builds:
- popd
ndk: r22b

- versionName: 0.5.13
versionCode: 9
commit: a7190cefe536cd010245b23908a4be08e5b92406
subdir: app
sudo:
- apt-get update
- apt-get install -y cmake ninja-build
gradle:
- yes
srclibs:
- [email protected]
prebuild:
- sed -i -e "s:^opencvsdk=.*:opencvsdk=$$opencv$$/build/install/:" ../gradle.properties
- pushd $$opencv$$
- mkdir -p build
- cd build
- cmake -GNinja -DBUILD_ANDROID_EXAMPLES='OFF' -DINSTALL_ANDROID_EXAMPLES='OFF'
-DBUILD_DOCS='OFF' -DBUILD_TESTS='OFF' -DBUILD_EXAMPLES='OFF' -DANDROID_ABI='arm64-v8a'
-DANDROID_TOOLCHAIN='clang' -DANDROID_PLATFORM_ID='3' -DBUILD_PERF_TESTS='OFF'
-DINSTALL_CREATE_DISTRIB='ON' -DANDROID_STL='c++_shared' -DWITH_TBB='ON' -DANDROID_GRADLE_PLUGIN_VERSION='4.1.2'
-DWITH_OPENCL='OFF' -DCMAKE_TOOLCHAIN_FILE="$$NDK$$/build/cmake/android.toolchain.cmake"
-DGRADLE_VERSION='6.5' -DWITH_IPP='OFF' -DANDROID_PROJECTS_BUILD_TYPE='GRADLE'
-DBUILD_KOTLIN_EXTENSIONS='OFF' ..
- ninja opencv_modules
- ninja install/strip
- popd
ndk: r22b

AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 0.5.12
CurrentVersionCode: 8
CurrentVersion: 0.5.13
CurrentVersionCode: 9

0 comments on commit e4adaec

Please sign in to comment.