summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* libsndfile: Fix assertion failureTimothy Gu2014-09-012-0/+29
| | | | | | Should fix #499. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* libbluray: updateTimothy Gu2014-08-311-4/+5
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* ffmpeg: updateTimothy Gu2014-08-311-3/+6
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Add package libbs2bTimothy Gu2014-08-312-6/+106
| | | | | | | The libbs2b.mk file was incorrectly added in 262aa647f04db4aac. Sorry about that. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Revert "bzip2, ffmpeg: Intentionally make download URLs incorrect"Timothy Gu2014-08-312-3/+3
| | | | This reverts commit 858b2886bc4904d4279f389162575f99023941fa.
* bzip2, ffmpeg: Intentionally make download URLs incorrectTimothy Gu2014-08-312-3/+3
| | | | | | | This is to test the new download server issue system. This should not impact actual users as the fallback S3 server is still operational. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Various packages: Use '$(SORT)' instead of 'sort'.Uwe Hermann2014-08-304-4/+4
|
* ffmpeg: Fix secondary URLTimothy Gu2014-08-301-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* smpeg2: fix downloadTimothy Gu2014-08-301-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* opencv: Fix downloadTimothy Gu2014-08-301-0/+1
| | | | | | | I intentionally didn't merge this when merging stable, but seems like this fix is necessary for master too. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Merge branch 'stable'Timothy Gu2014-08-3011-6/+169
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/gd.mk src/gdal.mk src/imagemagick.mk src/pcl.mk src/qt.mk
| * pcl: Fix downloadTimothy Gu2014-08-301-4/+4
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * opencv: Fix downloadTimothy Gu2014-08-301-0/+1
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * hdf5: Fix downloadTimothy Gu2014-08-301-1/+1
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * gdal: Fix downloadTimothy Gu2014-08-301-2/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * gd: Fix downloadTimothy Gu2014-08-301-0/+1
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * imagemagick: fix downloadTimothy Gu2014-08-301-2/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * qt: Fix downloadingTimothy Gu2014-08-301-1/+1
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * gc: fix downloadTimothy Gu2014-08-291-2/+3
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * Reduce difference with masterTimothy Gu2014-08-071-1/+1
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * gdk-pixbuf: install files when autoreconfingTimothy Gu2014-08-071-1/+1
| | | | | | Might fix #451.
| * Backport openssl patchesTimothy Gu2014-07-013-622/+633
| | | | | | | | | | | | Closes #429. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * openssl: updateTimothy Gu2014-06-301-2/+2
| | | | | | | | | | | | Again, a security update, including the fix for Heartbleed. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * ffmpeg: updateTimothy Gu2014-06-301-2/+2
| | | | | | | | | | | | | | | | | | While I know this probably shouldn't go into stable branch, this update is API/ABI-compatible and contains several very important security fixes, including http://blog.securitymouse.com/2014/06/raising-lazarus-20-year-old-bug-that.html Signed-off-by: Timothy Gu <timothygu99@gmail.com>
| * Use $(SORT) variable in lensfun.mkNiels Kristian Bech Jensen2014-04-221-1/+1
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | gc: fix downloadTimothy Gu2014-08-291-2/+3
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | update package harfbuzzMark Brand2014-08-281-2/+2
| |
* | qtbase: disable i686-pc-mingw32 targetsMark Brand2014-08-281-0/+2
| | | | | | | | As of version 5.3.1 qtbase requires comdef.h, which MinGW lacks.
* | pcre: remove two unused linesTimothy Gu2014-08-271-2/+0
| |
* | Merge pull request #491 from uwehermann/fix_pcreTimothy Gu2014-08-271-1/+3
|\ \ | | | | | | pcre: fix removal of docs
| * | pcre: fix removal of docsUwe Hermann2014-08-261-1/+3
| | | | | | | | | | | | This fixes issue #487.
* | | luabind-2-elif.patch: Clarify the necessity of the patchTimothy Gu2014-08-271-1/+3
| | |
* | | Merge pull request #484 from starius/masterTimothy Gu2014-08-277-0/+496
|\ \ \ | |/ / |/| | new package luabind
| * | add luabind-test.cppBoris Nagaev2014-08-222-0/+35
| | | | | | | | | | | | all programs using luabind should define LUA_COMPAT_ALL
| * | new package luabindBoris Nagaev2014-08-226-0/+461
| | | | | | | | | | | | | | | luabind is compatible with Lua 5.1, but MXE Lua is 5.2, so sevaral patches are applied
* | | curl: Install curl.exeTimothy Gu2014-08-251-1/+1
| | | | | | | | | See https://github.com/mxe/mxe/commit/2722b35587bee4ec2f0c47f9c6f00186e5685ad9#commitcomment-7504206
* | | update package curlMark Brand2014-08-251-2/+2
| | |
* | | update package gnutlsMark Brand2014-08-252-54/+13
| | |
* | | update package libpngMark Brand2014-08-251-2/+2
| | |
* | | libdvdcss: UpdateTimothy Gu2014-08-231-6/+7
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | libcaca: Fix compilation on MinGW-w64Timothy Gu2014-08-221-0/+187
| | | | | | | | | | | | | | | | | | Fixes #483. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | qtservice, qtsystems: move download URL to GitHubTimothy Gu2014-08-222-10/+10
|/ / | | | | | | | | | | | | | | Gitorious is very unstable lately. See #452, #473, #480. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | libssh2: Disable building of examples.Uwe Hermann2014-08-211-0/+1
| |
* | libssh2: Use $(MXE_DISABLE_CRUFT).Uwe Hermann2014-08-211-1/+1
| |
* | opus: don't install cruftUwe Hermann2014-08-211-2/+5
| | | | | | | | This gets rid of ca. 15 manpages, one info page and ca. 20 HTML pages.
* | pcre: don't install cruftUwe Hermann2014-08-211-1/+2
| | | | | | | | | | | | This gets rid of ca. 100 manpages and various symlinks. We do keep installing pcre-config, since that is used by other packages.
* | libzip: don't install cruftUwe Hermann2014-08-211-1/+1
| | | | | | | | This gets rid of ca. 60 manpages.
* | curl: don't install cruftUwe Hermann2014-08-211-1/+1
| | | | | | | | | | | | This gets rid of ca. 50 manpages and curl.exe. We do keep installing curl-config, since that is used by other packages.
* | tiff: don't install cruftUwe Hermann2014-08-211-1/+1
| | | | | | | | | | | | | | This gets rid of ca. 60 manpages and 60 HTML pages. The 19 executables that were not built and installed before, continue not being built/installed.
* | Update qtsystems.mkDmitry Gureev2014-08-211-1/+1
| | | | | | update checksum