Commit Graph

4665 Commits

Author SHA1 Message Date
Tony Theodore 220dd9123a package pcl: update and enable x86_64 build 2014-05-09 21:15:18 +10:00
Tony Theodore d159b84d9f package gcc: workaround for weak default functions 2014-05-09 19:47:05 +10:00
Timothy Gu ca67cde2e5 Fix xvidcore update macro
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-08 20:55:44 -07:00
Timothy Gu 76ac846202 Update opusfile
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-08 20:55:27 -07:00
Timothy Gu 05aa359b7a cairo: disable LTO
Should fix part of #403.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-08 20:23:21 -07:00
Timothy Gu e093687cea Fix linking of suitesparse
See #403.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-08 19:52:30 -07:00
Timothy Gu 55ca0e5db6 armadillo: fix test linking
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-08 19:43:42 -07:00
Timothy Gu 49e4d58199 Fix lapack test
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-07 20:58:41 -07:00
Mark Brand c2308c9505 update package gnutls 2014-05-08 00:00:37 +02:00
Tony Theodore 62403363c7 package qt: fix include path with current dir 2014-05-08 01:01:00 +10:00
Mark Brand bfa0ae05fe update package gdb 2014-05-06 09:56:44 +02:00
Timothy Gu d68838f924 Check all requirements before exiting on error
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-05 20:28:16 -07:00
Timothy Gu 6a88cb2246 sdl2_mixer: disable shared
Two reasons:
* --disable-shared is hardcoded
* Dependency smpeg2 is not enabled for shared

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-05 20:04:54 -07:00
Timothy Gu cf9d32debf opusfile: enable shared build
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-04 20:28:53 -07:00
Timothy Gu 81c4ba29a2 lame: make autotools files compatible with automake >= 1.12
Fixes #399.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-04 19:17:22 -07:00
Timothy Gu 3abf74d0d0 Update package stats in "Supported Toolchains" table
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-04 14:23:43 -07:00
Timothy Gu b8ef495c98 Correct typo "MinGW 3x"
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-04 14:22:40 -07:00
Timothy Gu 1bf5679e1a Separate out native-only packages in build matrix (& cosmetics)
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-04 14:22:40 -07:00
Mark Brand 22d382743f package qt: use accepted upstream patch 2014-05-04 22:04:03 +02:00
Timothy Gu cc00a4b039 Count "virtual" packages seperately in total in build-matrix.html
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-03 16:51:10 -07:00
Timothy Gu 0f30d73e37 Add package count per target
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-05-02 17:49:30 -07:00
Timothy Gu 57d8984ac0 Merge pull request #394 from TobiX/fix-lame
Fix build of lame with GCC 4.9.
2014-05-02 16:55:05 -07:00
Tobias Gruetzmacher 79c52845c3 Fix build of lame with GCC 4.9. 2014-05-02 15:15:47 +02:00
Tony Theodore 6e88e0ef7d package sdl2_mixer: fix typo and smpeg2-config detection 2014-05-02 12:34:20 +10:00
Tony Theodore 2ad1be6468 package gcc: fix copying of dlls to target bin directory 2014-05-02 12:27:47 +10:00
Mark Brand c428d4976a update package qt 2014-04-30 23:49:45 +02:00
Mark Brand 961934ba89 update package dbus 2014-04-30 22:47:34 +02:00
Timothy Gu 68c3a68255 Merge pull request #374 from TimothyGu/dummy
Add build matrix generation target
2014-04-29 21:08:33 -07:00
Timothy Gu 2b02ee7a90 Add build matrix generation target
Based on a patch by Tobias Gruetzmacher <tobias-git@23.gs> (@TobiX).

Fixes #346.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-04-29 20:37:23 -07:00
Timothy Gu 681921c815 Increase $(BUILD_PKG) accuracy by checking build rules
This eliminates false-positive with packages with explicit empty build rules
like binutils. gcc is another false-positive, but it is another matter and is
harder to fix.

Also use set_create function from GMSL to make the list sorted and uniq'd.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-04-29 18:54:05 -07:00
Timothy Gu b7ef1855fc Move up LOOKUP_PKG_RULE
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-04-29 18:54:05 -07:00
Tony Theodore cdcd611b1d package curl: force gnutls instead of openssl 2014-04-29 20:38:57 +10:00
Tony Theodore 7ae90663c6 package eigen: fix typo 2014-04-28 18:26:27 +10:00
Tony Theodore 1e23a8adac package gcc: fix for gcc -> clang symlink 2014-04-28 16:06:17 +10:00
Tony Theodore b591f67a40 package libgsasl: enable shared build 2014-04-28 04:43:53 +10:00
Tony Theodore 825cb79b78 package cblas: add missing lib to test build 2014-04-28 00:15:24 +10:00
Timothy Gu 53b4442df6 Add tool to update GMSL
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-04-26 21:07:00 -07:00
Timothy Gu 1fb8ff6fa6 Update GMSL to 1.1.5
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-04-26 20:26:41 -07:00
Timothy Gu c0069b79aa Remove GMSL tests
We don't use them in any way.

Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-04-26 20:25:58 -07:00
Timothy Gu c3380be0df Merge pull request #389 from brad/eigen_test
Minor modifications by me:
* Commits squashed to one
* Added "--lib" to the `pkg-config` command

Merged-by: Timothy Gu <timothygu99@gmail.com>
2014-04-26 20:05:06 -07:00
Brad Pitcher 3632aea052 add eigen test
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-04-26 20:01:16 -07:00
Timothy Gu a1290233fa Merge branch 'stable' 2014-04-26 11:43:31 -07:00
Timothy Gu cf40b27e66 Use my real name in copyright
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-04-26 11:42:50 -07:00
Timothy Gu 033857b180 Add legal comment about fdk-aac
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-04-26 11:37:59 -07:00
Timothy Gu 330c01cb2b Merge pull request #332 from TimothyGu/fdk
Add fdk-aac package
2014-04-26 11:29:08 -07:00
Timothy Gu 5eccb2f4db Move whitespace variables up to where all the other variables are
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-04-26 11:25:30 -07:00
Tony Theodore 332ffa9ca2 Merge branch 'master' of github.com:mxe/mxe 2014-04-27 02:22:36 +10:00
Tony Theodore dcc75b0356 package crystalhd: use $(INSTALL) instead of mkdir 2014-04-27 02:22:26 +10:00
Timothy Gu fd71e75fea Merge pull request #388 from brad/eigen_bump
update eigen to 3.2.1
2014-04-25 20:53:40 -07:00
Mark Brand 4f2a84496f update package gcc 2014-04-22 14:10:46 +02:00