Commit Graph

7488 Commits

Author SHA1 Message Date
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Boris Nagaev 5d832ebf70 core packages are now a plugin
See https://github.com/mxe/mxe/issues/1422
2016-12-22 22:25:48 +01:00
Boris Nagaev f06ef1c01b mv docs/versions.json docs/packages.json
See https://github.com/mxe/mxe/issues/1422
2016-12-22 22:25:48 +01:00
MXEBot as Travis CI ad43c7004d Update versions.json & build-matrix.html 2016-12-22 12:39:30 +00:00
Mark Brand 52d6a741e8 update libgpg_error 2016-12-22 13:37:41 +01:00
Boris Nagaev 4a02ea971f Merge pull request #1605 from LuaAndC/tor-0.2.9.8
update tor to 0.2.9.8
2016-12-21 14:14:29 -08:00
MXEBot as Travis CI d6ab5f64b8 Update versions.json & build-matrix.html 2016-12-21 14:07:16 +00:00
Mark Brand 36eb1cf5b9 update gcc6 to 6.3.0 2016-12-21 15:06:13 +01:00
Mark Brand 5cd51be53b update curl 2016-12-21 15:06:10 +01:00
Boris Nagaev f88e55117e Merge pull request #1606 from LuaAndC/upx-no-asm
native upx: disable asm
2016-12-20 20:18:08 -08:00
Boris Nagaev eddecf84b0 native upx: disable asm
It fails to build on 32-bit Ubuntu due to attempt to use ASM version.

See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-12/msg00000.html
2016-12-21 05:15:38 +01:00
Boris Nagaev 82b4e014af update tor to 0.2.9.8 2016-12-21 01:56:15 +01:00
Boris Nagaev ba72178be5 Merge pull request #1604 from LuaAndC/libdvdetect-openssl
libdvdetect: add dependency on openssl
2016-12-18 15:55:48 -08:00
Boris Nagaev fea10aa759 libdvdetect: add dependency on openssl
It depends through Requires.private.
Broken build: https://gist.github.com/c1606f613d18fbcdf938941145f5fbbb
2016-12-19 00:22:29 +01:00
Boris Nagaev 8f4edc4dda Merge pull request #1600 from LuaAndC/cleanup-js
index.html: rm JS code loading versions from .mk
2016-12-18 12:33:04 -08:00
Boris Nagaev 23d12ebaac index.html: rm JS code loading versions from .mk
The code loading versions from .mk was written before versions cache
was added to the repo. See e570f8aae5

Now as versions cache (versions.json) is a part of the repo,
this code is not needed.
2016-12-18 07:30:35 +01:00
MXEBot as Travis CI 6e61249726 Update versions.json & build-matrix.html 2016-12-17 23:22:56 +00:00
Mark Brand 2820ed9bdd update gmp, libgcrypt, qtxlsxwriter 2016-12-18 00:22:08 +01:00
MXEBot as Travis CI 872abf63d6 Update versions.json & build-matrix.html 2016-12-17 22:42:47 +00:00
Boris Nagaev 29311b7cd7 Merge pull request #1598 from LuaAndC/libcddb2
add libcddb, libdvdetect and neon
2016-12-17 14:42:09 -08:00
nschlia 1c7d5fa331 Add neon 2016-12-17 22:15:37 +01:00
nschlia cc4f26395b Add libdvdetect 2016-12-17 22:15:37 +01:00
nschlia 519930209e Add libcddb 2016-12-17 22:15:37 +01:00
Boris Nagaev 6b8a1fd071 Merge pull request #1597 from LuaAndC/freetds-non-ftp
freetds: add HTTP download URL
2016-12-16 16:25:51 -08:00
Boris Nagaev d10bc3e8d8 freetds: add HTTP download URL
fix https://github.com/mxe/mxe/issues/1596
2016-12-17 01:24:05 +01:00
MXEBot as Travis CI 7ce70ae0ae Update versions.json & build-matrix.html 2016-12-16 04:05:55 +00:00
Boris Nagaev 4cc48cfb7b Merge pull request #1592 from LuaAndC/nsis-3.01
nsis: update to 3.01
2016-12-15 20:05:05 -08:00
Boris Nagaev 2415974cbe nsis: update to 3.01 2016-12-16 04:59:19 +01:00
MXEBot as Travis CI 59335987a8 Update versions.json & build-matrix.html 2016-12-15 17:36:16 +00:00
Mark Brand a935ec65c6 update qt5 modules to 5.7.1 2016-12-15 18:35:09 +01:00
Boris Nagaev e26161b861 Merge pull request #1594 from LuaAndC/sid-openssl
fix detection of openssl in Debian Sid
2016-12-15 03:29:42 -08:00
Boris Nagaev a784f8fa1c Merge pull request #1595 from LuaAndC/sid-libtool
install-deps: install libtool-bin on Debian Sid
2016-12-14 11:54:15 -08:00
MXEBot as Travis CI 269e05cefc Update versions.json & build-matrix.html 2016-12-14 17:31:16 +00:00
Mark Brand 67444affb4 update freetds, gnutls, harfbuzz, libgcrypt 2016-12-14 18:29:39 +01:00
Boris Nagaev a0dba601f9 install-deps: install libtool-bin on Debian Sid
See https://github.com/mxe/mxe/issues/1593
2016-12-14 01:02:00 +01:00
Boris Nagaev f1a5deded9 fix detection of openssl in Debian Sid
$ openssl --help
Invalid command '--help'; type "help" for a list.
$ echo $?
1

$ openssl help
...
$ echo $?
0

fix https://github.com/mxe/mxe/issues/1593
2016-12-14 00:44:51 +01:00
Boris Nagaev 1ebebb580f Merge pull request #1563 from LuaAndC/doc-vars
docs: add description of useful Makefile variables
2016-12-11 17:41:21 -08:00
Boris Nagaev b80ce7d0b6 docs: add description of useful Makefile variables 2016-12-12 01:58:44 +01:00
MXEBot as Travis CI f9998ac6f1 Update versions.json & build-matrix.html 2016-12-07 16:28:54 +00:00
Boris Nagaev fbfd26bb39 Merge pull request #1590 from LuaAndC/update-vmime
update vmime to b1b3f30
2016-12-07 16:28:06 +00:00
Boris Nagaev cdf2e9991d update vmime to b1b3f30
See https://github.com/kisli/vmime/issues/151#issuecomment-265280156
Fix https://github.com/mxe/mxe/issues/1586
2016-12-07 17:14:05 +01:00
Boris Nagaev 386c245252 Merge pull request #1589 from LuaAndC/fix-crystalhd-url
crystalhd: change download URL to a mirror
2016-12-07 16:13:26 +00:00
Boris Nagaev 0578f0a5ff crystalhd: change download URL to a mirror
Failed download: https://travis-ci.org/mxe/mxe/builds/181565782

http://www.broadcom.com/docs/support/crystalhd/crystalhd_lgpl_includes_v1.zip
does not work anymore.

From https://www.broadcom.com/

> Introducing the New Broadcom Limited Website
> Broadcom and Avago are one company. Now the websites
> are integrated, too. Find all the product information
> you need right here in one place.

one can conclude that the file is not expected to appear there,
so switching to mirror website https://ftp.videolan.org/contrib/crystalhd/
which hosts the same file.
2016-12-06 08:55:48 +01:00
Boris Nagaev 8ae2942533 Merge pull request #1588 from LuaAndC/go-1.7.4
update Go to 1.7.4
2016-12-06 05:51:08 +00:00
Boris Nagaev 23cdc092f1 update Go to 1.7.4 2016-12-05 10:14:11 +01:00
Boris Nagaev 464168e529 Merge pull request #1546 from LuaAndC/luarocks-reduce-patch
luarocks: move most of the patch to config.lua
2016-12-05 08:44:28 +00:00
Boris Nagaev ea35a6cd96 luarocks: move most of the patch to config.lua
See https://github.com/keplerproject/luarocks/pull/491#issuecomment-246206471
2016-12-05 09:43:04 +01:00
Boris Nagaev 286f8f25a7 Merge pull request #1583 from LuaAndC/update-versions-plugins
make versions.json and cleanup-deps-style aware of plugins; apply cleanup-deps-style
2016-12-05 08:42:04 +00:00
Boris Nagaev 647ea47b82 apply `make cleanup-deps-style` 2016-12-05 09:40:54 +01:00
Boris Nagaev f82e39dcef cleanup-deps-style: omit pkgs with derived deps
Do not touch lines like this:

  $(PKG)_DEPS     := $(patsubst $(TOP_DIR)/src/%.mk,%,\
  ...

(src/qt5.mk)
2016-12-05 09:40:54 +01:00