Commit Graph

5712 Commits

Author SHA1 Message Date
Mark Brand 31b19374ed libgcrypt: update 2015-09-08 09:50:01 +02:00
Tony Theodore 0d8f76e858 assimp: disable boost workaround to force boost enabled build 2015-09-08 00:52:02 +10:00
Tony Theodore c97cc62e1a Makefile: log autoconf and automake versions 2015-09-07 15:28:25 +10:00
Tony Theodore c694018df4 gdb: only install executables
libs and headers conflict with other pkgs - mostly bfd
2015-09-07 00:58:02 +10:00
Tony Theodore b466db190c .gitignore: use wildcard for /usr*/ 2015-09-07 00:56:48 +10:00
Tony Theodore 1f526499b1 Merge pull request #833 from LuaAndC/a52dec-rm-aclocal
a52dec: rm aclocal.m4
2015-09-07 00:20:52 +10:00
Tony Theodore 1084cc5346 libjpeg-turbo: fix install directories and build test program, disable shared 2015-09-07 00:15:38 +10:00
Boris Nagaev 019e421264 a52dec: rm aclocal.m4
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
2015-09-06 17:08:34 +03:00
Tony Theodore 23afbc5956 Merge pull request #832 from LuaAndC/luajit-exe
luajit: add .exe to executables installed
2015-09-06 23:19:12 +10:00
Boris Nagaev 1d82284387 luajit: add .exe to executables installed 2015-09-06 16:12:42 +03:00
Tony Theodore 447227a0c1 Merge pull request #831 from LuaAndC/fix-qhttpengine
qhttpengine: decrease required cmake ver
2015-09-06 15:48:29 +10:00
Tony Theodore 30ed664d62 Merge pull request #828 from LuaAndC/fix-opencv
fix linking error in opencv
2015-09-06 15:37:36 +10:00
Boris Nagaev a53c4c38e5 qhttpengine: decrease required cmake ver
Fix build for CMake 2.8.9, which is used in Debian Wheezy.
2015-09-06 05:36:46 +03:00
MXEBot as Travis CI 48b190938e Update versions.json 2015-09-06 02:00:45 +00:00
Timothy Gu eedeb6b8d8 Merge pull request #830 from LuaAndC/update-pango
update pango to 1.37.4
2015-09-05 22:00:19 -04:00
MXEBot as Travis CI af6f384b38 Update versions.json 2015-09-06 01:57:46 +00:00
Timothy Gu bfe66b2c9b Merge pull request #829 from LuaAndC/libgit2
add package libgit2
2015-09-05 21:57:31 -04:00
Boris Nagaev 33fa9f8408 add package libgit2 2015-09-06 04:22:18 +03:00
Boris Nagaev 22c2cace24 fix linking error in opencv
Reorder libraries in opencv.pc so that a depender before a dependee.

close #735
2015-09-06 03:57:04 +03:00
Boris Nagaev 24cf97dbdd update pango to 1.37.4
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
2015-09-05 22:28:28 +03:00
Tony Theodore f6d1be7d45 Merge branch 'master' of github.com:mxe/mxe 2015-09-05 23:43:50 +10:00
Tony Theodore 5fd086a4aa qtwebkit: display deprecation message 2015-09-05 23:43:24 +10:00
Tony Theodore b75233a0a5 qtwebkit: dispplay deprecation message 2015-09-05 23:42:46 +10:00
Tony Theodore 28be7b4b8c libftd1: now deprecated upstream - disable build and update 2015-09-05 23:38:03 +10:00
Tony Theodore 6f191446a3 libusb: now deprecated upstream - disable build and update 2015-09-05 23:35:44 +10:00
Tony Theodore d1e18ad8cb Makefile: print package messages during build 2015-09-05 23:32:17 +10:00
Tony Theodore 307efd50da Makefile: don't remove versions.json on clean 2015-09-05 19:24:38 +10:00
Tony Theodore 93b8b3c4a8 Merge pull request #819 from LuaAndC/fix-jack
Fix jack
2015-09-05 19:02:28 +10:00
Tony Theodore 5aab48e4e9 Merge pull request #809 from LuaAndC/build-pkg-requirements-release
build-pkg: add release to mxe-requirements version
2015-09-05 18:40:59 +10:00
MXEBot as Travis CI 2fbbf103c1 Update versions.json 2015-09-05 08:32:22 +00:00
Tony Theodore 3e134a29e4 sfml: update 2.2 -> 2.3.1 and fix external lib installation 2015-09-05 18:31:54 +10:00
Boris Nagaev 04cab394a5 build-pkg: change path to .list file of common
"%s.common-list" -> "common-%s.list"

New style of name is closer to name format of other packages:
"target-pkg.list".
2015-09-05 03:04:48 +03:00
Boris Nagaev 3e16ee1407 build-pkg: add more checks for generated files
* 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
2015-09-05 03:01:24 +03:00
Boris Nagaev ed375f567a build-pkg: create a variable with list of targets 2015-09-04 10:36:40 +03:00
Boris Nagaev 20c761b565 build-pkg: blacklist usr/<target>/share/(doc|info)
Another directories with documentation.
2015-09-04 10:36:40 +03:00
Boris Nagaev 39a8622b3b build-pkg: use git to find new/changed files
close #818
2015-09-04 10:36:40 +03:00
Boris Nagaev 230aeda472 build-pkg: add [build-pkg] to log messages 2015-09-04 10:36:40 +03:00
Boris Nagaev d941a7ef73 build-pkg: function log() formats message string 2015-09-04 10:36:40 +03:00
Boris Nagaev 9a953a3ebb build-pkg: include target to name of .list file
Do not overwrite .list files produced by one target with
ones produced by other target.
2015-09-04 10:36:40 +03:00
Boris Nagaev f4048f6f86 build-pkg: a function to generate .list file name
This operation (package_name .. '.list') was coded many times in
many functions. I move it to function listFile(pkg) to keep it in
one place.
2015-09-04 10:36:40 +03:00
Boris Nagaev 422a2615d0 build-pkg: add release to mxe-requirements version
2.23 -> 2.23jessie | 2.23wheezy

Package mxe-requirements has different dependencies for
Wheezy and Jessie. APT server reprepro doesn't allow to
add two different packages with same name and version.
2015-09-04 10:36:40 +03:00
Boris Nagaev e6b645eaaa jack: install libs to lib/jack/ instead of lib/ 2015-09-04 10:28:53 +03:00
Boris Nagaev fd93265048 jack: depend on readline
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
2015-09-04 10:28:53 +03:00
Boris Nagaev f7135c4e3c jack: link transport.c with readline and termcap
See #731
2015-09-04 10:28:53 +03:00
Boris Nagaev 8a21d0119f jack: disable SIGQUIT and SIGHUP
see #731
2015-09-04 10:28:53 +03:00
MXEBot as Travis CI 0691f569eb Update versions.json 2015-09-04 05:13:32 +00:00
Tony Theodore 53b845c05f Merge branch 'LuaAndC-libtorrent-rasterbar' 2015-09-04 15:12:34 +10:00
Tony Theodore dcd1c40a54 libtorrent-rasterbar: disable tests and examples 2015-09-04 15:12:13 +10:00
Tony Theodore dff8b31f4f Merge branch 'libtorrent-rasterbar' of https://github.com/LuaAndC/mxe into LuaAndC-libtorrent-rasterbar 2015-09-04 14:11:48 +10:00
Tony Theodore 951ab9600a Merge branch 'LuaAndC-wt-enable-more' 2015-09-04 05:29:59 +10:00