640 Commits

Author SHA1 Message Date
Juergen E. Fischer
0655276cb9 Bump version to 3.19 2021-02-19 13:12:08 +01:00
Juergen E. Fischer
e15b8947c0 include hana provider in packages 2021-01-14 13:00:46 +01:00
Juergen E. Fischer
94c5694354 debian packaging: add back python3-sip-dev for dh_sip3 in unstable 2021-01-04 17:19:37 +01:00
Juergen E. Fischer
d19ac80f26 debian packaging: adapt to moved sip files 2020-12-27 18:54:01 +01:00
Juergen E. Fischer
f599d82db2 debian packaging: include untwine 2020-12-25 10:38:22 +01:00
Juergen E. Fischer
312e24a0bb Revert "debian packaging: disable pdal provider on all dists except unstable"
As b5e98c346da2 reverts back to support earlier PDAL versions than 2.2.

This reverts commit a75ff775f976aa044dd4439762a135cffda737fb.
2020-12-23 14:54:30 +01:00
Juergen E. Fischer
a75ff775f9 debian packaging: disable pdal provider on all dists except unstable 2020-12-22 23:04:14 +01:00
Juergen E. Fischer
17134eee5e debian packaging: enable entwine point clouds 2020-11-12 10:47:01 +01:00
Juergen E. Fischer
3922a28dbc folloup CMakeLists.txt updates (followup eddf6feb) 2020-11-11 23:08:26 +01:00
Juergen E. Fischer
53380b8048 debian packaging: fix groovy build 2020-11-11 11:12:44 +01:00
Juergen E. Fischer
6711edbd7c debian packaging: move qt5-image-formats-plugins dependency to
qgis-providers (fixes 71a755a023, closes #39886, closes #39887)
2020-11-09 23:50:06 +01:00
Juergen E. Fischer
9e02078d88 debian packaging: add pdal provider and switch to sip5 2020-11-07 19:02:13 +01:00
Juergen E. Fischer
e8fd9c3ec4 set debian/compat to 10 2020-11-05 22:37:09 +01:00
Juergen E. Fischer
71a755a023 debian packaging: add qt5-image-formats-plugins dependency (closes #39763) 2020-11-02 21:29:19 +01:00
Juergen E. Fischer
09d6185b06 debian packaging: drop ubuntu eoan add ubuntu groovy 2020-11-02 21:29:19 +01:00
Juergen E. Fischer
72574567e3 Bump version to 3.17 2020-10-23 14:12:56 +02:00
Juergen E. Fischer
e2db34f6ec Fix qt plugins directory setting again (followup 736e3947d958fed) 2020-08-24 22:30:14 +02:00
Juergen E. Fischer
f20d5624dd debian packaging: include landing page service 2020-08-16 20:39:27 +02:00
Juergen E. Fischer
48619cf552 debian packaging fixes:
* include qgis-server-wmts
* fix Qt53DExtras cmake module lookup
2020-08-02 21:50:19 +02:00
Juergen E. Fischer
ffe9dd554b fix f54c8fb7ee 2020-07-14 00:26:29 +02:00
Juergen E. Fischer
f54c8fb7ee debian packaging: split server into several packages 2020-07-09 01:34:39 +02:00
Juergen E. Fischer
b726848e38 fix 3d build on debian unstable 2020-06-26 09:11:21 +02:00
Juergen E. Fischer
0ac73f4fe4 Bump version to 3.15 2020-06-19 14:17:00 +02:00
Juergen E. Fischer
f1e3f82cb7 fix debian rules (followup 28e02f895f) 2020-06-10 23:52:11 +02:00
Juergen E. Fischer
b304e3843a fix installation and some other followup cleanups to dcd017a655f 2020-06-10 12:25:29 +02:00
Yauhen Kharuzhy
28e02f895f debian/rules: Fix invalid sed expression syntax to calculate PYTHON_LIBRARY
debian/rules contains sed invocation for calculation of PYTHON_LIBRARY
path. At debian sid, sed fails here with message:

  sed: -e expression #1, char 11: unknown option to `s'

This causes by invalid escaping of '#' symbol in sed expression
(expression is defined in quotes, not in double-quotes):

PYTHON_LIBRARY=$(shell python3-config --ldflags --embed | sed -e 's\#-L\(.*\) -L/usr/lib -l\([^ ]*\) .*$$\#\1/lib\2.so\#')

Removing of escape symbols before '#' fixes this. Maybe this solution should be
checked with older versions of 'make'.
2020-06-10 10:09:33 +10:00
Peter Petrik
dcd017a655
Remove txt2tags dependency (use markdown instead) 2020-06-10 10:00:22 +10:00
Nyall Dawson
6a4d22723e Drop coordinate capture plugin
This functionality has been moved to an out-of-the-box "Copy Coordinate"
option available by right-clicking on a map canvas while the pan, zoom,
or select tools is active.
2020-05-26 13:51:41 +10:00
Nyall Dawson
25a3ced031 Cleanup remnants 2020-05-25 11:39:20 +10:00
Nyall Dawson
bc7bce8a72 Drop the evis plugin
It's unmaintained, and duplicates functionality which is exposed
elsewhere in QGIS
2020-05-25 08:29:23 +10:00
José de Paula Rodrigues Neto Assis
c91e0e8450 Drop Globe plugin
Dropping Globe plugin from the QGIS sources. It depends on osgearth no
newer than version 2.8, released on 2016-09-05, and which is impossible
to build against modern (Qt 5.13+) versions of Qt. With this, the
optional QGIS dependency on OpenSceneGraph and osgearth is also removed.
2020-05-25 08:29:03 +10:00
Benjamin Trigona-Harany
73e888d946 Debian mime file 2020-05-22 12:33:28 +10:00
Benjamin Trigona-Harany
3103538736 Add seperate mimetype for qgz 2020-05-22 12:33:28 +10:00
Juergen E. Fischer
facceb6931 debian packaging: verify absence of Qt3DExtras system headers before
falling back to internal copy
2020-05-19 23:44:05 +02:00
Juergen E. Fischer
765aa9c705 spelling fixes 2020-04-30 08:20:30 +02:00
Juergen E. Fischer
2d74769405 debian packaging: fix 8ee4d0572f9 2020-04-28 07:27:09 +02:00
Juergen E. Fischer
8ee4d0572f packaging updates for qgis_process (followup bfadf47d16) 2020-04-24 16:30:45 +02:00
Juergen E. Fischer
c0df11bebb fix debian packaging and INSTALL (fixes 722dd8ad45b) 2020-04-05 18:26:45 +02:00
Juergen E. Fischer
214e719f2d debian packaging: add protobuf dependencies 2020-04-03 14:58:21 +02:00
Gerald Richter
788156190c extend mime-type spec for .qgz
the alternative file ending for **compressed qgis project files**
was missing, causing those files to be opened by an archiver application by default
2020-03-29 06:33:41 +10:00
Juergen E. Fischer
722dd8ad45 debian packaging: update libpython detection also on sid (followup 4987a5621d3) 2020-03-08 16:11:38 +01:00
Juergen E. Fischer
2748295979 debian packaging: drop dependency on python-gdal for ubuntu focal (fixes #34897) 2020-03-06 09:53:18 +01:00
Juergen E. Fischer
d2446e0536 Bump version to 3.13 2020-02-21 13:38:01 +01:00
Juergen E. Fischer
4987a5621d debian packaging: explicitly set python library on focal 2020-02-20 00:33:54 +01:00
Juergen E. Fischer
b5f76d5f67 debian packaging: add ubuntu focal and drop disco 2020-02-12 20:34:46 +01:00
Juergen E. Fischer
50514b9577 debian packaging: include qgis_mapserver binary 2020-01-27 22:38:52 +01:00
Juergen E. Fischer
c34ce38127 debian packaging: include postgres raster provider (fixes #33960) 2020-01-22 02:30:41 +01:00
Juergen E. Fischer
0a9c9e6696 debian packaging: enable installing sips
(followup 3b9ccf375, 4c23fd498, d573e3be9)
2020-01-21 03:38:07 +01:00
Juergen E. Fischer
4c23fd4983 debian packaging: include installed sips 2020-01-17 10:41:37 +01:00
Juergen E. Fischer
8fedf7c72a debian packaging: python-gdal still needed for gdal python scripts 2019-11-19 10:52:14 +01:00