summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add package libsshTony Theodore2017-10-292-0/+275
| | | | | | | Another SSH library with different focus (and distinct headers/libs). See: https://www.libssh2.org/libssh2-vs-libssh.html
* update sqliteMark Brand2017-10-281-2/+2
|
* dbus: fix darwin buildTony Theodore2017-10-281-0/+21
| | | | no `-e` option to `echo`, should be portable
* update: dbus, freetds, harfbuzzMark Brand2017-10-273-6/+6
|
* Merge pull request #1944 from tomicooler/masterTony Theodore2017-10-272-0/+75
|\ | | | | add zstd library
| * add zstd libraryTamas Domok2017-10-272-0/+75
| |
* | vtk: fix native build on headless serverTony Theodore2017-10-271-0/+2
| | | | | | | | OpenGL/Mesa libs aren't required for compile tools
* | Merge pull request #1943 from tonytheodore/glibTony Theodore2017-10-274-70/+63
|\ \ | | | | | | glib: refactor native tools
| * | glib: refactor native toolsTony Theodore2017-10-264-70/+63
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #1934 The method of symlinks to native tools fails when glib versions drift too far apart - the obvious solution would be to update more frequently, but glib (and downstream friends) are always difficult to update. This set of changes: - always builds tools on linux - builds tools only once - uses pre-built packages for darwin - is untested on freebsd
* | update wgetMark Brand2017-10-261-3/+3
|/
* update ffmpegBoris Pek2017-10-231-2/+2
|
* update sdl2Boris Pek2017-10-231-2/+2
|
* update curlMark Brand2017-10-231-2/+2
|
* update gnutlsMark Brand2017-10-221-2/+2
|
* URL upgrades and fixesViktor Szakats2017-10-198-10/+10
|
* update vmimeMark Brand2017-10-181-2/+2
|
* update harfbuzzMark Brand2017-10-162-10/+7
|
* Merge pull request #1933 from tonytheodore/pcl-sharedTony Theodore2017-10-111-9/+6
|\ | | | | pcl: enable shared and use new style options
| * pcl: enable shared and use new style optionsTony Theodore2017-10-111-9/+6
| | | | | | | | Replaces #1885
* | qttools: read test from current directory and freeze example 5.7 pluginTony Theodore2017-10-101-2/+3
|/ | | | see: https://github.com/mxe/mxe/issues/1901#issuecomment-333551106
* Merge pull request #1931 from tonytheodore/sqlcipherTony Theodore2017-10-103-0/+92
|\ | | | | Add package sqlcipher
| * tcl: add native build for sqlcipherTony Theodore2017-10-101-0/+34
| |
| * sqlcipher: fix build, install program, and build testTony Theodore2017-10-101-14/+8
| |
| * add package sqlcipherBoris Nagaev2017-10-102-0/+64
| |
* | update vmimeMark Brand2017-10-101-2/+2
|/
* libmikmod: add URL_2Tony Theodore2017-10-101-0/+1
|
* libharu: add *.pc file and use for testTony Theodore2017-10-101-5/+15
|
* run make cleanup-deps-styleTony Theodore2017-10-106-6/+6
|
* run make cleanup-styleTony Theodore2017-10-107-124/+124
|
* 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: 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
|
* Merge pull request #1923 from pavelvat/update-gstreamerTony Theodore2017-10-096-12/+12
|\ | | | | update gstreamer
| * update gstreamerPavel Vatagin2017-10-086-12/+12
| |
* | gcc: workaround parallel build failureTony Theodore2017-10-091-1/+1
|/
* 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.