summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #484 from starius/masterTimothy Gu2014-08-278-0/+500
|\ \ \ | |/ / |/| | 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-227-0/+465
| | | | | | | | | | | | | | | 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
| | |
* | | Merge branch 'stable'Timothy Gu2014-08-241-1/+1
|\ \ \ | | |/ | |/|
| * | index: fix dead linkTimothy Gu2014-08-241-1/+1
| | | | | | | | | | | | | | | | | | Closes #482. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | 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>
* | | Add target download-only-* to ease developingTimothy Gu2014-08-222-1/+12
| |/ |/| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Merge pull request #481 from uwehermann/no_cruftTimothy Gu2014-08-227-7/+54
|\ \ | | | | | | Add MXE_DISABLE_{PROGRAMS,DOCS,CRUFT} and use it in a few packages
| * | 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.
| * | Makefile: Add MXE_DISABLE_{PROGRAMS,DOCS,CRUFT}.Uwe Hermann2014-08-211-0/+42
|/ /
* | Merge pull request #480 from ddqd/patch-1Timothy Gu2014-08-211-1/+1
|\ \ | | | | | | Update qtsystems.mk
| * | Update qtsystems.mkDmitry Gureev2014-08-211-1/+1
|/ / | | | | update checksum
* | update package vmimeMark Brand2014-08-211-2/+2
| |
* | openal: fix BUILD_SHARED variableTony Theodore2014-08-201-2/+1
| |
* | Merge pull request #475 from GuilhermeBernal/patch-1Tony Theodore2014-08-201-1/+1
|\ \ | | | | | | libgomp: Fixes #474
| * | libgomp: Fixes #474Guilherme Lima Bernal2014-08-201-1/+1
|/ /
* | Merge pull request #473 from GuilhermeBernal/masterTimothy Gu2014-08-202-2/+2
|\ \ | | | | | | qtservice, qtsystems: fix checksums (again)
| * | qtservice, qtsystems: fix checksums (again)Guilherme Bernal2014-08-202-2/+2
|/ /
* | update-config-guess: Fix websiteTimothy Gu2014-08-191-1/+1
| | | | | | ugh...
* | update-config-guess: fix typoTimothy Gu2014-08-191-1/+6
| |
* | glib: Clarify the glib-* tools building processTimothy Gu2014-08-191-0/+7
| |
* | glib: remove outdated commentTimothy Gu2014-08-191-1/+1
| |
* | Merge pull request #471 from uwehermann/no_manpagesTimothy Gu2014-08-184-6/+6
|\ \ | | | | | | Don't install manpages and other cleanups
| * | sdl2: Drop non-existing stuffUwe Hermann2014-08-181-2/+2
| | | | | | | | | | | | There are no 'bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=' in sdl2.
| * | sdl: don't install manpagesUwe Hermann2014-08-181-2/+2
| | | | | | | | | | | | | | | | | | This gets rid of ca. 170 manpages. Also, drop nonexisting 'bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS='.
| * | libssh2: don't install manpagesUwe Hermann2014-08-181-1/+1
| | | | | | | | | | | | | | | | | | This gets rid of ca. 160 manpages. Also, drop nonexisting 'bin_PROGRAMS= sbin_PROGRAMS= html_DATA='.
| * | openssl: don't install manpagesUwe Hermann2014-08-181-1/+1
|/ / | | | | | | This gets rid of ca. 1200 manpages in ssl/man/man[13].
* | eigen: use eigen-3.2.1.tar.bz2 as file nameTimothy Gu2014-08-181-2/+2
| | | | | | | | | | | | 3.2.1.tar.bz2 looks really random. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | apr-util: enable shared buildsTimothy Gu2014-08-181-8/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Merge pull request #469 from uwehermann/libusb1_libftdi1_testsTimothy Gu2014-08-175-3/+128
|\ \ | | | | | | Add libusb1 and libftdi1 tests, enable libftdi1 shared build
| * | libftdi1: enable shared buildUwe Hermann2014-08-172-2/+35
| | |
| * | libftdi1: don't build unnecessary componentsUwe Hermann2014-08-171-1/+6
| | | | | | | | | | | | | | | | | | Disable building of documentation, examples, the C++ wrapper library (for now, needs boost), the ftdi_eeprom tool (for now, needs libconfuse), and the Python bindings.
| * | libftdi1: add test fileUwe Hermann2014-08-172-0/+43
| | |
| * | libusb1: add test fileUwe Hermann2014-08-172-0/+44
|/ /
* | apr: enable shared buildsTimothy Gu2014-08-171-8/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Fix minor typoTimothy Gu2014-08-171-1/+1
| |
* | hunspell: enable shared buildsTimothy Gu2014-08-171-7/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | coreutils: updateUwe Hermann2014-08-171-2/+2
| |