summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
* | update package vmimeMark Brand2014-08-211-2/+2
| |
* | openal: fix BUILD_SHARED variableTony Theodore2014-08-201-2/+1
| |
* | libgomp: Fixes #474Guilherme Lima Bernal2014-08-201-1/+1
| |
* | qtservice, qtsystems: fix checksums (again)Guilherme Bernal2014-08-202-2/+2
| |
* | glib: Clarify the glib-* tools building processTimothy Gu2014-08-191-0/+7
| |
* | glib: remove outdated commentTimothy Gu2014-08-191-1/+1
| |
* | 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>
* | 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
| |
* | lzo: updateUwe Hermann2014-08-171-2/+2
| |
* | yasm: updateUwe Hermann2014-08-171-2/+2
| |
* | ogg: updateUwe Hermann2014-08-171-2/+2
| |
* | mpg123: updateUwe Hermann2014-08-171-2/+2
| |
* | gta: updateUwe Hermann2014-08-171-2/+2
| |
* | hunspell: updateUwe Hermann2014-08-171-2/+2
| |
* | gettext: updateUwe Hermann2014-08-171-2/+2
| |
* | check: updateUwe Hermann2014-08-171-2/+2
| |
* | libftdi1: updateUwe Hermann2014-08-171-2/+2
| |
* | gnutls: fix for Debian/Sid autotools (fixes ↵Elie Roux2014-08-171-3/+1
| | | | | | | | https://github.com/mxe/mxe/issues/456)
* | update package sqliteMark Brand2014-08-171-2/+2
| |
* | lua: Fix static installTimothy Gu2014-08-161-0/+4
| | | | | | Fixes #461.
* | Merge pull request #455 from abma/masterTimothy Gu2014-08-161-2/+1
|\ \ | | | | | | enable openal shared compile
| * | remove duplicate codeabma2014-08-161-14/+1
| | |
| * | enable openal shared compileabma2014-08-101-1/+13
| | |
* | | ffmpeg: enable vidstabTimothy Gu2014-08-161-1/+2
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | boost: fix directory quotingTimothy Gu2014-08-161-1/+1
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>