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.
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.
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...
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.
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@