46 Commits

Author SHA1 Message Date
landry
4ac373980b Bugfix update to qgis 2.18.15 2017-12-14 10:17:27 +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
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
landry
c02185de23 Bugfix update to QGIS 2.18.9. 2017-05-31 11:49:28 +00:00
landry
6334128fd0 Bugfix update to QGIS 2.18.8. 2017-05-23 09:16:29 +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
jca
439822dfc7 Another dependency fix.
Reported by ajacoutot@, ok landry@ (maintainer)
2016-12-11 19:03:35 +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
e0436afc11 Update to qgis 2.16.2.
Set USE_WXNEEDED to fix a crash in QtWebKit at startup (this should
probably be fixed in QtWebKit itself), add py-requests to RDEP for
metasearch plugin, and remove sip-related patches added in 2.16.1 update
- updating sip made them useless at last.
2016-08-31 13:13:01 +00:00
landry
cd3cd13ec4 Update to QGIS 2.16.1.
See http://changelog.qgis.org/en/qgis/version/2.16.0/.

Add two patches reverting selected chunks of upstream commits leading to
segfaults in python/sip initializations, until if figure out what's
wrong in upstream ticket #15347, hopefully at g2k16. With those two
commits reverted, it runs fine...
2016-08-08 17:45:40 +00:00
landry
ac464e8251 Bugfix update to QGIS 2.14.3. 2016-06-01 14:05:22 +00:00
landry
2fce11f54f Bugfix update to QGIS 2.14.1. 2016-03-29 15:09:52 +00:00
landry
74756882cd Update to QGIS 2.14.
See http://changelog.qgis.org/en/qgis/version/2.14.0/ for changes.
2016-03-02 14:39:10 +00:00
landry
0930928f56 Bugfix update to QGIS 2.12.1. Fix paths in patch while here. 2015-12-07 13:11:41 +00:00
sthen
91fd752133 remove devel/flex dep, these are ok with base flex 2015-11-20 12:01:07 +00:00
landry
4e2b8d623d Remove generated files and cmake butchery now that we have a decent
bison. Thanks jca@!
2015-11-16 10:22:59 +00:00
sthen
001d437068 add LL to constants > 2^32 to unbreak 32-bit arches 2015-11-01 20:48:06 +00:00
landry
4e94e6dc5b Upgrade to QGIS 2.12.
- See https://www.qgis.org/en/site/forusers/visualchangelog212/ for the
changes.
- Regenerate qgisrastercalcparser.{h,c}pp with out-of-ports bison 2.6
- Now uses qca2 & qca-ossl for https handling
- Remove now useless patches
2015-10-31 15:29:44 +00:00
landry
231756fe8a Add link to upstream merged PR. 2015-07-21 11:39:52 +00:00
landry
e4516f61b6 Update to QGIS 2.10.1.
See https://github.com/qgis/QGIS/blob/master/NEWS for ...news...
2015-07-21 10:06:14 +00:00
landry
06842348fb Remove patches merged upstream in http://hub.qgis.org/issues/10762,
thank you cvs for screwing me once again. Noticed by naddy.
2015-03-17 13:25:34 +00:00
landry
02117921d3 Update to QGIS 2.8.1.
See http://www2.qgis.org/en/site/forusers/visualchangelog28/
2015-03-16 20:06:32 +00:00
landry
17be03d742 Update to qgis 2.6.0 'Brighton'.
See https://www.qgis.org/en/site/forusers/visualchangelog260/index.html
Use devel/gflex instead of base flex which doesnt seem to handle
%option reentrant, used since
2427546d88
commit parser files generated locally with bison 2.6.2.
2014-11-10 16:05:17 +00:00
dcoppa
8f3f8b6610 Fix dependency
spotted by landry@
2014-10-07 07:07:40 +00:00
landry
12c992023a Moar cvs add/rm 2014-08-20 09:00:36 +00:00
landry
c7bf069305 Long awaited update to QGIS 2.4.0.
Since 1.8, QGIS requires bison > 2.4 at build time, but since noone
cares enough our bison is still stuck at 2.3. To workaround this,
add the parsers generated with a WIP bison 2.6.2 to files/, and comment
out the Cmake goo to call/detect bison.

Add patches from http://hub.qgis.org/issues/10762.

I've used QGIS 1.8, 2.0, 2.2 and 2.4 without issues since > 2 years.
2014-08-20 08:54:45 +00:00
sthen
5dc0a1c734 add an adapted patch from upstream to adapt to new py-sip 2013-11-08 22:40:38 +00:00
landry
859557c29f Bugfix update to qgis 1.7.4.
See for the list of bugs fixed:
http://www.qgis.org/en/about-qgis/qgis-releases/139-qgis-1-7-4-releasehtml.html

(we cant update to 1.8.0 because our bison is too old, and newer bisons
dont cope well with our m4)
2012-11-01 07:25:36 +00:00
espie
072de78ddf fix namespace issues for qt 4.8.2 2012-06-13 10:28:03 +00:00
landry
c1336cc849 Bugfix update to QuantumGIS 1.7.3 :
- set SHARED_ONLY and merge PFRAG.shared into PLIST
- fix my mail address
- see http://www.qgis.org/en/about-qgis/qgis-releases/137-qgis-1-7-3-releasehtml.html
2011-12-29 21:44:06 +00:00
landry
27e085c511 Update to QuantumGIS 1.7.0, been using it for some weeks without issues.
Add a bunch of patches to install/access the doc in the correct dir.
see release notes for details :
http://www.qgis.org/en/component/content/article/127-qgis-1-7-release.html
With feedback from okan@, thanks !
2011-07-07 20:34:27 +00:00
dcoppa
b7ae534a02 Unbreak build after py-sip/py-qt4 updates
(Upstream changeset 14988).

Tested in a bulk build by landry@
OK landry@, sthen@
2011-05-17 08:53:50 +00:00
landry
2d3c925c45 Update to QuantumGIS 1.6.0.
See http://blog.qgis.org/node/146 for details on this release.
2010-12-08 09:07:48 +00:00
sthen
abb90d75e6 Fix build with sip >= 4.11; discussed with Phil @ riverbank 2010-09-07 10:23:31 +00:00
landry
c2c0ebe6c5 Update to qgis 1.5.0, now bundles gdaltools plugin.
ok ajacoutot@
2010-08-30 11:02:48 +00:00
espie
c0a226b255 fix build with g++4, which does have those isnan 2010-05-23 17:50:56 +00:00
dcoppa
a33c4ad37d Pass Qt4 dependent libraries to linker: this makes lib-depends-check
happy.

OK landry@
2010-05-11 06:41:30 +00:00
dcoppa
653bb123a5 Unbreak after py-sip update.
OK landry@
2010-04-28 11:32:30 +00:00
landry
401b5aea9a Update to Quantum GIS 1.4.0.
see http://blog.qgis.org/node/142 for details.
2010-01-11 20:13:31 +00:00
landry
84d3978d5e Update to Quantum GIS 1.3.0. 2009-10-29 19:59:38 +00:00
landry
37e8003ad6 Update to Quantum GIS 1.2.0, see http://blog.qgis.org/node/137 for
details.
Use gettext module & modpy_lib_depends.
2009-09-06 11:19:17 +00:00
landry
afa5a71b2d Import Quantum GIS 1.0.2:
QGIS aims to be an easy to use GIS, providing common functions and
features. The initial goal was to provide a GIS data viewer, but now
it also permits to edit, create and analyze lots of spatial datas.
QGIS supports a number of raster and vector data formats, with new
support easily added using the plugin architecture.

with some tweaks by and ok ajacoutot@
2009-06-01 23:14:58 +00:00