Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hunspell: enable shared builds | Timothy Gu | 2014-08-17 | 1 | -7/+2 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | coreutils: update | Uwe Hermann | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | lzo: update | Uwe Hermann | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | yasm: update | Uwe Hermann | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | ogg: update | Uwe Hermann | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | mpg123: update | Uwe Hermann | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | gta: update | Uwe Hermann | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | hunspell: update | Uwe Hermann | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | gettext: update | Uwe Hermann | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | check: update | Uwe Hermann | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | libftdi1: update | Uwe Hermann | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | Merge pull request #468 from eroux/master | Timothy Gu | 2014-08-17 | 1 | -3/+1 |
|\ | | | | | | | | | gnutls: fix for Debian/Sid autotools Fixes #456. | ||||
| * | gnutls: fix for Debian/Sid autotools (fixes ↵ | Elie Roux | 2014-08-17 | 1 | -3/+1 |
|/ | | | | https://github.com/mxe/mxe/issues/456) | ||||
* | update package sqlite | Mark Brand | 2014-08-17 | 1 | -2/+2 |
| | |||||
* | lua: Fix static install | Timothy Gu | 2014-08-16 | 1 | -0/+4 |
| | | | Fixes #461. | ||||
* | Merge pull request #455 from abma/master | Timothy Gu | 2014-08-16 | 1 | -2/+1 |
|\ | | | | | enable openal shared compile | ||||
| * | remove duplicate code | abma | 2014-08-16 | 1 | -14/+1 |
| | | |||||
| * | enable openal shared compile | abma | 2014-08-10 | 1 | -1/+13 |
| | | |||||
* | | ffmpeg: enable vidstab | Timothy Gu | 2014-08-16 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | boost: fix directory quoting | Timothy Gu | 2014-08-16 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | Add package vidstab | Timothy Gu | 2014-08-16 | 5 | -0/+176 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | Add package widl | Timothy Gu | 2014-08-16 | 2 | -0/+31 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | libgomp: fix DLL install dir | Timothy Gu | 2014-08-16 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | Merge pull request #459 from uwehermann/update_fixes | Timothy Gu | 2014-08-11 | 4 | -12/+13 |
|\ \ | | | | | | | Update fixes | ||||
| * | | libusb1: Fix update macro | Uwe Hermann | 2014-08-11 | 1 | -2/+3 |
| | | | |||||
| * | | libodbc++: Fix update macro | Uwe Hermann | 2014-08-11 | 1 | -3/+3 |
| | | | |||||
| * | | flex: Fix update macro | Uwe Hermann | 2014-08-11 | 1 | -4/+4 |
| | | | |||||
| * | | assimp: Fix update macro | Uwe Hermann | 2014-08-11 | 1 | -3/+3 |
|/ / | |||||
* | | boost: add $(BUILD_SHARED) guards to the `mv` of DLLs | Timothy Gu | 2014-08-11 | 1 | -1/+2 |
| | | | | | | | | | | | | Fixes #457. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | flann: enable OpenMP | Timothy Gu | 2014-08-11 | 2 | -2/+35 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | flann: update | Timothy Gu | 2014-08-11 | 2 | -118/+126 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | flann: enable shared lib | Timothy Gu | 2014-08-11 | 5 | -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> | ||||
* | | Merge pull request #458 from uwehermann/libusb1_update | Timothy Gu | 2014-08-11 | 1 | -3/+4 |
|\ \ | | | | | | | update package libusb1 | ||||
| * | | update package libusb1 | Uwe Hermann | 2014-08-11 | 1 | -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.a | Timothy Gu | 2014-08-10 | 1 | -0/+6 |
| | | | | | | | | | | | | Fixes #454. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | libgdamm: add update macro | Timothy Gu | 2014-08-10 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | | Multiple packages: use target-g++ instead of target-c++ as CXX | Timothy Gu | 2014-08-10 | 4 | -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 directory | Timothy Gu | 2014-08-08 | 1 | -0/+1 |
| | |||||
* | qtservice, qtsystems: fix checksums | Timothy Gu | 2014-08-08 | 2 | -2/+2 |
| | | | | | | Fixes #452. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | index.html: Restore alphabetical order of package list | Timothy Gu | 2014-08-08 | 1 | -5/+4 |
| | |||||
* | Merge pull request #448 from nandub/feature/primesieve | Timothy Gu | 2014-08-08 | 2 | -0/+34 |
|\ | | | | | add primesieve library | ||||
| * | add primesieve library | Fernando Ortiz | 2014-08-08 | 2 | -0/+34 |
|/ | |||||
* | gcc: remove `--disable-libmudflap` | Timothy Gu | 2014-08-08 | 1 | -1/+0 |
| | | | | | | libmudflap is removed in gcc 4.9. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | boost: install DLLs to bin/ | Timothy Gu | 2014-08-08 | 1 | -0/+2 |
| | | | | | | | Fixes #375. See #393. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | icu4c: fix wildcard | Timothy Gu | 2014-08-08 | 1 | -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> | ||||
* | Support .tbz2 and .txz | Timothy Gu | 2014-08-08 | 1 | -2/+4 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | icu4c: move DLLs to bin/ | Timothy Gu | 2014-08-08 | 1 | -2/+8 |
| | | | | | | See #393. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | icu4c: update | Timothy Gu | 2014-08-08 | 3 | -18/+2 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | patch-tool-mxe: Support .tgz, .tbz2, .txz | Timothy Gu | 2014-08-07 | 1 | -3/+6 |
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | Merge branch 'stable' | Timothy Gu | 2014-08-07 | 0 | -0/+0 |
|\ |