summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-082-4/+4
|
* Merge pull request #1430 from sibuserv/update-ffmpegTony Theodore2016-07-082-4/+4
|\ | | | | Update ffmpeg
| * ffmpeg: update from 3.0 to 3.1.1Boris Pek2016-07-081-2/+2
| |
| * x264: update from 20151011-2245 to 20160706-2245Boris Pek2016-07-081-2/+2
|/
* Merge pull request #1429 from sibuserv/fix-freeglutTony Theodore2016-07-082-7/+23
|\ | | | | freeglut: update patch: fix pkgconfig file
| * freeglut: update patch: fix pkgconfig fileBoris Pek2016-07-082-7/+23
|/
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-072-4/+15
|
* xxhash: add testBoris Nagaev2016-07-072-0/+17
|
* xxhash: create .pc fileBoris Nagaev2016-07-071-0/+8
|
* xxhash: enable shared buildBoris Nagaev2016-07-072-15/+38
|
* fixesSergey2016-07-071-4/+4
|
* xxHash lib addedSergey Perepelitsa2016-07-073-0/+55
|
* oce: disable installing dependent libsTony Theodore2016-07-071-1/+2
| | | | | this breaks static builds and appears to only be useful for creating self-contained bundles
* Update versions.json & build-matrix.htmlMXEBot as Travis CI2016-07-072-14/+14
|
* Merge pull request #1423 from tehnick/update-giflibTony Theodore2016-07-071-5/+5
|\ | | | | giflib: update from 5.0.5 to 5.1.4
| * giflib: update from 5.0.5 to 5.1.4Boris Pek2016-07-051-5/+5
| |
* | Merge pull request #1424 from tehnick/update-fontconfigTony Theodore2016-07-072-8/+8
|\ \ | | | | | | fontconfig: update from 2.11.1 to 2.12.0
| * | fontconfig: update from 2.11.1 to 2.12.0Boris Pek2016-07-052-8/+8
| |/
* | Merge pull request #1425 from tehnick/update-libxsltTony Theodore2016-07-073-6/+6
|\ \ | | | | | | Update libxslt
| * | libxslt: update from 1.1.28 to 1.1.29Boris Pek2016-07-052-4/+4
| | |
| * | 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
| |/