summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-222-60/+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
|
* 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>
* 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>
* sdl2_gfx: fix syntax error near unexpected token `) 'Luis Saavedra2014-09-161-2/+2
| | | | | | | | | Also use `` instead of $() and use $(SED) instead of sed (completely my fault). Fixes #506. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* libmikmod: update and support mingw-w64Timothy Gu2014-09-162-60/+10
| | | | | | See #492. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update package xzMark Brand2014-09-151-2/+2
|
* update package curlMark Brand2014-09-101-2/+2
|
* sdl2_image: require libwebp as a dependencyTimothy Gu2014-09-091-2/+2
| | | | | | See previous commit. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* sdl_image: explicitly depend on libwebpTimothy Gu2014-09-091-2/+3
| | | | | | | | Based on a patch by Luis Saavedra <luis94855510@gmail.com>. Fixes #505. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* gdal: Use $(BUILD)Timothy Gu2014-09-091-1/+1
| | | | | | See #504. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* oce: Add update macroTimothy Gu2014-09-091-2/+4
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* oce: Use a more consistent naming scheme for package fileTimothy Gu2014-09-091-2/+2
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* Merge pull request #503 from sikoragmbh/oce_packageTimothy Gu2014-09-091-0/+32
|\ | | | | Package request: OCE
| * package oce: msvfw32 patch not neededMartin Müllenhaupt2014-09-081-28/+0
| |
| * package oce: fix indentation of update placeholderMartin Müllenhaupt2014-09-041-2/+2
| |
| * package oce: fix patch and updateMartin Müllenhaupt2014-09-042-3/+3
| |
| * package oce: build more modules, add update placeholderMartin Müllenhaupt2014-09-042-2/+32
| |
| * new package: oceMartin Müllenhaupt2014-09-041-0/+30
| |