summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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>
* | | Add package vidstabTimothy Gu2014-08-164-0/+172
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | Add package widlTimothy Gu2014-08-161-0/+27
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | libgomp: fix DLL install dirTimothy Gu2014-08-161-0/+4
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | libusb1: Fix update macroUwe Hermann2014-08-111-2/+3
| | |
* | | libodbc++: Fix update macroUwe Hermann2014-08-111-3/+3
| | |
* | | flex: Fix update macroUwe Hermann2014-08-111-4/+4
| | |
* | | assimp: Fix update macroUwe Hermann2014-08-111-3/+3
| | |
* | | boost: add $(BUILD_SHARED) guards to the `mv` of DLLsTimothy Gu2014-08-111-1/+2
| | | | | | | | | | | | | | | | | | Fixes #457. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | flann: enable OpenMPTimothy Gu2014-08-112-2/+35
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | flann: updateTimothy Gu2014-08-112-118/+126
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | flann: enable shared libTimothy Gu2014-08-115-184/+216
| | | | | | | | | | | | | | | | | | | | | With this commit the static libs are installed as "libflann.a" instead of "libflann_s.a". pkg-config files are changed accordingly. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | update package libusb1Uwe Hermann2014-08-111-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | The 1.0.19 release now uses VerSetConditionMask(), which is not available by default in i686-pc-mingw32.static (but it *is* for i686-w64-mingw32.static). Thus, add 'CFLAGS=-D_WIN32_WINNT=0x0500' like in other packages to make libusb1 also compile for i686-pc-mingw32.static.
* | | icu4c: symlink <lib>53.dll.a to <lib>.dll.aTimothy Gu2014-08-101-0/+6
| | | | | | | | | | | | | | | | | | Fixes #454. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | libgdamm: add update macroTimothy Gu2014-08-101-2/+4
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | Multiple packages: use target-g++ instead of target-c++ as CXXTimothy Gu2014-08-104-4/+4
|/ / | | | | | | | | | | It is more explicit and conforms with other packages. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | libcaca: install caca-config to standard directoryTimothy Gu2014-08-081-0/+1
| |
* | qtservice, qtsystems: fix checksumsTimothy Gu2014-08-082-2/+2
| | | | | | | | | | | | Fixes #452. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | add primesieve libraryFernando Ortiz2014-08-081-0/+29
| |
* | gcc: remove `--disable-libmudflap`Timothy Gu2014-08-081-1/+0
| | | | | | | | | | | | libmudflap is removed in gcc 4.9. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | boost: install DLLs to bin/Timothy Gu2014-08-081-0/+2
| | | | | | | | | | | | | | Fixes #375. See #393. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | icu4c: fix wildcardTimothy Gu2014-08-081-1/+1
| | | | | | | | | | | | | | | | See http://www.cmcrossroads.com/article/trouble-wildcard $(wildcard) is evaluated at parse-time, not run-time. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | icu4c: move DLLs to bin/Timothy Gu2014-08-081-2/+8
| | | | | | | | | | | | See #393. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | icu4c: updateTimothy Gu2014-08-083-18/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | Merge branch 'master' of https://github.com/mxe/mxeTimothy Gu2014-08-071-2/+2
|\ \
| * | update package opensslMark Brand2014-08-071-2/+2
| | |