summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* aubio: fix lib install and jack dependencyTony Theodore2015-09-081-5/+4
|
* aubio: fix pkg-config fileTony Theodore2015-09-081-1/+1
|
* agg: fix libtool and automake errorsTony Theodore2015-09-081-7/+4
|
* ftgl: fix libtool version mismatchTony Theodore2015-09-081-5/+2
|
* Update versions.jsonMXEBot as Travis CI2015-09-081-1/+1
|
* Merge pull request #838 from colinbourassa/libcomm14cux_2.0.3_updateTony Theodore2015-09-081-2/+2
|\ | | | | Update libcomm14cux to 2.0.3
| * Update libcomm14cux to 2.0.3Colin Bourassa2015-09-071-2/+2
| |
* | Revert "Revert "fix pcl build""Tony Theodore2015-09-081-0/+28
| | | | | | | | | | | | This reverts commit f65b91c12b870c2494d47929aafc65384074892c. Fixes #734 and #800
* | FindTIFF.cmake: fix variable namesTony Theodore2015-09-081-3/+3
| |
* | Update versions.jsonMXEBot as Travis CI2015-09-081-1/+1
| |
* | libgcrypt: updateMark Brand2015-09-082-15/+2
|/
* assimp: disable boost workaround to force boost enabled buildTony Theodore2015-09-071-0/+1
|
* Makefile: log autoconf and automake versionsTony Theodore2015-09-071-0/+2
|
* gdb: only install executablesTony Theodore2015-09-061-2/+4
| | | | libs and headers conflict with other pkgs - mostly bfd
* .gitignore: use wildcard for /usr*/Tony Theodore2015-09-061-1/+1
|
* Merge pull request #833 from LuaAndC/a52dec-rm-aclocalTony Theodore2015-09-061-1/+1
|\ | | | | a52dec: rm aclocal.m4
| * a52dec: rm aclocal.m4Boris Nagaev2015-09-061-1/+1
| | | | | | | | | | | | | | | | aclocal.m4 generated with old version of libtool break the build https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-08/msg00021.html close #798
* | libjpeg-turbo: fix install directories and build test program, disable sharedTony Theodore2015-09-062-3/+94
|/
* Merge pull request #832 from LuaAndC/luajit-exeTony Theodore2015-09-061-0/+2
|\ | | | | luajit: add .exe to executables installed
| * luajit: add .exe to executables installedBoris Nagaev2015-09-061-0/+2
|/
* Merge pull request #831 from LuaAndC/fix-qhttpengineTony Theodore2015-09-061-0/+51
|\ | | | | qhttpengine: decrease required cmake ver
| * qhttpengine: decrease required cmake verBoris Nagaev2015-09-061-0/+51
| | | | | | | | Fix build for CMake 2.8.9, which is used in Debian Wheezy.
* | Merge pull request #828 from LuaAndC/fix-opencvTony Theodore2015-09-061-0/+38
|\ \ | |/ |/| fix linking error in opencv
| * fix linking error in opencvBoris Nagaev2015-09-061-0/+38
| | | | | | | | | | | | Reorder libraries in opencv.pc so that a depender before a dependee. close #735
* | Update versions.jsonMXEBot as Travis CI2015-09-061-1/+1
| |
* | Merge pull request #830 from LuaAndC/update-pangoTimothy Gu2015-09-062-101/+8
|\ \ | | | | | | update pango to 1.37.4
| * | update pango to 1.37.4Boris Nagaev2015-09-052-101/+8
| |/ | | | | | | | | | | | | | | | | | | | | | | Remove patches: * the patch disabling DllMain in pango-utils.c (There is no DllMain pango-utils.c in pango 1.37.4) * the patch disabling forced shared build for win32 (Can't find this code in configure.ac; also the build is'not forced to be shared, so it is Ok to remove the patch) * patches related to modules (there are no more eodules) Fix patches with changed context
* | Update versions.jsonMXEBot as Travis CI2015-09-061-0/+1
| |
* | Merge pull request #829 from LuaAndC/libgit2Timothy Gu2015-09-062-0/+26
|\ \ | |/ |/| add package libgit2
| * add package libgit2Boris Nagaev2015-09-062-0/+26
|/
* Merge branch 'master' of github.com:mxe/mxeTony Theodore2015-09-050-0/+0
|\
| * qtwebkit: dispplay deprecation messageTony Theodore2015-09-051-0/+2
| |
* | qtwebkit: display deprecation messageTony Theodore2015-09-051-0/+2
|/
* libftd1: now deprecated upstream - disable build and updateTony Theodore2015-09-051-1/+8
|
* libusb: now deprecated upstream - disable build and updateTony Theodore2015-09-051-1/+8
|
* Makefile: print package messages during buildTony Theodore2015-09-051-0/+2
|
* Makefile: don't remove versions.json on cleanTony Theodore2015-09-051-1/+1
|
* Merge pull request #819 from LuaAndC/fix-jackTony Theodore2015-09-054-1/+178
|\ | | | | Fix jack
| * jack: install libs to lib/jack/ instead of lib/Boris Nagaev2015-09-041-0/+80
| |
| * jack: depend on readlineBoris Nagaev2015-09-041-1/+1
| | | | | | | | | | | | | | | | Example example-clients/transport.c depends on readline. Jack can be built without this example, but it worth adding it to dependencies to make build more predictable. See #731
| * jack: link transport.c with readline and termcapBoris Nagaev2015-09-041-0/+52
| | | | | | | | See #731
| * jack: disable SIGQUIT and SIGHUPBoris Nagaev2015-09-041-0/+45
| | | | | | | | see #731
* | Merge pull request #809 from LuaAndC/build-pkg-requirements-releaseTony Theodore2015-09-051-42/+142
|\ \ | | | | | | build-pkg: add release to mxe-requirements version
| * | build-pkg: change path to .list file of commonBoris Nagaev2015-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | "%s.common-list" -> "common-%s.list" New style of name is closer to name format of other packages: "target-pkg.list".
| * | build-pkg: add more checks for generated filesBoris Nagaev2015-09-051-6/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PE32 files without .exe or .dll * .exe or .dll files which are not in PE32 format * files with other target in name * changed files * file belongs to the same target -- add a dependency * otherwise: log this message with label 'error' close #822
| * | build-pkg: create a variable with list of targetsBoris Nagaev2015-09-041-4/+10
| | |
| * | build-pkg: blacklist usr/<target>/share/(doc|info)Boris Nagaev2015-09-041-0/+2
| | | | | | | | | | | | Another directories with documentation.
| * | build-pkg: use git to find new/changed filesBoris Nagaev2015-09-041-24/+45
| | | | | | | | | | | | close #818
| * | build-pkg: add [build-pkg] to log messagesBoris Nagaev2015-09-041-1/+1
| | |
| * | build-pkg: function log() formats message stringBoris Nagaev2015-09-041-5/+5
| | |