Commit Graph

6484 Commits

Author SHA1 Message Date
Boris Pek b19caac469 libgcrypt: update patch:
fix segfaults in otrl_privkey_fingerprint() function (from libotr)
which happened in applications built for x86_64-w64-mingw32.* targets

See: https://github.com/psi-im/plugins/issues/45
2019-03-02 14:47:28 +11:00
Tony Theodore 258d2cfbfc luajit: darwin no longer supports multi-lib 2019-03-02 14:16:03 +11:00
Tony Theodore 7e3678193a eigen: specifiy *.pc file install dir
fixes #2288
2019-03-02 13:47:19 +11:00
Tony Theodore 7206d0fc6b osgearth: update and disable protobuf 2019-03-02 03:08:49 +11:00
Mark Brand 2c38a1d3ac update openssl 2019-02-26 20:45:07 +01:00
Tony Theodore 1df09125a6 eigen: update 3.2.5 --> 3.3.7 2019-02-27 04:14:38 +11:00
Tony Theodore cbf35c9278 pcl: update 1.8.0 --> 1.9.1 2019-02-27 03:55:21 +11:00
Martin Müllenhaupt dbf63416ed update vtk 2019-02-27 03:52:04 +11:00
Mark Brand 8ea43c16ff update sqlite 2019-02-26 00:39:08 +01:00
Mark Brand 394d23ad0e update: gsoap, lzma, pcre 2019-02-24 19:51:55 +01:00
Tony Theodore dc4271658d qtifw: set only static deps 2019-02-24 13:44:57 +11:00
Boris Pek d49c84c00d update libfcgi 2019-02-19 17:06:46 +01:00
Mark Brand 87b323161c update: libjpeg-turbo, libwebp 2019-02-16 10:50:36 +01:00
Mark Brand f856a8fc2b update: gsoap, libidn2, vmime 2019-02-11 01:03:22 +01:00
Mark Brand d5a542474a update sqlite 2019-02-08 17:27:29 +01:00
Mark Brand 8483305797 update curl 2019-02-06 17:54:12 +01:00
Boris Pek 4dafd78418 exiv2: fix download URL 2019-02-04 17:23:11 +01:00
Mark Brand 38b333f3ae update: qtxlsxwriter 2019-02-02 16:36:59 +01:00
Mark Brand 8df83ccd32 qt5: update to 5.12.1 2019-02-02 11:03:41 +01:00
Mark Brand 193586766b update: libgpg_error, qtxlsxwriter 2019-02-01 22:16:34 +01:00
Mark Brand b9ea546e24 update: freetds, gnutls, gsoap 2019-01-25 21:07:38 +01:00
Mark Brand b2f618446d remove trailing whitespace 2019-01-25 12:41:21 +01:00
Mark Brand 505a26167d replace stray tabs with spaces 2019-01-25 12:33:32 +01:00
Mark Brand dceb21b133 update gsoap 2019-01-23 10:38:35 +01:00
Mark Brand 33f681c9c0 update: gsoap, libgpg_error, primesieve 2019-01-17 01:23:17 +01:00
Mark Brand c027669b45 update smtpclient-for-qt 2019-01-16 01:02:03 +01:00
Tony Theodore 7f22c4dca9 boost, llvm, qtifw: changes for default posix build 2019-01-11 18:39:46 +11:00
Tony Theodore 7148391b33 qtwebkit: convert patch to git format-patch style 2019-01-11 18:24:50 +11:00
Tony Theodore 8b0a2352dc qtwebkit: retry build
isn't a parallel failure, more a resource exhaustion
2019-01-11 18:24:50 +11:00
Boris Pek cd73b2418f update qtwebkit
(Closes #2070, #2160)
2019-01-11 18:24:50 +11:00
Mark Brand efbd2b52e5 add support for lzip archives 2019-01-10 16:41:17 +01:00
Mark Brand 62329b26b9 wget: add missing pcre2 dependency 2019-01-10 15:19:33 +01:00
Boris Pek 918dfcbfb7 add package libfcgi 2019-01-09 18:19:53 +01:00
Boris Pek 1f938368c7 opencv: fix build after update of protobuf 2019-01-09 12:07:50 +01:00
Boris Pek afa6dc01b2 update protobuf 2019-01-09 12:07:50 +01:00
Mark Brand 05f7fc85f1 update: libsodium, libuv, readline 2019-01-09 00:01:36 +01:00
Mark Brand c77852f129 update gsoap 2019-01-07 01:37:22 +01:00
Mark Brand 1311f8c4a9 update: freexl, gdal, libftdi1. libircclient. libqrencode 2019-01-06 22:19:12 +01:00
Mark Brand e53b4d1aa2 update: jansson, json-c, libcint, libidn2, liblo 2019-01-06 14:58:55 +01:00
Tony Theodore 2c7123cda3 qttools: disable clang requirement (used for qdoc subfolder)
fixes #2262
2019-01-06 19:47:16 +11:00
Mark Brand 9661f5b2f9 update: freetds, qscintilla2, zstd 2019-01-05 23:37:22 +01:00
Mark Brand 27afe4357b update: qtsystems, qwt 2019-01-04 22:45:42 +01:00
Mark Brand 8e0cef3ad1 update: gdb, libidn, lzma, nasm 2019-01-01 20:02:54 +01:00
Mark Brand bf178316a8 fix UPDATE macro: libidn, libidn2 2019-01-01 20:02:54 +01:00
Mark Brand 158ca6cb40 wget: update deps list for libidn2 instead of libidn 2019-01-01 20:02:54 +01:00
Mark Brand 9b8be3a1f4 update wget 2018-12-30 22:02:10 +01:00
Boris Pek a8751bc4d3 libgpg_error: fix build for non-default targets:
* x86_64-w64-mingw32.shared.sjlj
* x86_64-w64-mingw32.shared.posix
* x86_64-w64-mingw32.shared.posix.sjlj
* x86_64-w64-mingw32.shared.win32.sjlj
* i686-w64-mingw32.shared.dw2
* etc.

[Thanks to Tony Theodore] (Closes: #2259)
2018-12-30 00:17:11 +11:00
Tony Theodore e9d4e7d1a0 freeimage: fix posix shared build 2018-12-29 16:31:38 +11:00
Tony Theodore 1c77cfc078 qtdeclarative: fix build with gcc4.8 2018-12-24 19:42:22 +11:00
Mark Brand 8881636975 qtbase: patch for gcc 4.8 compatibility
https://github.com/mxe/mxe/issues/2253#issuecomment-449221157
2018-12-21 11:34:15 +01:00
Mark Brand 5d7c06e3dd update: curl, libgpg_error 2018-12-15 17:04:03 +01:00
Tony Theodore ed88c4cd8d qtbase: enable inotify detection for native build
fixes #2252
2018-12-11 19:29:15 +11:00
Tony Theodore 86ea790880 llvm: update 3.4 --> 7.0.0
requires c++11 compiler (posix toolchain)

closes #1000 fixes #2106
2018-12-09 20:37:25 +11:00
Tony Theodore 47c9c445a6 librtmp: add explicit zlib dep
was previously part of gnutls deps
2018-12-09 13:30:00 +11:00
Tony Theodore b12b7ead05 libarchive: remove merged patch 2018-12-09 12:38:28 +11:00
Viktor Szakats f5a4a69695 secure URLs 2018-12-09 02:50:28 +11:00
darealshinji 139a4f5d9c ghostscript 9.26
Update Ghostscript to version 9.26, always hide libgs symbols, use local lcms fork (lcms2mt).
2018-12-08 10:56:29 +11:00
Mark Brand d8c7bcd148 qt5: update to 5.12.0 2018-12-06 11:09:39 +01:00
Mark Brand a6bc11deb5 new qt5 module: qtremoteobjects 2018-12-06 11:09:39 +01:00
Mark Brand c761dd5223 qt, qtbase: update SYBASE_LIBS for freetds using openssl
Follow-up to e28ae58625.
2018-12-06 11:09:16 +01:00
Mark Brand ee2705ccbc update: gnutls, nettle 2018-12-06 11:05:57 +01:00
Mark Brand b0e54976e0 update: harfbuzz, wget 2018-12-05 22:54:26 +01:00
Mark Brand 5eda7249be qt5: update to 5.11.3 2018-12-05 00:19:07 +01:00
Mark Brand 9825a8aba2 update: jsoncpp libarchive libdvdcss libgit2 libuv 2018-12-04 23:55:14 +01:00
Mark Brand 23ad7ef079 update: dbus, freetds, libntlm, libpng 2018-12-04 23:41:13 +01:00
Mark Brand 7735709834 update sqlite 2018-12-03 12:21:46 +01:00
Tony Theodore e41e27d1fa sdl2_mixer: enable opusfile support
fixes #2246
2018-11-30 09:47:57 +11:00
Mark Brand c720067424 update openssl 2018-11-22 23:17:33 +01:00
Tony Theodore 8418ae7764 qtifw: build native qmake and deps 2018-11-23 01:24:16 +11:00
Tony Theodore c2643629e7 flac: add native nasm dep 2018-11-22 20:06:18 +11:00
Tony Theodore cc7dea4004 sfml: update and minor fixes
see #2193 and #2234
2018-11-22 20:06:18 +11:00
PsychoXIVI 5187f11165 sfml: updated (including patch modifications) 2018-11-22 20:06:18 +11:00
Viktor Szakats c006c171f7 update/remove broken URLs 2018-11-20 10:27:31 +01:00
Viktor Szakats bdfb8c0159 use HTTPS in URLs 2018-11-20 10:27:31 +01:00
Jonas Kvinge 3e0327ba44 Update gstreamer 2018-11-20 10:19:21 +01:00
Mark Brand 611aafdb5a qtimageformats: detect and use "system" libwebp 2018-11-16 11:08:52 +01:00
Andrei Alexeyev d5d1a8aa60 Update libwebp to 1.0.0 2018-11-16 09:02:05 +01:00
Mark Brand fb338af159 update: tcl tinyxml2 vorbis 2018-11-16 00:38:18 +01:00
Mark Brand ce14f7cee4 update: nasm opus sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl_gfx 2018-11-16 00:38:07 +01:00
Mark Brand 01c46ee1da update: cairo ffmpeg gpgme libaacs libusb1 lz4 mpg123 2018-11-16 00:34:14 +01:00
Tony Theodore 744b5d433a fribidi: use new archive extension var in GH_CONF 2018-11-16 02:56:22 +11:00
Mark Brand 9ba19d263a cmark: fix UPDATE macro and exploit GH_CONF 2018-11-15 14:28:22 +01:00
Moritz Bunkus 3a073ff7e3 add package cmark 2018-11-15 14:16:19 +01:00
Mark Brand c06cd1c3da update: pcre2, poco 2018-11-15 11:42:28 +01:00
Mark Brand 73404945b0 fix UPDATE macro for pcre, pcre2 2018-11-15 11:42:28 +01:00
Boris Pek 906e7d80f2 osgearth: build with poco 2018-11-15 10:28:29 +01:00
Mark Brand ac697f5bac fribidi: fix UPDATE macro 2018-11-15 00:28:17 +01:00
Mark Brand 2f8600ea40 fribidi: fix build by adding missing _SUBDIR 2018-11-15 00:19:01 +01:00
mabrand 737b093d6e
Merge pull request #2230 from CL-Jeremy/patch-1
Update FriBidi to v1.0.5
2018-11-14 23:30:47 +01:00
Jonas Kvinge a29f95c182 Update chromaprint 2018-11-14 23:26:40 +01:00
Mark Brand 94d0941d9a update libcint 2018-11-14 23:11:21 +01:00
mabrand e0283b888b
Merge pull request #2088 from ajmay81/libcint
add package libcint
2018-11-14 23:04:15 +01:00
Mark Brand 96a42362fc Merge pull request #2205 from yshurik:gpgme
Update libgpg_error to 1.32, add libassuan, gpgme
2018-11-14 22:56:42 +01:00
yshurik bce85e55a2 add packages: libassuan and gpgme 2018-11-14 22:49:35 +01:00
yshurik ce49526617 update libgpg_error 2018-11-14 22:46:50 +01:00
Jonas Kvinge 30eda74019 Bump taglib 2018-11-14 16:31:27 +01:00
Mark Brand 7b4a42e20d opencv: drop stray dependency lcms1
As far as I can tell, this was never used.
2018-11-14 14:22:52 +01:00
mabrand e0dc9bafd8
Merge pull request #2190 from PsychoXIVI/glfw3_update
glfw3: updated; fixed library rename
2018-11-14 11:36:15 +01:00
mabrand 90c67e1de5
Merge pull request #2213 from jonaski/taglib
Update taglib to follow github
2018-11-14 11:30:19 +01:00
mabrand b9607fd005
Merge pull request #2212 from jonaski/updates
Update packages
2018-11-14 11:29:20 +01:00
mabrand 2c5d99c6f6
Merge pull request #2223 from WSoptics/boost_build_fix
fix boost build under gentoo host
2018-11-14 11:23:00 +01:00
mabrand bccd2555d7
Merge pull request #2229 from 0xACE/patch-7
Updated FLTK to 1.3.4-2 and _UPDATE function
2018-11-14 11:22:30 +01:00
mabrand 88780d27de
Merge pull request #2235 from MrMagne/master
cminpack shared
2018-11-14 11:17:43 +01:00
mabrand dced53cb91
Merge pull request #2228 from 0xACE/patch-6
xxhash updated from v0.6.4 => v0.6.5
2018-11-14 11:15:18 +01:00
mabrand e67ea548ed
Merge pull request #2226 from classilla/ppc64le_fixes
fix gcc compile error on ppc64le
2018-11-14 11:13:54 +01:00
mabrand a97782ae64
Merge pull request #2224 from sibuserv/update-openscenegraph
Update OpenSceneGraph
2018-11-14 11:10:18 +01:00
mabrand 9f89537138
Merge pull request #2208 from mabrand/v6
Update to mingw-w64 6.0
2018-11-14 11:07:27 +01:00
Mark Brand 9b928dd420 update: freetds, libjpeg-turbo, tiff 2018-11-13 23:55:31 +01:00
Mark Brand d8769fa94b jpeg: use the package's shipped libjpeg.pc
and fix the references to our old crafted jpeg.pc.
2018-11-13 23:54:11 +01:00
Mark Brand 5811607c05 ghostscript: drop stray libjpeg-turbo dependency 2018-11-13 23:53:00 +01:00
Mark Brand 9764111350 gcc: use --with-default-msvcrt=msvcrt
As suggested by Tony in https://github.com/mxe/mxe/pull/2208.
This is less disruptive for MXE users, even though, arguably,
use of the new ucrt should be encouraged.
2018-11-13 16:56:13 +01:00
Mark Brand 690a06ab97 update: freetds, harfbuzz, sqlite 2018-11-08 12:08:08 +01:00
Charles Prévot eb21f0277b freeimage shared 2018-11-06 11:01:44 +01:00
Charles Prévot 43bb33562c cminpack shared 2018-11-06 10:48:28 +01:00
Mark Brand e31177a13b update: curl, harfbuzz, libgcrypt 2018-11-02 22:23:54 +01:00
Mike L 86a92c9481
Remove unused FriBidi patch
Remove unused FriBidi patch (superseded by upstream changes)
2018-10-23 09:57:34 +02:00
Mike L 0c513ae9f1
Update FriBidi 2018-10-23 09:53:01 +02:00
Mark Brand 134e40b043 update harfbuzz 2018-10-21 21:44:37 +02:00
Mark Brand a7e1174732 update vmime 2018-10-20 01:50:03 +02:00
0xACE d8c63e296d
Updated FLTK to 1.3.4-2 and _UPDATE function
The previous update function wouldn't catch suffixed -* versions, nor did the URL support them.
2018-10-17 20:34:34 +02:00
0xACE 93047f1c2f
xxhash updated from v0.6.4 => v0.6.5 2018-10-17 07:20:48 +02:00
Cameron Kaiser 21cb141ee5 fix gcc compile error on ppc64le 2018-10-13 19:27:50 -07:00
Boris Pek 71e57be210 openscenegraph: delete unused build dependency from qtbase 2018-10-10 23:52:30 +03:00
Boris Pek e86ee73500 openscenegraph: update patch:
* fix build with GCC < 6.x
* fix build of gta plugin when pkg-config is used
2018-10-10 00:59:58 +03:00
Boris Pek 16c6fa9939 osgearth: update patch
Fix build with OpenSceneGraph >= 3.6.1
2018-10-10 00:38:31 +03:00
Christoph Weiss 02c016f6c2 fix boost build under gentoo host 2018-10-09 11:05:48 +02:00
Boris Pek f8c0846037 update openscenegraph 2018-10-09 01:22:17 +03:00
Boris Pek 19701522b4 update proj 2018-10-09 00:04:04 +03:00
Mark Brand fbe864c6a1 update sqlite 2018-09-27 02:22:56 +02:00
Martin Müllenhaupt cf8f74e9b8 new package: qtifw 2018-09-26 13:54:57 +02:00
Jonas Kvinge 94cd6f08ec Update taglib to follow github 2018-09-23 23:25:58 +02:00
Jonas Kvinge 5ca945d079 Fix faad2 patch 2018-09-23 23:22:02 +02:00
Jonas Kvinge 1c410dcad1 Update wavpack 2018-09-23 23:15:22 +02:00
Jonas Kvinge 2cdb5d3186 Update speex 2018-09-23 23:15:10 +02:00
Jonas Kvinge 239ff09753 Update opusfile 2018-09-23 23:14:59 +02:00
Jonas Kvinge 1f888b0325 Update opus 2018-09-23 23:14:48 +02:00
Jonas Kvinge f32e09982f Update ogg 2018-09-23 23:14:39 +02:00
Jonas Kvinge e85e2ac8e8 Update mman-win32 2018-09-23 23:14:28 +02:00
Jonas Kvinge 19ae936abe Update lzo 2018-09-23 23:14:13 +02:00
Jonas Kvinge ceb2d6fedb Update libidn2 2018-09-23 23:14:00 +02:00
Jonas Kvinge cc4cf04296 Update libcdio 2018-09-23 23:13:47 +02:00
Jonas Kvinge bde8696242 Update gstreamer 2018-09-23 23:13:16 +02:00
Jonas Kvinge 5dc4fb6c52 Update flac 2018-09-23 23:13:01 +02:00
Jonas Kvinge 29fab36762 Update fftw 2018-09-23 23:12:47 +02:00
Jonas Kvinge 79220d4738 Update faad2 2018-09-23 23:12:33 +02:00
Jonas Kvinge aa7e5380ce Update cairo 2018-09-23 23:12:21 +02:00
Mark Brand 0cc29bc59c update libuv 2018-09-22 10:46:44 +02:00
Mark Brand d25edb5b10 plibc: mingw-w64 6 compatibility 2018-09-21 23:27:47 +02:00
Mark Brand 5451878885 update libgpg_error 2018-09-20 21:20:47 +02:00
Mark Brand 3b68003438 aubio: ffmpeg 4 compatibility patch 2018-09-20 21:01:19 +02:00
Mark Brand 9d1facaf09 poco: build fixes 2018-09-20 21:01:19 +02:00
Mark Brand 89ff5313c1 wt: mingw-w64 6 compatibility 2018-09-20 21:01:19 +02:00
Mark Brand 16ecf4503f zip: mingw-w64 6 compatibility 2018-09-20 21:01:19 +02:00
Mark Brand b9f91edca0 openblas: mingw-w64 6 compatibility 2018-09-20 21:01:19 +02:00
Mark Brand 345463e921 qtmultimedia: mingw-w64 6 compatibility 2018-09-20 21:01:19 +02:00
Mark Brand ab63adc6b8 libmysqlcient: mingw-w64 6 compatibility 2018-09-20 21:01:19 +02:00
Mark Brand 063ce66ec0 qt5: update to 5.11.2 2018-09-20 09:22:54 +02:00
Tony Theodore 3f8dc4d8e3 cmake: use new-style rules 2018-09-19 21:46:54 +10:00
Mark Brand 2fdda2d168 update sqlite 2018-09-19 09:15:54 +02:00
Mark Brand 8ed36bf81f update mingw-w64 2018-09-18 00:35:53 +02:00
Mark Brand e5d0d8ae60 update vmime 2018-09-17 00:46:09 +02:00
Mark Brand f95415f234 update sqlite 2018-09-16 23:43:30 +02:00
Mark Brand d024c69ed9 update harfbuzz 2018-09-13 01:16:03 +02:00
Mark Brand e2c91d1ca9 update openssl 2018-09-13 00:07:21 +02:00
Tony Theodore 842827a489 expat: disable docbook and use new-style options 2018-09-08 19:00:16 +10:00
Mark Brand 1f494b0135 update: curl, fontconfig, freetds, gdb, pcre, pcre2, vmime 2018-09-07 23:07:36 +02:00
Boris Pek 46582a9162 update ffmpeg 2018-08-31 22:24:08 +03:00
Boris Pek d617a2685e update x264 2018-08-31 22:22:29 +03:00
Boris Pek 4ea99a2eb8 update libsignal-protocol-c
See: https://github.com/signalapp/libsignal-protocol-c/issues/107
2018-08-31 02:31:44 +03:00
Boris Pek 6510810b0c libsignal-protocol-c: simplify test 2018-08-31 02:28:07 +03:00
Boris Pek 613e16533d update qtkeychain 2018-08-31 02:05:22 +03:00
Boris Pek 63d68d98b8 update tidy-html5 2018-08-31 02:16:42 +03:00
Tony Theodore cd851f6d77 nsis: use scons-local with python2 and use SOURCE_DIR 2018-08-31 12:21:14 +10:00
Tony Theodore 822c7e4099 add standalone scons-local pkg and remove scons from reqs 2018-08-31 12:21:14 +10:00
Boris Pek 0860f00842 update nasm 2018-08-31 12:17:58 +10:00
Boris Pek 317c5491aa nasm: fix build with GCC >= 8.x. 2018-08-31 12:17:58 +10:00
Lars 0c6e6720fc hamlib: update 3.2 --> 3.3 (#2188) 2018-08-26 23:31:50 +10:00
PsychoX 7809a78cd2 glm: update and fixed test (#2189) 2018-08-26 23:30:32 +10:00
PsychoXIVI c82096c98a mpc: generic update used instead hand-done 2018-08-26 23:02:41 +10:00
PsychoXIVI 4a5e11b0f9 mpc: update and fixed version checking
So its updates and compile :F
2018-08-26 23:02:41 +10:00
PsychoXIVI 27257cd3b8 glfw3: updated; fixed library rename 2018-08-24 01:10:25 +02:00
Mark Brand 9b41a5bc98 update vmime 2018-08-21 14:48:18 +02:00
Tony Theodore 13d6257891 nsis: remove obsolete patch and MINGW_CROSS_PREFIX variable 2018-08-18 15:00:17 +10:00
don bright eb9093a372 use XGCC_W32_PREFIX for newer nsis
new versions of NSIS require XGCC_W32_PREFIX not MINGW_CROSS_PREFIX, see http://nsis.sourceforge.net/Docs/AppendixG.html
2018-08-18 13:35:23 +10:00
Mark Brand 03fca1bb21 update: expat, harfbuzz, openssl 2018-08-17 01:35:11 +02:00
Tony Theodore b7c8011aa8 libatomic_ops libsignal-protocol-c libssh: fix gcc4 build 2018-08-16 11:07:14 +10:00
Tony Theodore b60d17597b qscintilla2: fix static *.prl install 2018-08-15 21:48:26 +10:00
Tony Theodore 8a8b14070c libzip: update and switch to github/cmake 2018-08-15 20:34:45 +10:00
Tony Theodore f0a29921fe wt: fix posix build 2018-08-15 17:01:29 +10:00
Tony Theodore 4bf48883f7 itk: switch to github and update 4.13.0 --> 4.13.1
fixes gcc8 build
2018-08-15 12:57:09 +10:00
Tony Theodore b5266eed3c pe-parse: fix gcc8 build 2018-08-15 12:57:09 +10:00
Tony Theodore a1f5c6852c gtkimageview guile libssh: fix gcc5 unrecognised options 2018-08-15 12:57:09 +10:00
Tony Theodore 47a2424cf8 opencv: fix gcc7 build 2018-08-15 12:57:09 +10:00
Tony Theodore 5fb3e4c222 gtkglextmm: fix gcc7 build 2018-08-15 12:57:09 +10:00
Tony Theodore cc01912155 gtkmm2/3: fix gcc7 build 2018-08-15 12:57:09 +10:00
Tony Theodore d214fd0f7b physfs: update 2.0.3 --> 3.0.1 2018-08-15 12:57:09 +10:00
Tony Theodore 28424c6d15 pe-parse: fix gcc7 build 2018-08-15 12:57:09 +10:00
Tony Theodore 6473abe4e0 muparserx: fix gcc7 build 2018-08-15 12:57:09 +10:00
Tony Theodore 3b8cd1213e libssh: fix gcc7 build 2018-08-15 12:57:09 +10:00
Tony Theodore 6a90401ea1 json_spirit: fix gcc7 build 2018-08-15 12:57:09 +10:00
Tony Theodore 69427ce20c guile: fix gcc7 build 2018-08-15 12:57:09 +10:00
Tony Theodore bb20f42b47 gtkimageview: fix gcc7 build 2018-08-15 12:57:09 +10:00
Tony Theodore e511af5bc3 itk: update 4.10.1 --> 4.13.0 2018-08-15 12:57:09 +10:00
Tony Theodore 295884f5d3 cgal: fix tests for gcc ≥ 6 with CMAKE_CXX_STANDARD=98 2018-08-15 12:57:09 +10:00
Tony Theodore 8f30a5af25 cmake toolchain: fix gcc ≥ 6 with CMAKE_<lang>_IMPLICIT_INCLUDE_DIRECTORIES 2018-08-15 12:57:09 +10:00
Tony Theodore be51d791a3 cmake: revert "add option to disable -isystem" 2018-08-15 12:57:09 +10:00
Tony Theodore ccc5e6be63 hyperscan: revert "fix include paths for building with gcc >= 6" 2018-08-15 12:57:09 +10:00
Tony Theodore 1db1e1eb92 Revert "cgal: fix gcc ≥ 6 build"
This reverts commit 8912905d69.
2018-08-15 12:57:09 +10:00
PsychoXIVI a3b84ec9c8 Fixed `lua` copy executable command to source from `.exe` 2018-08-14 22:00:31 +10:00
Viktor Szakats 7350b98256 secure/fix URLs 2018-08-14 19:09:36 +10:00
Mark Brand 0107c4d6d4 update: dbus, freetds, gdb, harfbuzz 2018-08-14 00:02:02 +02:00
Tony Theodore 4b3fc30da9 sfml: use new-style options BUILD_DIR, SOURCE_DIR, GH_CONF 2018-08-13 17:45:42 +10:00
Tony Theodore 8912905d69 cgal: fix gcc ≥ 6 build 2018-08-13 14:25:53 +10:00
Ivan Romanov e89d5d7ee2 Install Qt4 translations 2018-08-03 01:27:02 +10:00
Tony Theodore a99fed216e qjson: consolidate patches 2018-07-31 22:59:42 +10:00
Ivan Romanov 2b31fc5791 Add QJSON patch 2018-07-31 22:59:42 +10:00
Viktor Szakats e467d9d1ec Secure URLs 2018-07-31 22:49:26 +10:00
Viktor Szakats b9a47e838a Secure URLs 2018-07-27 12:18:03 +10:00
Mark Brand 70904d8350 update: gnutls, harfbuzz, libpng, qtkeychain 2018-07-18 00:54:10 +02:00
Mark Brand f97bc8ca90 update: harfbuzz, freetds 2018-07-13 10:15:51 +02:00
Mark Brand de057f7dc2 update curl 2018-07-11 16:02:54 +02:00
Tony Theodore 087eb34bcf gettext: use included libcroco on darwin
fixes #2142
2018-07-02 08:17:30 +10:00
Tony Theodore 38d301e913 zstd: install *.pc file for mingw
see: https://github.com/facebook/zstd/pull/1203
closes #2164
2018-07-02 08:12:24 +10:00
Tony Theodore b9722e9abe add package netcdf-cxx4
closes #2150
2018-07-01 23:21:28 +10:00
Tony Theodore 858a7456ff netcdf: update, switch to cmake and github, add test 2018-07-01 20:52:17 +10:00
Tony Theodore acaf23dd5d freetype: enable deprecated `freetype-config`
`freetype-config` has been deprecated in favour of pkg-config in v2.9.1
but downstream packages (ftgl gd sdl_ttf sdl2_ttf) still require it.

fixes #2158
2018-07-01 15:28:59 +10:00
Tony Theodore fc9a7b8413 gettext: depend on native build for bins/*.m4 files etc.
fixes #2161
2018-06-30 03:11:30 +10:00
Tony Theodore bdd03271d2 libao: disable pulse audio
fixes #2157
2018-06-30 02:31:25 +10:00
Mark Brand 2b43cabd85 quazip: use qmake to fix up installation and create .pc file 2018-06-29 13:47:25 +02:00
Mark Brand 4a87a21011 quazip: use qmake option instead of patch 2018-06-29 13:41:55 +02:00
Mark Brand 129121e548 update quazip 2018-06-29 11:26:06 +02:00
mabrand 4364879358
Merge pull request #2124 from zgyarmati/quazip_upgrade
quazip: upgrade to 0.7.5 and to the new Github upstream
2018-06-29 11:12:01 +02:00
Boris Pek bc04e0aef1 qtkeychain: add patch + disable build of test application
https://github.com/frankosterfeld/qtkeychain/pull/112
2018-06-29 00:29:58 +03:00
Mark Brand 578c3e05dd fontconfig: add gettext to dependencies
https://github.com/mxe/mxe/issues/2162
2018-06-29 01:25:53 +02:00
Mark Brand 5352af4b63 update: dlfcn-win32, libunistring 2018-06-23 00:04:19 +02:00
withmorten 29e7257a78 ffmpeg: fix ffplay compilation by changing sdl dependency to sdl2 2018-06-20 11:56:16 +10:00
Mark Brand 2de6bde8c4 qt5: update to 5.11.1 2018-06-19 23:30:54 +02:00
mabrand 4fb99b500c
Merge pull request #2152 from uwehermann/update_zstd
Update zstd to 1.3.4.
2018-06-17 23:00:24 +02:00
Mark Brand 7a21a11ef3 update fontconfig 2018-06-17 14:12:55 +02:00
Mark Brand 460d2dffad update: harfbuzz, libgcrypt 2018-06-16 17:01:15 +02:00
Uwe Hermann ca1ae0b97b Update zstd to 1.3.4. 2018-06-16 16:19:49 +02:00
Mark Brand 6cec8aa33a update smtpclient-for-qt 2018-06-13 21:33:29 +02:00
mabrand ad29f2ede6
Merge pull request #2139 from jonaski/libechonest
Fix libechonest compile
2018-06-08 00:26:54 +02:00
Jonas Kvinge 21e1d0e0c6 Fix libechonest compile 2018-06-07 22:55:47 +02:00
Jonas Kvinge db3506e0f1 Fix liblastfm compile with Qt 5.11 2018-06-07 20:34:58 +02:00
Mark Brand 5ae55bd75e update sqlite 2018-06-04 23:00:42 +02:00
Mark Brand 27d117f7d9 update mingw-w64 2018-06-04 17:20:02 +02:00
Tony Theodore 8a11ae670f tcl/tk: use external zlib
closes #2130
2018-05-28 15:18:46 +10:00
darealshinji cf866f2bea libpaper: update to 1.1.24+nmu5, enable shared targets, install .pc file 2018-05-28 12:20:41 +10:00
Tony Theodore b40d6b704b ghostscript: fix missing sys/times.h 2018-05-28 12:08:07 +10:00