Commit Graph

7106 Commits

Author SHA1 Message Date
Tony Theodore 7d381a4edf Merge pull request #1429 from sibuserv/fix-freeglut
freeglut: update patch: fix pkgconfig file
2016-07-08 22:51:28 +10:00
Boris Pek ec6dad7d58 freeglut: update patch: fix pkgconfig file 2016-07-08 13:27:33 +03:00
MXEBot as Travis CI bcb2cb2b93 Update versions.json & build-matrix.html 2016-07-07 19:07:26 +00:00
Boris Nagaev fc78b0c432 xxhash: add test 2016-07-07 21:57:36 +03:00
Boris Nagaev fbdd57fd8b xxhash: create .pc file 2016-07-07 21:57:35 +03:00
Boris Nagaev 23993d6aeb xxhash: enable shared build 2016-07-07 21:57:35 +03:00
Sergey 4dcc00b55f fixes 2016-07-07 21:57:35 +03:00
Sergey Perepelitsa d13ee52542 xxHash lib added 2016-07-07 21:57:35 +03:00
Tony Theodore 9ebb730d86 oce: disable installing dependent libs
this breaks static builds and appears to only be useful for creating
self-contained bundles
2016-07-07 14:13:46 +10:00
MXEBot as Travis CI 02487b56e6 Update versions.json & build-matrix.html 2016-07-07 02:47:45 +00:00
Tony Theodore 82fac49043 Merge pull request #1423 from tehnick/update-giflib
giflib: update from 5.0.5 to 5.1.4
2016-07-07 12:47:05 +10:00
Tony Theodore 00ac153c90 Merge pull request #1424 from tehnick/update-fontconfig
fontconfig: update from 2.11.1 to 2.12.0
2016-07-07 12:46:45 +10:00
Tony Theodore ee39f732c6 Merge pull request #1425 from tehnick/update-libxslt
Update libxslt
2016-07-07 12:46:17 +10:00
Tony Theodore 0c179b08f7 Merge pull request #1426 from tehnick/update-gdal
Update gdal
2016-07-07 12:45:52 +10:00
Tony Theodore e96947b7a0 Merge pull request #1427 from tehnick/update-oce
oce: update from 0.16.1 to 0.17.2
2016-07-07 12:45:38 +10:00
Tony Theodore 1701daf517 Merge pull request #1403 from LuaAndC/go
add Go plugin
2016-07-07 12:42:16 +10:00
MXEBot as Travis CI 7eed6a5d7a Update versions.json & build-matrix.html 2016-07-06 23:42:56 +00:00
Mark Brand 346eb2e358 gnutls: update 2016-07-07 01:41:45 +02:00
Boris Nagaev 1d4a6c891b README of go plugin: use make var. instead of env 2016-07-07 01:47:19 +03:00
Boris Nagaev ad99e760e0 Merge pull request #7 from tonytheodore/LuaAndC-go
go plugin: fix build on darwin
2016-07-07 01:49:34 +04:00
Boris Pek 0c7d75309e oce: update from 0.16.1 to 0.17.2 2016-07-06 15:28:36 +03:00
Tony Theodore b57e1bc835 go plugin: fix build on darwin
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
2016-07-06 19:09:41 +10:00
Boris Pek 23a6803b2e gdal: update from 2.0.2 to 2.1.0 2016-07-05 19:30:07 +03:00
Boris Pek 78af2c4712 proj: update from 4.9.1 to 4.9.2 2016-07-05 19:16:38 +03:00
Boris Pek be13247f61 fontconfig: update from 2.11.1 to 2.12.0 2016-07-05 19:10:02 +03:00
Boris Pek f75ecc9e9d giflib: update from 5.0.5 to 5.1.4 2016-07-05 18:39:08 +03:00
Boris Pek 8a81846382 libxslt: update from 1.1.28 to 1.1.29 2016-07-05 18:13:56 +03:00
Boris Pek d9241c0ffe libxml2: update from 2.9.2 to 2.9.4 2016-07-05 17:49:16 +03:00
Boris Nagaev ed68885143 add Go plugin 2016-07-05 12:25:23 +03:00
Tony Theodore b27725c753 plugins/README.md: fix typos 2016-07-05 19:11:51 +10:00
Boris Nagaev e126df803b Merge pull request #1418 from tonytheodore/plugin-docs
Plugin docs and add $(PKG)_PATCHES field
2016-07-05 12:28:05 +04:00
Tony Theodore 5b666dc479 custom-qt-min plugin: fix for doc example 2016-07-05 16:26:16 +10:00
Tony Theodore a0a3340772 Makefile: allow packages to specify a list of zero or more patches 2016-07-05 16:26:15 +10:00
Tony Theodore f0e9cf6f5d plugins/qt5-deps: move to examples 2016-07-05 16:26:15 +10:00
Tony Theodore 422eab6f0a plugins/README: expand background and usage 2016-07-05 16:26:15 +10:00
Boris Nagaev b791ffd4e7 Merge pull request #1417 from tonytheodore/make-target-specific
Makefile: note use of target-specific variables
2016-07-04 11:15:02 +04:00
Boris Nagaev 2e12efbfea Merge pull request #1416 from tonytheodore/download-file
fix multiple downloads of same file
2016-07-04 11:13:08 +04:00
Tony Theodore 0030112958 Makefile: note use of target-specific variables 2016-07-04 15:26:13 +10:00
Tony Theodore 85de732ad4 fix multiple downloads of same file
see #1415
fixes #1079
2016-07-04 14:26:12 +10:00
Tony Theodore f82fe5859a Merge pull request #1410 from LuaAndC/doc-plugins-multi
plugins/README: clarify how to enable many plugins
2016-07-02 15:05:30 +10:00
Boris Nagaev 33a6582295 plugins/README: clarify how to enable many plugins
fix #1407
2016-06-30 12:08:21 +03:00
Tony Theodore f1c97b2b7d Merge pull request #1412 from LuaAndC/fix-qtserialport_qt4
Fix checksum of qtserialport_qt4
2016-06-30 18:25:32 +10:00
Tony Theodore 918b548bca Merge pull request #1414 from LuaAndC/travis-download-all
Travis: check that all packages can be downloaded
2016-06-30 18:21:48 +10:00
Mark Brand 84c07b6c17 fix patch for qwt_qt4
Should have been donen when qwt was updated in commit
a4077c1bd7.
2016-06-30 00:13:48 +02:00
MXEBot as Travis CI 141a4ad30a Update versions.json & build-matrix.html 2016-06-29 21:59:02 +00:00
Boris Nagaev 57dbfcd54a Merge pull request #1399 from tehnick/update-freeglut
freeglut: update from 2.8.1 to 3.0.0
2016-06-30 01:57:23 +04:00
Boris Pek 8acc43c958 freeglut: separate build and install 2016-06-30 00:29:35 +03:00
Boris Pek 4f0f589bec freeglut: update from 2.8.1 to 3.0.0 2016-06-30 00:26:21 +03:00
Boris Nagaev 04f7e771aa Travis: check that all packages can be downloaded 2016-06-29 23:29:42 +03:00
Boris Nagaev b924c6596e Merge pull request #1398 from tonytheodore/openblas
openblas: add pthreads dependency
2016-06-30 00:28:06 +04:00