Commit Graph

5143 Commits

Author SHA1 Message Date
Timothy Gu e5add0b944 assimp: Intentionally make the checksum wrong to test the server
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-15 20:00:22 -04:00
Timothy Gu 3a1ff61061 assimp: Fix missing patch
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-15 20:00:03 -04:00
Timothy Gu dfd772a6a8 assimp: Update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-15 19:56:40 -04:00
Timothy Gu ec6653705a mxe-conf.cmake: Workaround buggy windres rules
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-15 19:56:40 -04:00
Martin Müllenhaupt 089b5b926b tool copydlldeps: fix Python 3 compatibility 2014-10-15 14:57:39 +02:00
Martin Müllenhaupt f0d16f29f7 copydlldeps tool: fix style 2014-10-15 11:42:08 +02:00
Martin Müllenhaupt 60c5d34791 add python script for recursive copy of DLL dependencies 2014-10-15 10:52:54 +02:00
Timothy Gu 9ebd3cedf7 update: Add "UPDATE_DRYRUN" mode
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 21:42:51 -04:00
Timothy Gu 1389227aad flex: Update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 21:19:58 -04:00
Timothy Gu 6f88bd2924 flex, libpng: Use $(SOURCEFORGE_MIRROR)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 21:19:56 -04:00
Timothy Gu 1ae5b57d81 flex: Update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 21:18:57 -04:00
Timothy Gu 6138da4927 flex, libpng: Use $(SOURCEFORGE_MIRROR)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 21:18:33 -04:00
Timothy Gu 81fe520aa2 glib, glibmm: Update to 2.42.0
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 19:49:53 -04:00
Lluixhi Scura 6a8ec6a478 Update glib and glibmm to 2.41.2 2014-10-14 19:49:53 -04:00
Timothy Gu 981b2c1d9b Add message when i686-pc-mingw32 is used
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 23:48:09 +00:00
Timothy Gu 978fed72ed Fix target name check
This makes it error out when
    make MXE_TARGETS=i686-w64-mingw32.stati
etc.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 23:48:09 +00:00
Timothy Gu 0d612118bc build-matrix: Speed up with unary notation
4.6s -> 3.9s.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 19:46:31 -04:00
Timothy Gu 1a030bbe32 hdf4: Enable on i686-w64-mingw32
This was the last package only supported by MinGW 32.

Yay!

See #492.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-13 23:19:26 -04:00
Timothy Gu a8f4f46475 jpeg: Fix INT32 definition clash
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-13 23:17:57 -04:00
Tony Theodore 8bbb84c782 Merge pull request #529 from TimothyGu/mingw-dead
Remove i686-pc-mingw32
2014-10-14 13:30:40 +11:00
Timothy Gu 7d265e6f70 Remove i686-pc-mingw32 package recipes
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 01:42:11 +00:00
Timothy Gu d87240eb7b Remove i686-pc-mingw32
Fixes #400 and #492.

See #453.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 01:32:44 +00:00
Timothy Gu 30d33ef5db Fix counting of build-only packages
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 01:32:31 +00:00
Timothy Gu 2bf824b5a7 build-matrix: use $(words $(BUILD_PKGS)) instead of counting
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-14 01:32:29 +00:00
Timothy Gu 7f24485686 Merge branch 'stable'
Conflicts:
	index.html
2014-10-13 21:28:29 +00:00
Timothy Gu dfb31884f9 Merge remote-tracking branch 'origin/master' 2014-10-13 21:25:06 +00:00
Jui-You Tang e32165c67e index: Fix MacPorts installation of git
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-13 21:21:49 +00:00
Tony Theodore 02d7a15bdb s3 sync: update server details 2014-10-14 02:50:40 +11:00
Mark Brand acd1f2a708 gnutls: update 2014-10-13 11:51:26 +02:00
Timothy Gu e8b9c49d00 Merge pull request #525 from TobiX/some-fixes
Some fixes
2014-10-12 21:34:09 -07:00
Timothy Gu 1f24f22085 build-matrix: Add missing </html>
Odd the W3C HTML5 validator didn't catch that (although the XHTML
1.1 one did).

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-13 04:32:05 +00:00
Timothy Gu d96134bf3d Merge branch 'build-matrix-work'
Merges #526.
2014-10-13 04:23:46 +00:00
Timothy Gu 1ea2349833 build-matrix: make each tag a new line
Dunno how to fix the indentation, but this already looks way better
than before.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-13 04:21:49 +00:00
Tobias Gruetzmacher 67cd70bebb Add package versions to build-matrix.
This is a bit ugly at the moment, since there are some pretty long
version numbers in MXE...
2014-10-13 04:10:25 +00:00
Timothy Gu c10b29395d css: Make row headers left-aligned
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-13 04:09:33 +00:00
Tobias Gruetzmacher c9bdb7adf6 build-matrix: Split huge command into smaller ones
Just outputting each line on its own doesn't impact performance that
much (7s to 7.5s on my system).

On my system: 3.5s -> 4.5s, which is not to bad. --TG

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-13 04:07:18 +00:00
Tobias Gruetzmacher 08e6e0f3ae gta: Enable shared build. 2014-10-12 22:34:12 +02:00
Tobias Gruetzmacher 05c7f490a9 glfw3: Update, enable shared & refresh patch. 2014-10-12 21:52:30 +02:00
Tobias Gruetzmacher c134779148 glfw2: Enable shared build 2014-10-12 20:57:49 +02:00
Tobias Gruetzmacher 847683cd5c json-c: Update, enable shared & refresh patch.
This fixes CVE-2013-6371 and CVE-2013-6370.
2014-10-12 20:11:10 +02:00
Tobias Gruetzmacher 3c2562b8d2 gdb: Use "system" readline, enable shared. 2014-10-12 19:00:22 +02:00
Tobias Gruetzmacher 83c5ba324b cairomm: Update & enable shared. 2014-10-12 18:30:44 +02:00
Tobias Gruetzmacher c81ba63efe libsigc++: Update. 2014-10-12 18:19:30 +02:00
Tobias Gruetzmacher 44b2d8c694 cairo: Make patch useful in static and shared builds. 2014-10-12 18:07:34 +02:00
Timothy Gu adbcd704c3 qt3d: Fix update macro 2014-10-12 04:07:26 +00:00
Mark Brand 621e4a8367 fix whitespace 2014-10-11 14:11:10 +02:00
mabrand 2e2c8c12ec Merge pull request #513 from gorthauer/master
thanks
2014-10-11 14:08:02 +02:00
Timothy Gu b1ea1f4d85 sdl_image,sound CMakeLists: use more sensible project names
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-11 01:26:13 +00:00
Timothy Gu 226819825c CMake files: Add license boilerplate
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-10-11 01:20:49 +00:00
Timothy Gu a25c57f69d sdl_sound: Fix pkg-config name 2014-10-10 18:09:28 -07:00