Commit Graph

5754 Commits

Author SHA1 Message Date
Gerardo Ballabio b6ea52c2ae gtk3: restore built-in icons from 3.12
http://lists.nongnu.org/archive/html/mingw-cross-env-list/2017-11/msg00000.html
closes #1968
2017-11-11 15:24:11 +11:00
Tony Theodore c808163964
Merge pull request #1969 from tonytheodore/github-releases
Add support for GitHub releases api
2017-11-09 23:58:05 +11:00
Tony Theodore a653f80e7e libass: update and use GH_CONF and BUILD_DIR 2017-11-09 23:52:09 +11:00
Tony Theodore 13ee2287ef add dependency package autotools
fixes #1959
2017-11-09 20:34:06 +11:00
Tony Theodore c840a7ee1e update github tag tracking packages to new conf style 2017-11-09 17:13:49 +11:00
Tony Theodore 1cb70e441a gc: use GH_CONF and downgrade 7.6.0 to 7.4.6
7.6.0 is actually a pre-release and shouldn't have been updated

Fixes #1967
2017-11-09 17:10:16 +11:00
Mark Brand 257bb5da51 update lcms 2017-11-08 00:00:36 +01:00
Tony Theodore 6c18e4574b sdl2:consolidate patch 2017-11-07 17:15:27 +11:00
Charlemagne Lasse d71dcf6f6f sdl2: disable conflicting GL extension prototypes 2017-11-06 11:39:40 +01:00
Mark Brand cd56aa1623 update: dbus, expat, freetds, mingw-w64, openssl 2017-11-04 23:01:31 +01:00
Tony Theodore 4df513e531 itpp: various fixups
Replaces #1742 with various fixups
  - remove extraneous wget change in main Makefile
  - disable docs
  - enable shared/static
  - fix blas/lapack libs
  - install pc file
  - build test
2017-11-01 19:51:16 +11:00
Pavle Boškoski 58b678392f Added new module itpp 2017-11-01 18:47:29 +11:00
Tony Theodore a4ebc1d753 quazip: various fixups
- use standard header
  - add website
  - add explicit zlib dependency
  - build out of source
  - fix indentation
  - fix qmake handling of import lib
  - consolidate patches
2017-11-01 18:35:53 +11:00
Tony Theodore f4fb192277 Merge branch 'quazip' of https://github.com/zgyarmati/mxe into zgyarmati-quazip 2017-11-01 11:42:09 +11:00
Tony Theodore c98b53e8c8 gc: update, enable shared, and use libatomic_ops
See #1539
2017-11-01 01:15:10 +11:00
Tony Theodore 8731a5716b add package libatomic_ops
See #1539
2017-11-01 01:13:13 +11:00
Tony Theodore fefd28a7cb pdcurses: use new-style options and don't rename libs
Renaming to `libpanel` causes conflicts with `ncurses` (see #1772).
There are no packages in MXE that depend on `pdcurses` any longer,
other downstream users should be able to remove any workarounds they
have in place for the current renaming.
2017-10-31 23:37:58 +11:00
Tony Theodore caeec87be9 hdf-eos2: install to sub-directories
the `gctp` external project and some headers conflict with hdf-eos5
so install to sub-directories (see #1772).
2017-10-31 23:37:58 +11:00
Tony Theodore 7bec03d8ad gtk2/3: use new-style options and remove gailutil.def
`gailutil.def` causes package conflicts and `*.def` files aren't
really relevant for MXE (see #1772).
2017-10-31 23:34:15 +11:00
Tony Theodore cbebe1c878 id3lib: add missing zlib dependency
If `zlib` isn't found an internal version is built that causes
conflicts with the actual `zlib` package (see #1772)
2017-10-31 23:34:15 +11:00
Tony Theodore 63ec639669 yasm: use new-style variables 2017-10-31 19:38:42 +11:00
Tony Theodore 1e068f799e x264: update 20161130 --> 20170626 and use nasm
Based on #1900, repo has been removed
2017-10-31 19:36:15 +11:00
Tony Theodore b181bc8d04 add package nasm
Based on:
https://github.com/mxe/mxe/pull/1900#issue-258213692
2017-10-31 19:34:37 +11:00
Tony Theodore 4803dbce95 openmp-validation: switch to github master and tidy up
http://web.cs.uh.edu/ no longer exists, see:
https://github.com/mxe/mxe/pull/1900#issuecomment-329972938
2017-10-31 17:50:14 +11:00
Tony Theodore a9982192ff qrencode: rename to libqrencode, update, and switch to cmake
- autotools build didn't produce shared libs
  - libpng and sdl are only required for tools/tests
  - build test using supplied pkg-config file
2017-10-31 17:02:42 +11:00
raulg 8ad7be0160 add package qrencode 2017-10-31 17:02:42 +11:00
Ivan Baidakou dccc6a3a69 Add pugixml package (#1948)
* Add pugixml package

* Use macros in description

* Add copyright

* Use GH_CONF
2017-10-31 14:53:04 +11:00
Tony Theodore 795fbfc9f6 libssh: use libgcrypt instead of openssl
See GPL and OpenSSL in:
http://mxe.cc/#potential-legal-issues

and:
https://www.libssh.org/archive/libssh/2017-10/0000017.html
2017-10-30 21:34:02 +11:00
Tony Theodore 683df3ec6f libgcrypt libomemo: use pkg-config to simplify usage 2017-10-30 20:18:47 +11:00
Tony Theodore fc68649986 libomemo: update 0.4.1 --> 0.6.1 and enable shared 2017-10-30 19:30:31 +11:00
Tony Theodore f6621190d8 mxml: update 2.10 --> 2.11 and enable shared 2017-10-30 19:29:53 +11:00
Tony Theodore c7714c3111 native plugin fixups
- gettext requires recent autotools
      - add for Ubuntu 14.04 (trusty) - fixes #1892
      - add deps for Debian Jessie and Wheezy
  - libtool is built for prior Debian/Ubuntu, remove from docs
  - tidy up darwin overrides
2017-10-30 14:16:01 +11:00
Tony Theodore 817b81d7c5 add package libssh
Another SSH library with different focus (and distinct headers/libs).

See:
https://www.libssh2.org/libssh2-vs-libssh.html
2017-10-29 12:27:01 +11:00
Mark Brand c88d10759d update sqlite 2017-10-28 21:30:24 +02:00
Tony Theodore af257e56b1 dbus: fix darwin build
no `-e` option to `echo`, should be portable
2017-10-28 13:17:55 +11:00
Mark Brand 2f273e918d update: dbus, freetds, harfbuzz 2017-10-27 23:50:42 +02:00
Tony Theodore cdab801120 Merge pull request #1944 from tomicooler/master
add zstd library
2017-10-28 00:03:22 +11:00
Tamas Domok e31f2f6ff6 add zstd library 2017-10-27 14:02:22 +02:00
Tony Theodore d4fd40df4e vtk: fix native build on headless server
OpenGL/Mesa libs aren't required for compile tools
2017-10-27 18:38:12 +11:00
Tony Theodore 872f37fbcb Merge pull request #1943 from tonytheodore/glib
glib: refactor native tools
2017-10-27 18:35:07 +11:00
Mark Brand 17e002bfd1 update wget 2017-10-26 21:09:08 +02:00
Tony Theodore 27ffd10c5d glib: refactor native tools
fixes #1934

The method of symlinks to native tools fails when glib versions drift
too far apart - the obvious solution would be to update more frequently,
but glib (and downstream friends) are always difficult to update.

This set of changes:
  - always builds tools on linux
  - builds tools only once
  - uses pre-built packages for darwin
  - is untested on freebsd
2017-10-26 20:15:09 +11:00
Boris Pek 73e64e8b2d update ffmpeg 2017-10-24 01:09:32 +03:00
Boris Pek 108c0d0089 update sdl2 2017-10-24 01:06:32 +03:00
Mark Brand 3c5ffdca1a update curl 2017-10-23 16:04:39 +02:00
Mark Brand 5e7e93196f update gnutls 2017-10-22 17:34:02 +02:00
Viktor Szakats 18aad24c83 URL upgrades and fixes 2017-10-19 18:39:25 +00:00
Mark Brand 8b44c7d993 update vmime 2017-10-18 20:57:34 +02:00
Mark Brand f8b2a1e5ef update harfbuzz 2017-10-17 01:21:21 +02:00
Tony Theodore 1d417e846f Merge pull request #1933 from tonytheodore/pcl-shared
pcl: enable shared and use new style options
2017-10-11 12:03:41 +11:00