summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* qtsystems: remove double macro definitionMark Brand2015-08-061-1/+0
|
* libidn: updateMark Brand2015-08-051-2/+2
|
* mingw-w64: updateMark Brand2015-08-052-34/+5
|
* add package jsoncppPavel Vatagin2015-08-031-0/+28
|
* libass: update to 0.12.3Avi Halachmi (:avih)2015-08-021-2/+2
|
* Update OpenEXR (2.2.0) & fix build.Tobias Gruetzmacher2015-08-011-5/+15
| | | | | | - Update autoconf stuff, since the shipped libtool has problems with 64-bit builds (fixes #736) - Manually execute dwaLookup, just like b44ExpLogTable
* Merge pull request #777 from pavelvat/masterTimothy Gu2015-07-312-0/+36
|\ | | | | Add package aspell
| * use $(MXE_CONFIGURE_OPTS)Pavel Vatagin2015-07-291-2/+1
| |
| * Add package aspellPavel Vatagin2015-07-282-0/+37
| |
* | qtbase: remove obsolete icu dependencyMark Brand2015-07-301-1/+1
| | | | | | | | Follow-up to 7eef8b4e298056df2d6d5e2df97e9a8b5590ef12
* | dbus gettext harfbuzz libidn libpng: updateMark Brand2015-07-305-10/+10
| |
* | binutils gcc: updateMark Brand2015-07-305-124/+90
| |
* | gnutls: updateMark Brand2015-07-301-2/+2
| |
* | sqlite: updateMark Brand2015-07-301-2/+2
| |
* | Merge pull request #780 from colinbourassa/libcomm14cuxTimothy Gu2015-07-292-1/+21
|\ \ | | | | | | New package: libcomm14cux
| * | New package - libcomm14cuxColin Bourassa2015-07-281-0/+20
| | |
| * | QtWebKit apparently depends on SQLite even if SQLite support is turned off ↵Colin Bourassa2015-07-281-1/+1
| |/ | | | | | | in QtBase
* | add package pireBoris Nagaev2015-07-283-0/+101
|/ | | | | | | | | | | | | | | | PIRE is Perl Incompatible Regular Expressions library. This library is aimed at checking a huge amount of text against relatively many regular expressions. Roughly speaking, it can just check whether given text maches the certain regexp, but can do it really fast (more than 400 MB/s on our hardware is common). Even more, multiple regexps can be combined together, giving capability to check the text against apx. 10 regexps in a single pass (and mantaining the same speed). Pire was developed in Yandex (http://company.yandex.ru/) as a part of its web crawler. Homepage: https://github.com/yandex/pire
* ffmpeg: updateTimothy Gu2015-07-271-2/+2
|
* file: update and fix downloadingTimothy Gu2015-07-272-10/+75
| | | | Fixes #773.
* Fix downloading json_spirit,liboauth, and netcdfTimothy Gu2015-07-273-4/+4
| | | | See #774.
* libsvm: Fix indentationTimothy Gu2015-07-271-3/+3
|
* tinyxml: Fix indentationTimothy Gu2015-07-271-6/+6
|
* Merge pull request #727 from bugbrains/tinyxml_sharedTimothy Gu2015-07-263-36/+32
|\ | | | | tinyxml: enable shared
| * tinyxml: fix styleRashad M2015-06-231-2/+2
| |
| * tinyxml: fix indentionRashad M2015-06-231-3/+4
| |
| * tinyxml: use cmake to simply shared and static buildRashad M2015-06-213-41/+29
| |
| * remove _BUILD_SHARED=Rashad M2015-06-211-5/+0
| |
| * tinxml: enable sharedRashad M2015-06-211-5/+17
| |
* | Merge pull request #729 from bugbrains/libsvmTimothy Gu2015-07-262-0/+44
|\ \ | | | | | | libsvm: add package
| * | libsvm: fix indention and styleRashad M2015-06-232-3/+3
| | |
| * | libsvm: add packageRashad M2015-06-212-0/+44
| |/
* | Merge pull request #661 from lbguilherme/masterTimothy Gu2015-07-262-151/+35
|\ \ | | | | | | sfml: update to 2.2
| * | sfml: update to 2.2GuilhermeBernal2015-03-222-151/+35
| | |
* | | Merge pull request #762 from tehnick/libjpeg-turboTimothy Gu2015-07-261-0/+24
|\ \ \ | | | | | | | | Add package libjpeg-turbo
| * | | libjpeg-turbo: add yasm to dependenciesBoris Pek2015-07-161-3/+3
| | | |
| * | | Add package libjpeg-turboBoris Pek2015-07-151-0/+24
| | | |
* | | | update opensslTimothy Gu2015-07-231-2/+2
| | | | | | | | | | | | | | | | Fixes #767.
* | | | Merge pull request #766 from nathan-osman/add-qhttpengineTimothy Gu2015-07-201-0/+20
|\ \ \ \ | | | | | | | | | | Add qhttpengine library.
| * | | | Add qhttpengine library.Nathan Osman2015-07-201-0/+20
| | | | |
* | | | | Remove Qt5_DIR definitionTimothy Gu2015-07-201-2/+0
| | | | | | | | | | | | | | | It's extraneous, and let's let CMake find that out.
* | | | | Add missing backslashesTimothy Gu2015-07-201-2/+2
|/ / / /
* | | | Set CMAKE_SYSTEM_PREFIX_PATH and Qt5_DIR in CMake toolchainTimothy Gu2015-07-201-2/+4
| | | |
* | | | Merge pull request #584 from uwehermann/qt5_cmakeTimothy Gu2015-07-201-0/+4
|\ \ \ \ | |/ / / |/| | | qtbase: Append Qt5 cmake dir to CMAKE_PREFIX_PATH.
| * | | qtbase: Append Qt5 cmake dir to CMAKE_PREFIX_PATH.Uwe Hermann2014-12-111-0/+4
| | | | | | | | | | | | | | | | This allows cmake-using programs to find Qt5 components.
* | | | wget: FixTimothy Gu2015-07-091-2/+3
| | | |
* | | | wget: Fix compilationTimothy Gu2015-07-091-1/+2
| | | |
* | | | rucksack: Disable shared buildsTimothy Gu2015-07-091-0/+1
| | | | | | | | | | | | | | | | freeimage, one of its dependencies, is disabled onn shared targets.
* | | | Fix eigenTimothy Gu2015-07-092-1/+15
| | | |
* | | | Fix portaudio patch line endings againTimothy Gu2015-07-091-114/+114
| | | |