summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libunistring: enable shared buildTimothy Gu2014-09-301-5/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* pcl: Fix build on x86_64-w64-mingw32Timothy Gu2014-09-291-0/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Update package numbersTimothy Gu2014-09-291-5/+5
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Silent the echoing of comment in build-matrix.htmlTimothy Gu2014-09-291-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* qtbase: Fix cmake file generation for shared librariesTimothy Gu2014-09-281-15/+13
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* qtserialport_qt4: Fix buildingTimothy Gu2014-09-271-0/+89
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update package netpbmMark Brand2014-09-271-2/+2
|
* libgomp: install libtool archive and import lib to standard locationsTimothy Gu2014-09-261-1/+5
| | | | | | Fixes graphicsmagick on shared Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* really fix libcacaTimothy Gu2014-09-251-1/+1
| | | | | | | | libcaca directly uses GL and GLU symbols. Mark them explicitly. Fix #511 again. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Revert "libcaca: use pkg-config --static"Timothy Gu2014-09-251-3/+1
| | | | This reverts commit 42975a1b0c881a800a162a99bf8f57d0996ac0b8.
* libcaca: Fix pkg-configTimothy Gu2014-09-251-1/+1
| | | Found-by: Tobias Gruetzmacher <tobias-git@23.gs> (@TobiX)
* libcaca: use pkg-config --staticTimothy Gu2014-09-251-1/+3
| | | | | | GLUT is a beast. Really fixes #511. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* gcc: install import libs to standard locations as wellTimothy Gu2014-09-251-0/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* libcaca: remove ftgl from depsTimothy Gu2014-09-251-2/+3
| | | | | | It is checked in configure but not used. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* libcaca: try to fix GLUT detectionTimothy Gu2014-09-251-22/+88
| | | | | | Might fix #511. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* qtbase: rebase patchesMark Brand2014-09-242-49/+48
|
* tools: use a "compat-init.sh" for all compatibility variablesTimothy Gu2014-09-235-33/+32
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* qtbase: add patch to fix CMake filesTimothy Gu2014-09-231-0/+43
| | | | | | Really fix #466. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Revert "qt5: try to fix CMake files"Timothy Gu2014-09-2324-52/+0
| | | | This reverts commit 8a6cf7cab7ab03217fd8e6c305eabc7d2913a4b3.
* gcc: Fix intrinsic patchTimothy Gu2014-09-231-12/+9
| | | | | | Based on patch by Ilya Goncharov <zenbooster@gmail.com> Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* qt5: try to fix CMake filesTimothy Gu2014-09-2324-0/+52
| | | | | | | | | See #466. This is one of the worst hacks I've ever seen. If there is a way to fix this better, please mention on #466. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Remove packages tcl and tkTimothy Gu2014-09-223-68/+0
| | | | | | | | They don't build on systems that don't have tclsh installed. See #508. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* pkgconf: work around for buggy FindOpenSSL.cmakeTimothy Gu2014-09-221-1/+2
| | | | | | | | | | | | FindOpenSSL.cmake bundled with cmake older than 2.8.12-rc1 uses CMAKE_CROSS_COMPILING, which is incorrect because the real variable name is CMAKE_CROSSCOMPILING. Because it is not possible to modify users' CMake installation, work around it here. This fixes building libwebsockets on Ubuntu 13.10. (I only tested 14.04 when merging the pull request.) Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* oce: disable on i686-pc-mingw32Timothy Gu2014-09-211-0/+2
| | | | | | | | | | | There are multiple bugs related to i686-pc-mingw32. They seem to be fixable but I don't think they are worth fixing when i686-w64-mingw32 works just fine. If you are interested in fixing i686-pc-mingw32, by all means feel free to do so! Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* libmikmod: use SOURCEFORGE_MIRRORTimothy Gu2014-09-211-1/+1
|
* qt*: Disable i686-pc-mingw32Timothy Gu2014-09-2111-1/+21
| | | | | | Leftover from 8b70bf0008c8c70957adde14082dee25f78b1b51 Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* qscintilla2: Use $(SOURCEFORGE_MIRROR)Timothy Gu2014-09-211-1/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Revert "xz: Fix pkg-config"Timothy Gu2014-09-201-29/+0
| | | | | | This reverts commit b26687870dc920bd8cead733d780219268182075. Upstream applied a different fix in its latest version.
* pcl: explicitly disable pcapTimothy Gu2014-09-201-0/+34
| | | | | | | | | | | winpcap package is broken: it doesn't install many headers needed by normal applications like pcl. If it is installed before `make pcl`, the pcl build system falsely believes the installation is legit and tries to build against winpcap, and fails. Therefore, before fixing winpcap, it is better to at least make pcl build. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update package xzMark Brand2014-09-201-2/+2
|
* Revert update of package libgpg_erorMark Brand2014-09-201-2/+2
| | | | | The updated version fails to build with w64. This partially reverts commit bc03d53b1449559c29c011e37b27e8a723e39fbb.
* update packages gnutls, libgpg_eror, vmimeMark Brand2014-09-203-6/+6
|
* Merge pull request #477 from newnon/masterTimothy Gu2014-09-191-3/+17
|\ | | | | Rudix documentation update
| * end tag mismatchSergey Perepelitsa2014-08-201-4/+4
| |
| * Doc improvementsSergey Perepelitsa2014-08-201-5/+6
| |
| * Rudix documentation updateSergey Perepelitsa2014-08-201-3/+16
| |
* | pcl: explicitly disable pcapTimothy Gu2014-09-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | winpcap package is broken: it doesn't install many headers needed by normal applications like pcl. If it is installed before `make pcl`, the pcl build system falsely believes the installation is legit and tries to build against winpcap, and fails. Therefore, before fixing winpcap, it is better to at least make pcl build. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | flann: Symlink to _s libraryTimothy Gu2014-09-191-1/+9
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | primesieve: Update and fix testTimothy Gu2014-09-191-7/+9
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | tcl, tk: disable on i686-pc-mingw32Timothy Gu2014-09-192-3/+11
| | | | | | | | | | | | See #508. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | qt*: Disable all packages on i686-pc-mingw32 that depends on qtbaseTimothy Gu2014-09-1811-0/+22
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | gdal: Fix json-cTimothy Gu2014-09-181-1/+2
| | | | | | | | | | | | | | | | Based on patch by Luis Saavedra <luis94855510@gmail.com> Closes #504 Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | patch-tool-mxe: Add support for changing patch fileTimothy Gu2014-09-181-9/+16
| |
* | librsvg: updateTimothy Gu2014-09-182-33/+122
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | xz: Fix pkg-configTimothy Gu2014-09-171-0/+29
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | update package dbusMark Brand2014-09-171-2/+2
| |
* | update qt5 modulesMark Brand2014-09-1621-22/+22
| |
* | poppler: updateTimothy Gu2014-09-162-26/+34
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | libmikmod: enable shared and disable docsStefan Löffler2014-09-161-5/+2
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | libmikmod: Use MXE_DISABLE_CRUFTTimothy Gu2014-09-161-1/+1
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>