1457 Commits

Author SHA1 Message Date
landry
b1ecdb9103 Update to pgpointcloud 1.2.1, from wen heping, thanks ! 2020-11-26 07:43:33 +00:00
sthen
796a02331b switch python 2 users of Pillow to graphics/py2-Pillow.
py-Pillow is now 3-only.
2020-11-24 16:44:16 +00:00
landry
0e513a0277 geo/qgis: update to 3.16.1 2020-11-24 13:12:45 +00:00
landry
279c1007bc geo/pgrouting: update to 3.1.1 2020-11-24 09:33:51 +00:00
landry
519a838cb6 geo/postgis: update to 3.0.3 2020-11-24 09:22:28 +00:00
landry
7d966eff32 Update to MDAL 0.7.2 2020-11-24 07:47:21 +00:00
namn
b2b538134c add myself
ok thfr@
2020-11-21 01:50:57 +00:00
landry
9db17b6ae2 Update to mapproxy 1.13.0.
Add RDEP on py3-proj as it now tries it first to use proj>=6 APIs.

See https://mapproxy.org/blog/new-mapproxy-1.13.0-release/
2020-11-20 07:43:41 +00:00
landry
bcba1cbc6d Move bracket to avoid "- 'VirtualXPath' [XML Path Language - XPath]" being printed to stderr everytime gdal/spatialite is initialized. 2020-11-12 13:59:31 +00:00
rsadowski
d05d50d3ff Unbreak with qwt 6.1.5 2020-11-09 18:41:44 +00:00
jasper
98aa5dc9bd explicitly disable tests to prevent picking up gtest and then failing to build.
updating gtest (+patches from git) end up breaking on ports so let's disable
the tests here instead.

ok landry@ (MAINTAINER)
2020-11-05 16:43:29 +00:00
sthen
e07ffc92aa update to traccar-4.1.1, from Renaud Allard, plus regen patch 2020-11-04 10:46:32 +00:00
landry
3394cc63de Update to gdal 3.2.0.
See https://github.com/OSGeo/gdal/blob/v3.2.0/gdal/NEWS
2020-11-04 09:19:47 +00:00
landry
2477aa2b97 Update to QGIS 3.16.0.
See https://changelog.qgis.org/en/qgis/version/3.16/
2020-10-24 16:58:48 +00:00
landry
7a8988853c Update to GDAL 3.1.4.
See https://github.com/OSGeo/gdal/blob/v3.1.4/gdal/NEWS#L1
2020-10-24 11:48:31 +00:00
landry
c54f33e87d Update to MDAL 0.7.1 2020-10-23 14:00:17 +00:00
landry
008710dc3e Remove patches that i forgot to cvs rm - noticed by sthen@, thanks! 2020-10-20 14:41:29 +00:00
landry
16e4217a21 Update to pdal 2.2.0.
See https://github.com/PDAL/PDAL/releases/tag/2.2.0.

There's still a build failure if devel/gtest is installed (reported by
ajacoutot@ & naddy@ with 2.1.0) but i'll look into that.
2020-10-19 06:34:58 +00:00
martin
921c5d6e41 Update py-supermercado to 0.2.0. 2020-10-16 12:52:36 +00:00
landry
e5f37c0e0e Fix WANTLIB-main after spatialite update (ie add minizip & rttopo) 2020-10-11 16:42:30 +00:00
landry
7c87ed6ada Actually remove:
- spatialite_gis
- librewms
- librasterlite
- libgaiagraphics
2020-10-11 16:41:12 +00:00
landry
5c629426a4 Link virtualpg to the build, and unlink spatialite_gis, librewms (both
dead upstream and superseded by spatialite_gui), libgaiagraphics &
librasterlite (dead upstream, now unused and superseded by librasterlite2)
2020-10-11 16:39:30 +00:00
landry
5309260a5b Update to spatialite_gui-2.1.0beta1.
Depends on libspatialite 5.0.0, librasterlite2 1.1.0beta1 and the newly
imported virtualpg.

Disable libxlsxwriter support as we dont have a port (yet?) for
https://libxlsxwriter.github.io/.
2020-10-11 16:37:53 +00:00
landry
204e5af924 Drop -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1 from CONFIGURE_ENV, not needed anymore since spatialite now properly supports proj 6 API 2020-10-11 16:34:56 +00:00
landry
3147e0aea6 Update to librasterlite2 1.1.0beta1.
Adds dependencies on geo/librttopo, archivers/minizip & graphics/openjp2
for proper JPEG2000 support.
2020-10-11 16:34:03 +00:00
landry
7477f32b99 Update to spatialite-tools 5.0.0 2020-10-11 16:31:00 +00:00
landry
bd7c9ee9a3 Update to libspatialite 5.0.0.
Add dependency on archivers/minizip & geo/librttopo.

Now supports proj6 API since
https://www.gaia-gis.it/fossil/libspatialite/info/6eabdf0e6d3520a7
2020-10-11 16:30:30 +00:00
landry
9554546d05 Import virtualpg 2.0.0.
virtualpg is a dynamic extension for the SQLite DBMS. it implements the
VirtualPostgres driver, allowing to directly exchange data between
SQLite and PostgreSQL; if SpatiaLite is available even PostGIS
geometries can be exchanged from one Spatial DBMS to the other.

New requirement for an upcoming spatialite_gui update.

ok solene@
2020-10-11 16:20:47 +00:00
landry
4d1202ed5e +librttopo 2020-10-11 16:11:47 +00:00
landry
ef11de45d8 Import librttopo 1.1.0.
The RT Topology Library exposes an API to create and manage standard
(ISO 13249 aka SQL/MM) topologies using user-provided data stores.

The code is derived from PostGIS liblwgeom library enhanced to provide
thread-safety, have less dependencies and be independent from PostGIS release
cycles.

New requirement for upcoming geo/spatialite update

ok solene@
2020-10-11 16:11:15 +00:00
landry
d3551cb344 Remove patch that isnt needed anymore, build failure noted by ajacoutot@ 2020-10-10 16:57:46 +00:00
naddy
6d3bcb3fd0 typo in variable name 2020-10-09 21:14:28 +00:00
landry
4b91afd73a Update to osm2pgrouting 2.3.6. 2020-10-09 17:23:51 +00:00
landry
ecb21797eb Update to py3-shapely 1.7.1 2020-10-09 16:25:21 +00:00
landry
08c2b10f22 Fix distinfo; somehow upstream rerolled tarball ?
Reported by naddy@, thanks !
2020-10-07 04:35:20 +00:00
martin
c408d02ea6 Update py-rasterio to 1.1.7. 2020-10-06 11:02:34 +00:00
landry
30cd25e0eb update to freexl 1.0.6 2020-10-06 07:52:09 +00:00
landry
3d6b2be3b6 Update to readosm 1.1.0a (versionned as 1.1.0pl0) 2020-10-06 07:51:14 +00:00
sthen
a1fe7ca0dc bump, py-qscintilla pkgpath changed 2020-10-02 21:40:35 +00:00
martin
083e262a00 Update py-rasterio to 1.1.6. 2020-09-17 09:41:06 +00:00
landry
6c5e3e351b Update to QGIS 3.14.16. 2020-09-14 07:25:27 +00:00
landry
5e0910a550 Update to mdal 0.7.0. 2020-09-14 07:21:40 +00:00
landry
07a3c5b774 Update to spatialindex 1.9.3.
New upstream revived (previously dormant since 2015), moved tarballs to
github and switched to cmake. The sole two consumers (qgis and minetest)
build & start fine with this update.
2020-09-14 07:21:07 +00:00
landry
2dfa51dfce Update to gdal 3.1.3.
See https://github.com/OSGeo/gdal/blob/v3.1.3/gdal/NEWS#L1
2020-09-07 16:32:11 +00:00
cwen
15ead33943 p5-Geo-Coordinates-OSGB: add a missing RUN_DEPENDS
OK sthen@
2020-08-30 17:58:52 +00:00
martin
60782ead80 Update py-mercantile to 1.1.6. 2020-08-29 19:03:18 +00:00
sthen
15bbd23e1d mark pgrouting BROKEN-i386, clang ICE 2020-08-29 11:21:00 +00:00
kirby
2cf5c8e11a update to qmapshack-1.15.0 2020-08-25 18:43:54 +00:00
landry
f4daf49e90 Update to qgis 3.14.15 (Pi) 2020-08-24 06:02:46 +00:00
landry
eff10df79d Update to postgis 3.0.2 2020-08-23 06:16:22 +00:00