Commit Graph

6958 Commits

Author SHA1 Message Date
Mark Brand a2ce8e3c7f update: libgcrypt libgpg_error 2016-06-16 01:10:06 +02:00
Boris Nagaev d3462b63bb Merge pull request #1395 from muellni/patch-1
fix nasty typo in plugins/README.md
2016-06-15 01:42:11 +04:00
Martin Müllenhaupt 35909aded2 Update README.md 2016-06-14 21:15:00 +02:00
Tony Theodore f64a069f88 Merge pull request #1386 from LuaAndC/install-deps-sh
add tool install-deps
2016-06-14 00:12:18 +10:00
Boris Nagaev 2bafd7b4be add tool install-deps 2016-06-13 17:01:47 +03:00
Tony Theodore 4ae1df5b9e Merge pull request #1390 from LuaAndC/patch-rename-git
patch-tool-mxe: rename existing .git directories
2016-06-13 23:09:10 +10:00
Boris Nagaev 1f60ecc373 patch-tool-mxe: rename existing .git directories
winpcap has directory wpcap/libpcap/.git in its source tree.
Git considers wpcap/libpcap to be a submodule, which is unwanted.
2016-06-13 15:43:37 +03:00
Tony Theodore 39f1107dbd Merge pull request #1383 from LuaAndC/build-pkg-set-target
build-pkg: add env. var to change target
2016-06-13 21:22:00 +10:00
Tony Theodore 9170c3744e Merge pull request #1387 from LuaAndC/removable-readonly
create tmp-*/readonly instead of usr/readonly
2016-06-12 14:51:08 +10:00
Boris Nagaev aab2b70253 create tmp-*/readonly instead of usr/readonly
Removing MXE directory with "rm -rf" used to fail on file
usr/readonly/.gitkeep because directory usr/readonly was readonly.
Now readonly directory is created in tmp-* directory and .gitkeep
is not created for it (because tmp-* is not under usr/).
Problems with removing MXE directory are fixed even in case
of interrupted build.

fix #1221
2016-06-12 02:08:38 +03:00
Boris Nagaev fba599d2d7 build-pkg: add env. var to change targets
MXE_BUILD_PKG_TARGETS
2016-06-11 21:54:26 +03:00
Boris Nagaev 4d43e1fe47 build-pkg: prefix evn. vars with "MXE_BUILD_PKG"
to distinguish them from environment variables of MXE itself.
2016-06-11 21:51:45 +03:00
MXEBot as Travis CI d6ddf0f589 Update versions.json & build-matrix.html 2016-06-11 16:48:34 +00:00
Mark Brand 5bdb2c2912 gettext: update 2016-06-11 18:47:04 +02:00
MXEBot as Travis CI 8eaa5cde7a Update versions.json & build-matrix.html 2016-06-10 20:37:16 +00:00
Mark Brand b85d79650a update: gettext libpng wget 2016-06-10 22:36:15 +02:00
Tony Theodore fc0f1e98e4 Merge pull request #1366 from rr-/plugin-info
docs: add mini-tutorial on plugins
2016-06-10 16:57:42 +10:00
Boris Nagaev b345b9f578 Merge pull request #1372 from tonytheodore/native-plugin-fix
fix native plugins when additional dirs are specified
2016-06-09 12:51:35 +04:00
MXEBot as Travis CI e90f19d9c8 Update versions.json & build-matrix.html 2016-06-08 08:24:13 +00:00
Tony Theodore e66d26a93c Merge pull request #1376 from LuaAndC/fix-and-update-hyperscan
Fix hyperscan and update to 4.2.0
2016-06-08 18:23:13 +10:00
MXEBot as Travis CI 929674df0e Update versions.json & build-matrix.html 2016-06-07 18:57:51 +00:00
Tony Theodore 617dc7e169 Merge pull request #1377 from LuaAndC/lua-5.3.3
update lua from 5.3.2 to 5.3.3
2016-06-08 04:55:19 +10:00
MXEBot as Travis CI 9a425d8ae3 Update versions.json & build-matrix.html 2016-06-07 15:47:45 +00:00
Mark Brand dc299744a0 gnutls: update 2016-06-07 17:45:13 +02:00
Boris Nagaev 8fa6300087 update lua from 5.3.2 to 5.3.3 2016-06-07 01:40:07 +03:00
Boris Nagaev f4eb0316ec hyperscan: update line numbers in the diff
I moved them to another commit to separate from major changes.
2016-06-05 19:50:33 +03:00
Boris Nagaev cc2d9c5379 update hyperscan from 4.1.0 to 4.2.0
Some patches are not needed anymore:

 * "add Libs.private to fix linking errors" was fixed in
   https://github.com/01org/hyperscan/issues/18
 * "fix linking against gtest in shared mode" and
   "fix linking errors in shared mode" were fixed in
   https://github.com/01org/hyperscan/issues/19
 * "install .dll to bin/, not to lib/"
   https://github.com/01org/hyperscan/pull/21
2016-06-05 19:43:16 +03:00
Boris Nagaev 409a8ce08c hyperscan: add a note on compilation without AVX2 2016-06-05 18:54:00 +03:00
Boris Nagaev d285dcb26d hyperscan: fix crash in aligned_zmalloc
aligned_zmalloc backed by posix_* functions causes crash in native Windows
(and not in wine) with the following traceback:

https://i.imgur.com/FBHPgvn.png
2016-06-05 15:25:11 +03:00
Boris Nagaev 057a4228b3 hyperscan: open file in binary mode
See also https://github.com/01org/hyperscan/pull/26
2016-06-05 15:24:11 +03:00
Boris Nagaev 6fc5ea3714 Merge pull request #1373 from tehnick/fix-protobuf
protobuf: use official release tarball instead of tarball from git tag
2016-06-04 01:58:36 +04:00
Boris Pek 284f0a7ec3 protobuf: use official release tarball instead of tarball from git tag 2016-06-04 00:18:46 +03:00
Tony Theodore 959bb5f85d fix native plugins when additional dirs are specified
When plugins are specified on the command line, automatic native plugins
are not included (for darwin and wheezy):

```
$ make gmsl-print-MXE_PLUGIN_DIRS MXE_PLUGIN_DIRS=plugins/apps/
MXE_PLUGIN_DIRS = plugins/apps/
```

https://www.gnu.org/software/make/manual/make.html#Override-Directive
https://github.com/mxe/mxe/issues/1259#issuecomment-217376756
2016-06-03 03:32:33 +10:00
MXEBot as Travis CI 02995af840 Update versions.json & build-matrix.html 2016-06-01 09:55:14 +00:00
Mark Brand a55377705a gdb: update 2016-06-01 11:47:57 +02:00
MXEBot as Travis CI 6a3a4a49d2 Update versions.json & build-matrix.html 2016-05-31 05:43:55 +00:00
Tony Theodore 4d30a3ee79 Merge pull request #1246 from OkoSanto/HDFEOS
Add HDF-EOS libraries
2016-05-31 15:43:10 +10:00
Thomas Danckaert 88024041f5 Add package 'HDF-EOS2'.
http://hdfeos.org/software/library.php

"The HDF-EOS2 is a software library designed built on HDF4 to support
EOS-specific data structures, namely Grid, Point, and Swath. The new
data structures are constructed from standard HDF data objects, using
EOS conventions, through the use of a software library. A key feature of
HDF-EOS files is that instrument-independent services, such as
subsetting by geolocation, can be applied to the files across a wide
variety of data products."
2016-05-30 13:45:27 +02:00
Thomas Danckaert b21ca7c1b6 Add package 'HDF-EOS5'.
http://hdfeos.org/software/library.php

"The HDF-EOS5 is a software library designed built on HDF5* to support
the same Grid/Point/Swath functionality in HDF-EOS 2 and to the extent
possible it will be built with the same calling sequences as the
original HDF-EOS 2 library."
2016-05-30 13:45:27 +02:00
Thomas Danckaert 31ecd36182 Treat files ending in .tar.Z as gzipped tar files. 2016-05-30 13:45:27 +02:00
MXEBot as Travis CI a29a826b02 Update versions.json & build-matrix.html 2016-05-30 10:45:34 +00:00
Mark Brand e52bf75c00 curl: update 2016-05-30 12:40:57 +02:00
MXEBot as Travis CI 9bfff3af9d Update versions.json & build-matrix.html 2016-05-30 07:31:27 +00:00
Tony Theodore 4748c269ae Merge pull request #1369 from LuaAndC/update-libuv-1.9.1
update libuv to 1.9.1
2016-05-30 17:30:49 +10:00
MXEBot as Travis CI 94dbe52f3d Update versions.json & build-matrix.html 2016-05-30 06:45:32 +00:00
Boris Nagaev 9f1a2f567d qbittorrent: link with boost_random, boost_chrono 2016-05-30 13:17:35 +10:00
Boris Nagaev 8bd70f6d44 qbittorrent, libtorrent: Boost.Asio is header only
Fix link errors in qbittorrent after libtorrent-rasterbar 1.1.0.

Disable BOOST_ASIO_SEPARATE_COMPILATION
See http://www.boost.org/doc/libs/1_45_0/doc/html/boost_asio/using.html
2016-05-30 13:17:35 +10:00
Boris Nagaev dea554d038 libtorrent-rasterbar: fix internal gcc error on
logs of x86_64-w64-mingw32.static:
before: https://gist.github.com/7c61dde0bca9160ae335e8a117862b14
after:  https://gist.github.com/f429d35c8600c450606028822649afa8

Flags "-g -O2" had been there before CXXFLAGS was set.
This commit brings them back.
2016-05-30 13:17:35 +10:00
Tony Theodore b247344bdc libtorrent-rasterbar: update 1.0.7 --> 1.1.0
failing on x86_64-w64-mingw32.static
2016-05-30 13:17:34 +10:00
Boris Nagaev 33d0bec0ac update libuv to 1.9.1
The patches are not needed:

  * https://github.com/libuv/libuv/issues/820
  * https://github.com/libuv/libuv/pull/841/
2016-05-30 02:40:55 +03:00