Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lutraconsulting/input-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Jul 21, 2020
2 parents 545dcaa + 5a907c9 commit 1667d73
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 77 deletions.
2 changes: 1 addition & 1 deletion android/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Contains:
- QGIS core
- QgsQuick

[used versions](android/Dockerfile) - MAKE SURE YOU HAVE correct QT version (openssl) and NDK
[used versions](Dockerfile) - MAKE SURE YOU HAVE correct QT version (openssl) and NDK

4 changes: 2 additions & 2 deletions android/recipes/geodiff/recipe.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# version of your package
VERSION_geodiff=0.8.1
VERSION_geodiff=0.8.4

# dependencies of this recipe
DEPS_geodiff=()
Expand All @@ -10,7 +10,7 @@ DEPS_geodiff=()
URL_geodiff=https://github.com/lutraconsulting/geodiff/archive/${VERSION_geodiff}.tar.gz

# md5 of the package
MD5_geodiff=f93edc0889b733357b6b92ca405c90f0
MD5_geodiff=fc71253a40c234e59baecb890c837c6e

# default build path
BUILD_geodiff=$BUILD_PATH/geodiff/$(get_directory $URL_geodiff)
Expand Down
2 changes: 1 addition & 1 deletion android/recipes/libzip/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
VERSION_libzip=1-5-2

# dependencies of this recipe
DEPS_libzip=(zlib)
DEPS_libzip=()

# url of the package
URL_libzip=https://github.com/nih-at/libzip/archive/rel-${VERSION_libzip}.zip
Expand Down
11 changes: 6 additions & 5 deletions android/recipes/qgis/recipe.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#!/bin/bash

# version of your package
VERSION_qgis=3.13
VERSION_qgis=3.15

# dependencies of this recipe
DEPS_qgis=(zlib gdal qca libspatialindex libspatialite expat postgresql libzip qtkeychain exiv2 geodiff protobuf)
DEPS_qgis=(gdal qca libspatialindex libspatialite expat postgresql libzip qtkeychain exiv2 geodiff protobuf)

# url of the package
# some random commit from the 5th May 2020
URL_qgis=https://github.com/qgis/QGIS/archive/da042bb61dc7447b41b021838efe42d08b31cdd8.tar.gz
# some random commit from the 13th July 2020
URL_qgis=https://github.com/qgis/QGIS/archive/ebd4cd8c138574f0c6d6ea7911cc89abc6ad587a.tar.gz

# md5 of the package
MD5_qgis=7bb8177647370b999078134bae663cce
MD5_qgis=2ed8b8ac4217b7d290459a073710cc73

# default build path
BUILD_qgis=$BUILD_PATH/qgis/$(get_directory $URL_qgis)
Expand Down Expand Up @@ -62,6 +62,7 @@ function build_qgis() {
-DPYTHON_EXECUTABLE=`which python3` \
-DWITH_BINDINGS=OFF \
-DWITH_GRASS=OFF \
-DWITH_GEOREFERENCER=OFF \
-DWITH_QTMOBILITY=OFF \
-DWITH_QUICK=ON \
-DQCA_INCLUDE_DIR=$STAGE_PATH/include/Qca-qt5/QtCrypto \
Expand Down
61 changes: 0 additions & 61 deletions android/recipes/zlib/recipe.sh

This file was deleted.

4 changes: 2 additions & 2 deletions ios/recipes/geodiff/recipe.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# version of your package
VERSION_geodiff=0.8.1
VERSION_geodiff=0.8.4

# dependencies of this recipe
DEPS_geodiff=()
Expand All @@ -10,7 +10,7 @@ DEPS_geodiff=()
URL_geodiff=https://github.com/lutraconsulting/geodiff/archive/${VERSION_geodiff}.tar.gz

# md5 of the package
MD5_geodiff=f93edc0889b733357b6b92ca405c90f0
MD5_geodiff=fc71253a40c234e59baecb890c837c6e

# default build path
BUILD_geodiff=$BUILD_PATH/geodiff/$(get_directory $URL_geodiff)
Expand Down
1 change: 1 addition & 0 deletions ios/recipes/qgis/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ function build_qgis() {
-DWITH_INTERNAL_SPATIALITE=OFF \
-DWITH_ANALYSIS=OFF \
-DWITH_GRASS=OFF \
-DWITH_GEOREFERENCER=OFF \
-DWITH_QTMOBILITY=OFF \
-DWITH_QUICK=ON \
-DCMAKE_INSTALL_PREFIX:PATH=$STAGE_PATH \
Expand Down
7 changes: 4 additions & 3 deletions mac/recipes/qgis/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ VERSION_qgis=3.13
DEPS_qgis=(geodiff)

# url of the package
# some random commit from the 9th May 2020
URL_qgis=https://github.com/qgis/QGIS/archive/da042bb61dc7447b41b021838efe42d08b31cdd8.tar.gz
# some random commit from the 14th June 2020
URL_qgis=https://github.com/qgis/QGIS/archive/e4987fd911c8a6625819dfd7985c41f2e9560599.tar.gz

# md5 of the package
MD5_qgis=7bb8177647370b999078134bae663cce
MD5_qgis=01feb958cb6eefc7870a49deb43a7ef0

# default build path
BUILD_qgis=$BUILD_PATH/qgis/$(get_directory $URL_qgis)
Expand Down Expand Up @@ -60,6 +60,7 @@ function build_qgis() {
-DDISABLE_DEPRECATED=ON \
-DWITH_QTWEBKIT=OFF \
-DWITH_GRASS=OFF \
-DWITH_GEOREFERENCER=OFF \
-DWITH_QTMOBILITY=OFF \
-DWITH_QUICK=ON \
-DENABLE_QT5=ON \
Expand Down
2 changes: 1 addition & 1 deletion win/recipes/geodiff/recipe.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo on

set VERSION_geodiff=0.8.1
set VERSION_geodiff=0.8.4
set URL_geodiff=https://github.com/lutraconsulting/geodiff/archive/%VERSION_geodiff%.tar.gz
set BUILD_geodiff=%BUILD_PATH%\geodiff
set REPO_geodiff=%REPO_PATH%\geodiff
Expand Down
3 changes: 2 additions & 1 deletion win/recipes/qgis/recipe.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo on

set VERSION_qgis=da042bb61dc7447b41b021838efe42d08b31cdd8
set VERSION_qgis=ebd4cd8c138574f0c6d6ea7911cc89abc6ad587a
set URL_qgis=https://github.com/qgis/QGIS/archive/%VERSION_qgis%.tar.gz
set BUILD_qgis=%BUILD_PATH%\qgis
set REPO_qgis=%REPO_PATH%\qgis
Expand All @@ -24,6 +24,7 @@ cmake -G %CMAKE_GENERATOR% ^
-DWITH_INTERNAL_SPATIALITE=OFF ^
-DWITH_ANALYSIS=OFF ^
-DWITH_GRASS=OFF ^
-DWITH_GEOREFERENCER=OFF ^
-DCMAKE_DISABLE_FIND_PACKAGE_QtQmlTools=TRUE ^
-DWITH_QTMOBILITY=OFF ^
-DWITH_QUICK=ON ^
Expand Down

0 comments on commit 1667d73

Please sign in to comment.