summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Update versions.jsonMXEBot as Travis CI2015-07-261-0/+1
| |
* | Merge pull request #729 from bugbrains/libsvmTimothy Gu2015-07-263-0/+48
|\ \ | | | | | | libsvm: add package
| * | libsvm: fix indention and styleRashad M2015-06-232-3/+3
| | |
| * | libsvm: add packageRashad M2015-06-213-0/+48
| |/
* | Update versions.jsonMXEBot as Travis CI2015-07-261-1/+1
| |
* | 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 #759 from LuaAndC/masterTimothy Gu2015-07-261-13/+38
|\ \ \ | | | | | | | | several improvements of build-pkg.lua
| * | | build-pkg: add target name to broken packages logBoris Nagaev2015-07-101-2/+6
| | | |
| * | | build-pkg: blacklist some file pathsBoris Nagaev2015-07-101-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * usr/share/ (doc, gcc-5.1.0, info, man) * usr/installed/check-requirements There are documentation and other shared files installed, which we don't need [1]. This commit doesn't cover all doc files. More files can be found by "find usr -name doc". Some packages install files to same paths. There is a list of all packages which overlap and shared files [2]. [1] https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-06/msg00011.html [2] https://gist.github.com/starius/59625347cd68a21d9cc9
| * | | packages built by build-pkg.lua work on WheezyBoris Nagaev2015-07-101-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After commit b14c1a3a9c25cf99c004b42e1ed , packages could not be installed on Debian <= Wheezy, because it lacks package libtool-bin. So package mxe-requirements should depend on libtool-bin only for Debian >= Jessie. This commit changes the function that builds packages mxe-requirements. Now it makes 4 .deb files: wheezy/ mxe-requirements_2.23_i386.deb mxe-requirements_2.23_amd64.deb jessie/ mxe-requirements_2.23_i386.deb mxe-requirements_2.23_amd64.deb see #754
| * | | build-pkg.lua: fix too long lines of codeBoris Nagaev2015-07-101-4/+5
| | | |
* | | | Merge pull request #762 from tehnick/libjpeg-turboTimothy Gu2015-07-263-0/+29
|\ \ \ \ | | | | | | | | | | Add package libjpeg-turbo
| * | | | libjpeg-turbo: add yasm to dependenciesBoris Pek2015-07-161-3/+3
| | | | |
| * | | | Add package libjpeg-turboBoris Pek2015-07-153-0/+29
| |/ / /
* | | | Remove git configuration for committersTimothy Gu2015-07-241-18/+0
| | | | | | | | | | | | | | | | It's handled by Travis CI now.
* | | | Update versions.jsonMXEBot as Travis CI2015-07-231-1/+1
| | | |
* | | | update opensslTimothy Gu2015-07-231-2/+2
| | | | | | | | | | | | | | | | Fixes #767.
* | | | Update versions.jsonMXEBot as Travis CI2015-07-201-0/+1
| | | |
* | | | Merge pull request #766 from nathan-osman/add-qhttpengineTimothy Gu2015-07-202-0/+24
|\ \ \ \ | | | | | | | | | | Add qhttpengine library.
| * | | | Add qhttpengine library.Nathan Osman2015-07-202-0/+24
| | | | |
* | | | | 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.
* | | | Merge pull request #568 from tonytheodore/parallelTimothy Gu2015-07-091-55/+29
|\ \ \ \ | | | | | | | | | | Makefile: build targets in parallel
| * | | | Makefile: build targets in parallelTony Theodore2014-11-271-55/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I was never really happy with the way targets are serialized, it's fighting against `make` (causing issues like #234 and #219), and the target header isn't particularly informative. This fixes #234 and should also provide a speedup when building all targets simultaneously. Download rules are now pre-requisites of build rules to stop multiple download attempts, and all build logs have a target suffix. More work is needed on #219, since download rules are always outdated unless a marker file is used. I'll look at this separately as I also want to allow script only packages.
* | | | | Fix eigenTimothy Gu2015-07-092-1/+15
| | | | |
* | | | | Fix portaudio patch line endings againTimothy Gu2015-07-091-114/+114
| | | | |
* | | | | travis: ignore errors when committingTimothy Gu2015-07-081-1/+1
| | | | |
* | | | | travis: push to gh-pages as well as masterTimothy Gu2015-07-081-2/+1
| | | | |
* | | | | Update versions.jsonMXEBot as Travis CI2015-07-061-2/+2
| | | | |
* | | | | Mark versions.json as phonyTimothy Gu2015-07-061-1/+1
| | | | |
* | | | | eigen/ffmpeg: updateTimothy Gu2015-07-062-4/+4
| | | | |
* | | | | Try to fix travisTimothy Gu2015-07-061-1/+1
| | | | |
* | | | | Try to fix TravisTimothy Gu2015-07-061-0/+2
| | | | |
* | | | | Travis CI integration for updating versions.jsonTimothy Gu2015-07-061-0/+17
| | | | |
* | | | | Check in versions.jsonTimothy Gu2015-07-062-1/+374
| | | | |
* | | | | 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