summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-10-102-6/+28
|
* Merge pull request #1931 from tonytheodore/sqlcipherTony Theodore2017-10-104-26/+93
|\ | | | | Add package sqlcipher
| * tcl: add native build for sqlcipherTony Theodore2017-10-102-26/+35
| |
| * sqlcipher: fix build, install program, and build testTony Theodore2017-10-101-14/+8
| |
| * add package sqlcipherBoris Nagaev2017-10-102-0/+64
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-10-102-2/+2
| |
* | update vmimeMark Brand2017-10-101-2/+2
|/
* Merge pull request #1930 from tonytheodore/tclTony Theodore2017-10-102-8/+12
|\ | | | | tck.tk plugin: use new style options, full install, and fix build
| * tck.tk plugin: use new style options, full install, and fix buildTony Theodore2017-10-102-8/+12
|/ | | | Users of this plugin probably want a full install and newer autotools treat unrecognized options as warnings
* Merge pull request #1929 from tonytheodore/url2Tony Theodore2017-10-101-0/+1
|\ | | | | libmikmod: add URL_2
| * libmikmod: add URL_2Tony Theodore2017-10-101-0/+1
|/
* Merge pull request #1928 from tonytheodore/libharu-pkg-configTony Theodore2017-10-101-5/+15
|\ | | | | libharu: add *.pc file and use for test
| * libharu: add *.pc file and use for testTony Theodore2017-10-101-5/+15
|/
* Merge pull request #1927 from tonytheodore/cleanup-styleTony Theodore2017-10-1016-420/+420
|\ | | | | Style cleanup
| * run make cleanup-deps-styleTony Theodore2017-10-106-6/+6
| |
| * run make cleanup-styleTony Theodore2017-10-1010-414/+414
|/
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-10-102-21/+65
|
* Merge pull request #1926 from tonytheodore/gis-newTony Theodore2017-10-1021-202/+475
|\ | | | | GIS related packages - New and updated
| * ossim: update and switch to githubTony Theodore2017-10-102-20/+64
| | | | | | | | | | The master branch appears to be a stable release branch so track that instead of tags which have unpredictable names
| * Style updatesLuke2017-10-103-5/+4
| |
| * Update gdal version. Removed patch for openjpeg-2.2 as gdal now supports it ↵Luke2017-10-102-64/+25
| | | | | | | | directly.
| * Update spatialite for style and functionality.Luke2017-10-103-378/+32
| |
| * Update freexl for style.Luke2017-10-102-7/+28
| |
| * Update gdal; adds spatialite supportLuke2017-10-102-102/+110
| |
| * Added SpatiaLite, an open-source library to extend SQLite to support Spatial SQLLuke2017-10-103-0/+444
| |
| * Update geosLuke2017-10-102-59/+39
| |
| * Added libspatialindex, a generic C/C++ library for spatial indexingLuke2017-10-102-0/+55
| |
| * Added qtkeychain, a platform-independent Qt API for storing passwords securelyLuke2017-10-101-0/+44
| |
| * Added FreeXL, an open-source Excel data extractorLuke2017-10-101-0/+39
| |
| * Update host-toolchain make-w32; the old download package was no longer availableLuke2017-10-101-2/+2
| |
| * Update: armadilloLuke2017-10-101-2/+2
| |
| * Update qscintilla2Luke2017-10-101-8/+8
| |
| * Update json-cLuke2017-10-101-2/+2
| |
| * Update libgeotiffLuke2017-10-102-6/+29
| |
| * Update projLuke2017-10-101-1/+1
| |
| * Update gtaLuke2017-10-101-2/+3
|/
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-10-092-12/+12
|
* Merge pull request #1923 from pavelvat/update-gstreamerTony Theodore2017-10-096-12/+12
|\ | | | | update gstreamer
| * update gstreamerPavel Vatagin2017-10-086-12/+12
| |
* | Merge pull request #1922 from tonytheodore/pkg-patchesTony Theodore2017-10-096-4/+101
|\ \ | |/ |/| Improve plugin patch handling and fix gcc7/gcc-host related issues
| * mingw-w64: fix gcc7 buildLuke Potgieter2017-10-092-0/+93
| | | | | | | | | | | | Taken from and fixes #1782 Add to gcc7 plugin since it breaks opencv and cgal for gcc5
| * winpthreads-host: use mingw-w64 patchesTony Theodore2017-10-091-0/+1
| |
| * gcc: workaround parallel build failureTony Theodore2017-10-092-1/+3
| |
| * gcc-host plugin: use gcc patchesTony Theodore2017-10-091-1/+1
| | | | | | | | prevents mismatches when other gcc plugins are used
| * Makefile: always eval $(PKG)_PATCHES as a variableTony Theodore2017-10-091-2/+3
|/ | | | | Allows plugin packages to re-use the variable (eg. gcc7 and gcc-host) and keep this metadata in sync (same as *_VERSION, *_FILE, etc.)
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-10-072-64/+64
|
* qt5: update to 5.9.2Mark Brand2017-10-0733-56/+101
| | | | qtwebkit is still at version 5.9.1 since 5.9.2 is not published.
* Update packages.json & build-matrix.htmlHEADmasterMXEBot as Travis CI2017-10-042-2/+2
|
* update curlMark Brand2017-10-041-2/+2
|
* Merge pull request #1918 from tonytheodore/gcc-plugin-patchesTony Theodore2017-10-014-0/+56
|\ | | | | gcc plugins: use plugin-specific patches