summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add _WEBSITE and _DESCR fields to core packagesBoris Nagaev2016-12-22425-0/+690
| | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
* update libgpg_errorMark Brand2016-12-221-2/+2
|
* update curlMark Brand2016-12-211-2/+2
|
* native upx: disable asmBoris Nagaev2016-12-211-0/+1
| | | | | | 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
* libdvdetect: add dependency on opensslBoris Nagaev2016-12-181-1/+1
| | | | | It depends through Requires.private. Broken build: https://gist.github.com/c1606f613d18fbcdf938941145f5fbbb
* update gmp, libgcrypt, qtxlsxwriterMark Brand2016-12-173-6/+6
|
* Add neonnschlia2016-12-172-0/+82
|
* Add libdvdetectnschlia2016-12-171-0/+46
|
* Add libcddbnschlia2016-12-173-0/+146
|
* freetds: add HTTP download URLBoris Nagaev2016-12-171-0/+1
| | | | fix https://github.com/mxe/mxe/issues/1596
* nsis: update to 3.01Boris Nagaev2016-12-162-929/+13
|
* update qt5 modules to 5.7.1Mark Brand2016-12-1533-150/+103
|
* update freetds, gnutls, harfbuzz, libgcryptMark Brand2016-12-144-8/+8
|
* update vmime to b1b3f30Boris Nagaev2016-12-071-2/+2
| | | | | See https://github.com/kisli/vmime/issues/151#issuecomment-265280156 Fix https://github.com/mxe/mxe/issues/1586
* crystalhd: change download URL to a mirrorBoris Nagaev2016-12-061-1/+1
| | | | | | | | | | | | | | | | | | 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.
* apply `make cleanup-deps-style`Boris Nagaev2016-12-059-9/+9
|
* Merge pull request #1582 from sibuserv/update-sdl2Boris Nagaev2016-12-053-598/+127
|\ | | | | Update sdl2
| * sdl2: update from 2.0.4 to 2.0.5Boris Pek2016-12-023-598/+127
| | | | | | | | Update patch.
* | Merge pull request #1581 from sibuserv/update-fontconfigBoris Nagaev2016-12-051-2/+2
|\ \ | | | | | | Update fontconfig
| * | fontconfig: update from 2.12.0 to 2.12.1Boris Pek2016-12-021-2/+2
| |/
* | Merge pull request #1579 from sibuserv/libjpeg-turboBoris Nagaev2016-12-051-2/+2
|\ \ | | | | | | libjpeg-turbo: update from 1.5.0 to 1.5.1
| * | libjpeg-turbo: update from 1.5.0 to 1.5.1Boris Pek2016-12-021-2/+2
| |/
* | Merge pull request #1578 from sibuserv/update-gdalBoris Nagaev2016-12-053-6/+6
|\ \ | | | | | | Update gdal
| * | tiff: update from 4.0.6 to 4.0.7Boris Pek2016-12-021-2/+2
| | |
| * | gdal: update from 2.1.0 to 2.1.2Boris Pek2016-12-021-2/+2
| | |
| * | proj: update from 4.9.2 to 4.9.3Boris Pek2016-12-021-2/+2
| |/
* | Merge pull request #1577 from sibuserv/update-ffmpegBoris Nagaev2016-12-052-4/+4
|\ \ | | | | | | Update ffmpeg
| * | ffmpeg: update from 3.1.1 to 3.2.1Boris Pek2016-12-021-2/+2
| | |
| * | x264: update from 20160706-2245 to 20161130-2245Boris Pek2016-12-021-2/+2
| |/
* | Revert "vmime: update"Boris Nagaev2016-12-041-2/+2
|/ | | | | | | This reverts commit 07ffabcf49ff4b17775b59053db35041e8081e5b. Vmime was broken after this update. See https://github.com/mxe/mxe/issues/1586
* protobuf: compile host protoc as native packageBoris Nagaev2016-12-013-21/+23
| | | | Do not compile host protoc for all target, instead compile it once.
* protobuf: update to 3.1.0Boris Nagaev2016-12-011-4/+7
|
* add package googlemockBoris Nagaev2016-12-011-0/+14
| | | | It is needed by protobuf 3.1.0
* Revert "protobuf: use official release tarball instead of tarball from git tag"Boris Nagaev2016-12-011-4/+6
| | | | | | | | | This reverts commit 284f0a7ec3b43c0a918e3d5c85dc19f3ca561962. New protobuf release (3.1.0) does not provide official tarballs with prepared configure and googletest files. Tag (and URL) changed since original version. Now tag start with 'v'.
* Revert "virtual package googletest is not required anymore"Boris Nagaev2016-12-011-0/+15
| | | | | | | This reverts commit ad11e753ddede848ee734ec4999f218f455fdfe2. New protobuf release (3.1.0) does not provide official tarballs with prepared configure and googletest files.
* dbus: updateMark Brand2016-11-291-2/+2
|
* sqlite: updateMark Brand2016-11-281-2/+2
|
* qtbase: Fix wrong assertBoris Nagaev2016-11-191-0/+33
| | | | Fix https://github.com/mxe/mxe/issues/1572
* unify qtbase-1-fixes.patchBoris Nagaev2016-11-191-51/+28
|
* update hyperscan to 4.3.2Boris Nagaev2016-11-151-2/+2
| | | | | | | | This version of hyperscan adds a fix for boost bug introduced in boost 1.62.0. See https://github.com/mxe/mxe/pull/1549#issuecomment-255600102 See https://github.com/01org/hyperscan/issues/39#issuecomment-260495946
* libgpg_error: updateMark Brand2016-11-151-2/+2
|
* Enable shared builds for gslDaniel Heinrich2016-11-111-7/+1
|
* Upgrade PortAudio to version 19.6.0Matthias Geier2016-11-102-71/+23
|
* curl, libssh2: updateMark Brand2016-11-073-21/+59
|
* libssh2: restore accidentally removed patchMark Brand2016-11-071-0/+24
| | | | commit 130624690fd5a48b0abb5a903546b60a8739eae0 did it.
* vmime: updateMark Brand2016-11-071-2/+2
|
* sqlite: updateMark Brand2016-11-072-26/+2
|
* libnice: replace tabs with spacesMartin Müllenhaupt2016-10-311-3/+3
|
* libnice: cleanup makefileMartin Müllenhaupt2016-10-311-7/+12
|
* libnice: add testMartin Müllenhaupt2016-10-311-0/+3
|