summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | eigen/ffmpeg: updateTimothy Gu2015-07-062-4/+4
| | | |
* | | | Merge pull request #743 from LuaAndC/masterTimothy Gu2015-07-061-0/+48
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | fix libgcrypt on x86_64 (automake < 1.12) fixes #681
| * | | | fix libgcrypt on x86_64 (automake < 1.12)Boris Nagaev2015-06-281-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automake < 1.12 didn't have serial-tests and gives an error if it sees this, but for automake >= 1.13 serial-tests is required so we have to include it. Solution is to test for the version of automake (by running an external command) and provide serial-tests if necessary. See #681 See https://www.redhat.com/archives/libguestfs/2013-February/msg00102.html
* | | | | Merge pull request #655 from newnon/master_WEBP_fixTimothy Gu2015-07-061-0/+18
|\ \ \ \ \ | | | | | | | | | | | | WebP SSE2 crash fix
| * | | | | WebP SSE2 crash fixSergey Perepelitsa2015-03-141-0/+18
| | | | | |
* | | | | | Merge pull request #631 from andrewrk/rucksack-pkgTimothy Gu2015-07-063-0/+96
|\ \ \ \ \ \ | | | | | | | | | | | | | | add rucksack package
| * | | | | | add rucksack packageAndrew Kelley2015-02-263-0/+96
| | | | | | |
* | | | | | | Merge pull request #597 from sergio91pt/mingwTimothy Gu2015-07-061-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mingw-w64: Use --enable-idl so widl can be used.
| * | | | | | | mingw-w64: Use --enable-idl so widl can be used.Sérgio Faria2015-01-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any attempt to generate headers for an idl that imports a "standard" idl will fail if the respective idl files are not in the include path. MingW-W64 copies the idl .h files but not the idl files unless --enable-idl is used.
* | | | | | | | Rename portaudio-1-fixes.patch to portaudio-1-fixes-crlf.patchTimothy Gu2015-07-061-114/+114
| | | | | | | | | | | | | | | | | | | | | | | | Makes sure Git doesn't mess up the line endings
* | | | | | | | Merge pull request #746 from mgeier/portaudio-wasapi-line-endingsTimothy Gu2015-07-061-19/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Change line endings in PortAudio/WASAPI patch