107 Commits

Author SHA1 Message Date
landry
ed3bb203cc Update to qgis 3.8.0, compatible with proj 6.
Enforce py-sip>=4.19.4 requirement for c++11 scoped enums.
Backport https://github.com/qgis/QGIS/pull/30336 to fix issues with proj 6.
2019-07-03 09:45:05 +00:00
landry
8bc2aa6ce5 Update to QGIS 3.6.3.
note that some features are broken since the update to proj 6, as
upstream QGIS only plans full support in 3.8 due in a month, but failed
to properly state so and prevent building against proj 6.
2019-05-23 06:50:18 +00:00
landry
1510c2cf12 Update to QGIS 3.6.2. 2019-04-29 11:06:31 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
landry
0f4bf14d3e Update to QGIS 3.6.1. 2019-04-15 18:22:50 +00:00
landry
76304bd7d9 Build qgis against system mdal. 2019-03-16 07:03:31 +00:00
landry
0f7d89c2bb Update to QGIS 3.6.0.
See http://changelog.qgis.org/en/qgis/version/3.6.0/
Note that it uses the internal mdal for now, but i have a wip port for it.
2019-03-13 19:46:15 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
landry
8f07f47ca8 Update to qgis 3.4.5.
Note that this is from the LTR branch, will soon update to 3.6.x..
2019-02-26 08:15:08 +00:00
landry
b29379fe3f Update to QGIS 3.4.4. 2019-01-22 08:22:00 +00:00
landry
44eff4c07c Update to qgis 3.4.3. 2018-12-28 09:01:53 +00:00
landry
dd4b971cdf Update to qgis 3.4.2 2018-12-07 23:17:35 +00:00
landry
c3f5af08a4 Update to QGIS 3.4.1. 2018-11-05 10:51:47 +00:00
landry
dfb72fe773 Update to QGIS 3.4.0.
See http://changelog.qgis.org/en/qgis/version/3.4.0/

Add patches from https://github.com/qgis/QGIS/pull/8357
2018-10-29 08:25:30 +00:00
landry
bfd67b9ab5 Update to qgis 3.2.3.
Backport bits of https://github.com/qgis/QGIS/pull/7824 to fix a crash
upon ctrl-k.
2018-09-16 16:47:59 +00:00
landry
8d5b6c6912 Update to qgis 3.2.2. 2018-08-22 13:43:30 +00:00
landry
53946883d1 Update to qgis 3.2.1. 2018-07-23 07:05:32 +00:00
espie
a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
landry
094a5d0dda Update to QGIS 3.2.0.
See https://qgis.org/en/site/forusers/visualchangelog32/index.html
2018-06-25 06:52:59 +00:00
landry
9c957fb273 Bump REVISION and fix WANTLIB after qwt split. 2018-05-28 18:48:22 +00:00
landry
bf4a0127dc Update to qgis 3.0.3. 2018-05-20 07:21:58 +00:00
landry
136517e1e0 Update to qgis 3.0.2. 2018-04-23 17:00:54 +00:00
landry
9ce39b3e90 Major update to QGIS 3.0.1.
- Switch from python2/Qt4 to python3/Qt5 (note that a handful of plugins
  arent ported yet..)
- overhaul post-install for proper icons/desktop files, mostly taken
  from debian packaging
- lots of patches merged upstream (github PRs #6169 & 6171 among others)
- still a nasty bug with file dialogs when running inside a gtk desktop
  environment, being investigated (upstream ticket #17825).

See http://blog.qgis.org/2018/02/23/qgis-3-0-girona-is-released/ &
https://qgis.org/en/site/forusers/visualchangelog30 for user-facing details.

Mostly worked on at a HAM and then at p2k18, been using various
snapshots of master at work since some months, and playing with 3d features...
2018-04-09 12:40:34 +00:00
landry
5e8c3c664c Update to qgis 2.18.17.
Add py-jinja2 & py-pygments to RDEP for MetaSearch plugin, reported by
Loic Bartoletti (thanks!)
2018-03-19 13:40:34 +00:00
landry
ea3e38adad Bugfix update to QGIS 2.18.16. 2018-01-23 14:15:32 +00:00
landry
4ac373980b Bugfix update to qgis 2.18.15 2017-12-14 10:17:27 +00:00
landry
64a3be4911 Ensure qgis depends on the default/non-qt5 flavor of x11/qwt. 2017-12-05 08:33:44 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
landry
a077d70bf8 Update to QGIS 2.18.14. While here fix WANTLIB for newer qscintilla. 2017-10-30 13:56:46 +00:00
landry
202e9dfea5 Update to QGIS 2.18.13.
Remove python/core/qgscoordinatetransform.sip patch, was fixed
differently upstream in https://issues.qgis.org/issues/17039
2017-09-18 12:12:46 +00:00
landry
ca160c98b0 Update to QGIS 2.18.12. 2017-08-28 12:25:16 +00:00
sthen
48dbc605b1 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 09:55:44 +00:00
landry
0deb6047e1 Update to QGIS 2.18.11. 2017-07-25 06:47:08 +00:00
zhuk
501af78c88 Fix situatuion when both new QGis and new SIP are met.
Reported by naddy@, thanks!
2017-07-19 15:48:31 +00:00
rsadowski
f43469df71 Bump all and adjust WANTLIB and patches after qca update
OK sthen@
2017-07-11 20:42:34 +00:00
landry
08c799ba81 Update to QGIS 2.18.10. 2017-06-25 13:35:42 +00:00
landry
c02185de23 Bugfix update to QGIS 2.18.9. 2017-05-31 11:49:28 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
landry
6334128fd0 Bugfix update to QGIS 2.18.8. 2017-05-23 09:16:29 +00:00
espie
4cf9195daa more WANT_CXX / LIBECXX 2017-05-13 17:40:26 +00:00
landry
783a36ec24 Bugfix update to qgis 2.18.7 2017-04-25 11:54:54 +00:00
landry
4850cce04d Bugfix update to QGIS 2.18.6. 2017-04-18 12:08:59 +00:00
landry
dff1040483 Update to qgis 2.18.3. 2017-02-07 08:20:51 +00:00
landry
376cfc4d70 Update to qgis 2.18.2.
Remove patch-src_gui_qgisgui_h which was part of
3e738405e2
upstream.

Switch to use gcc4 on all platforms (not only on i386), the new DWG
importer (added in a stable branch.. sigh) doesn't build with base gcc,
and what's the point of trying to build a modern c++ codebase with a 10
year-old compiler ?

Bump all shlib majors for lots of symbols removed as a consequence.
2016-12-22 21:34:06 +00:00
landry
7ae8154226 Bugfix update to qgis 2.18.1 2016-11-30 16:53:37 +00:00
landry
e8a754552b Update to QGIS 2.18.0.
See http://changelog.qgis.org/en/qgis/version/2.18.0/ for a visual list
of changes.
2016-11-01 09:18:13 +00:00
landry
20e81f4f54 Update to QGIS 2.16.3. 2016-10-04 20:04:00 +00:00