summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | libxml2: update from 2.9.2 to 2.9.4Boris Pek2016-07-051-2/+2
| |/ /
* | | Merge pull request #1426 from tehnick/update-gdalTony Theodore2016-07-074-38/+29
|\ \ \ | | | | | | | | Update gdal
| * | | gdal: update from 2.0.2 to 2.1.0Boris Pek2016-07-052-24/+27
| | | |
| * | | proj: update from 4.9.1 to 4.9.2Boris Pek2016-07-052-14/+2
| |/ /
* | | Merge pull request #1427 from tehnick/update-oceTony Theodore2016-07-071-5/+6
|\ \ \ | | | | | | | | oce: update from 0.16.1 to 0.17.2
| * | | oce: update from 0.16.1 to 0.17.2Boris Pek2016-07-061-5/+6
| |/ /
* | | Merge pull request #1403 from LuaAndC/goTony Theodore2016-07-075-0/+242
|\ \ \ | | | | | | | | add Go plugin
| * | | README of go plugin: use make var. instead of envBoris Nagaev2016-07-061-1/+1
| | | |
| * | | Merge pull request #7 from tonytheodore/LuaAndC-goBoris Nagaev2016-07-062-0/+3
| |\ \ \ | | | | | | | | | | go plugin: fix build on darwin
| | * | | go plugin: fix build on darwinTony Theodore2016-07-062-0/+3
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build fails with: ``` fatal error: runtime: bsdthread_register error (unset DYLD_INSERT_LIBRARIES) ``` building with `-ldflags -linkmode=external`[1] and `CGO_ENABLED=1` has no affect on `go-native`, it does let `go` bootstrap, but then fails with a similar error: ``` fatal error: runtime: bsdthread_register error ``` easiest to unset DYLD_INSERT_LIBRARIES - no need to check for `darwin` as it only exists on that platform. [1] https://github.com/golang/go/issues/8801#issuecomment-66460009
| * | | add Go pluginBoris Nagaev2016-07-055-0/+239
| |/ /
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-062-2/+2
| | |
* | | gnutls: updateMark Brand2016-07-061-2/+2
|/ /
* | plugins/README.md: fix typosTony Theodore2016-07-051-2/+2
| |
* | Merge pull request #1418 from tonytheodore/plugin-docsBoris Nagaev2016-07-054-19/+155
|\ \ | | | | | | Plugin docs and add $(PKG)_PATCHES field
| * | custom-qt-min plugin: fix for doc exampleTony Theodore2016-07-051-0/+1
| | |
| * | Makefile: allow packages to specify a list of zero or more patchesTony Theodore2016-07-051-1/+5
| | |
| * | plugins/qt5-deps: move to examplesTony Theodore2016-07-051-0/+0
| | |
| * | plugins/README: expand background and usageTony Theodore2016-07-051-18/+149
|/ /
* | Merge pull request #1417 from tonytheodore/make-target-specificBoris Nagaev2016-07-041-0/+3
|\ \ | | | | | | Makefile: note use of target-specific variables
| * | Makefile: note use of target-specific variablesTony Theodore2016-07-041-0/+3
| | |
* | | Merge pull request #1416 from tonytheodore/download-fileBoris Nagaev2016-07-041-1/+6
|\ \ \ | |/ / |/| | fix multiple downloads of same file
| * | fix multiple downloads of same fileTony Theodore2016-07-041-1/+6
|/ / | | | | | | | | see #1415 fixes #1079
* | Merge pull request #1410 from LuaAndC/doc-plugins-multiTony Theodore2016-07-021-1/+6
|\ \ | | | | | | plugins/README: clarify how to enable many plugins
| * | plugins/README: clarify how to enable many pluginsBoris Nagaev2016-06-301-1/+6
|/ / | | | | | | fix #1407
* | Merge pull request #1412 from LuaAndC/fix-qtserialport_qt4Tony Theodore2016-06-302-3/+3
|\ \ | | | | | | Fix checksum of qtserialport_qt4
| * | fix downloading of qtserialport_qt4Boris Nagaev2016-06-291-2/+2
| | | | | | | | | | | | | | | | | | The project was moved from github.com/qtproject to github.com/qt. See #1405
| * | qtsystems: rename github.com/{qtproject => qt}Boris Nagaev2016-06-291-1/+1
| | | | | | | | | | | | See #1405
* | | Merge pull request #1414 from LuaAndC/travis-download-allTony Theodore2016-06-301-0/+1
|\ \ \ | | | | | | | | Travis: check that all packages can be downloaded
| * | | Travis: check that all packages can be downloadedBoris Nagaev2016-06-291-0/+1
| |/ /
* | | fix patch for qwt_qt4Mark Brand2016-06-291-5/+16
| | | | | | | | | | | | | | | Should have been donen when qwt was updated in commit a4077c1bd7dbeba310106f10abdd91999cfafd32.
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-06-292-2/+2
| | |
* | | Merge pull request #1399 from tehnick/update-freeglutBoris Nagaev2016-06-293-77/+62
|\ \ \ | | | | | | | | freeglut: update from 2.8.1 to 3.0.0
| * | | freeglut: separate build and installBoris Pek2016-06-291-1/+2
| | | |
| * | | freeglut: update from 2.8.1 to 3.0.0Boris Pek2016-06-293-77/+61
|/ / /
* | | Merge pull request #1398 from tonytheodore/openblasBoris Nagaev2016-06-291-1/+1
|\ \ \ | |/ / |/| | openblas: add pthreads dependency
| * | openblas: add pthreads dependencyTony Theodore2016-06-181-1/+1
| | | | | | | | | | | | | | | | | | missing since #958 fixes #1384
* | | Merge pull request #1409 from LuaAndC/install-deps-yesTony Theodore2016-06-291-6/+8
|\ \ \ | | | | | | | | install-deps: several improvements on Debian Jessie
| * | | install-deps: install bc to compare versionsBoris Nagaev2016-06-281-0/+2
| | | |
| * | | install-deps: fix syntax in condition for libtoolBoris Nagaev2016-06-281-2/+2
| | | | | | | | | | | | | | | | | | | | Without external `(` and `)` the condition is evaluated to false on Debian Jessie.
| * | | install-deps: run apt-get with --yesBoris Nagaev2016-06-281-4/+4
| | | | | | | | | | | | | | | | Otherwise it will make interactive prompts.
* | | | Merge pull request #1408 from LuaAndC/fix-qtsystems-checksumTony Theodore2016-06-291-2/+2
|\ \ \ \ | |/ / / |/| | | qtsystems: update checksum
| * | | qtsystems: update checksumBoris Nagaev2016-06-281-2/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | The file changed in upstream. The only difference is that top-level directory of the original file is qtproject-qtsystems-4e3a7ed and in new version it is qt-qtsystems-4e3a7ed. fix #1405
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-06-282-12/+1
| | |
* | | Merge pull request #1406 from pavelvat/remove-googletestBoris Nagaev2016-06-282-19/+0
|\ \ \ | | | | | | | | virtual package googletest is not required anymore
| * | | virtual package googletest is not required anymorePavel Vatagin2016-06-282-19/+0
|/ / /
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-06-282-2/+2
| | |
* | | Merge pull request #1404 from mgeier/libsndfile-1.0.27Boris Nagaev2016-06-282-30/+2
|\ \ \ | | | | | | | | libsndfile: update 1.0.25 -> 1.0.27
| * | | libsndfile: update 1.0.25 -> 1.0.27Matthias Geier2016-06-272-30/+2
|/ / / | | | | | | | | | | | | The patch is not necessary anymore, see https://github.com/erikd/libsndfile/pull/76.
* | | Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-06-252-6/+6
| | |