summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | log4cxx: reuse SUBDIR variable in FILE variableBoris Nagaev2015-09-141-1/+1
| |
* | log4cxx: replace dead URL with working URLBoris Nagaev2015-09-141-1/+1
| |
* | glib: update 2.42.1 --> 2.44.1Tony Theodore2015-09-142-654/+28
| | | | | | | | no more gtk-doc dependence - simply issues warnings
* | atk: update 2.14.0 --> 2.16.0Tony Theodore2015-09-141-2/+2
| |
* | cairo: add glib dependency to enable gobject featuresTony Theodore2015-09-141-1/+1
| |
* | Merge pull request #853 from LuaAndC/nsis-max-strlenTony Theodore2015-09-141-0/+1
|\ \ | | | | | | nsis: increase NSIS_MAX_STRLEN to 8192
| * | nsis: increase NSIS_MAX_STRLEN to 8192Boris Nagaev2015-09-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Currently you can't change NSIS_MAX_STRLEN without re-compiling NSIS. > This was a problem because some NSIS projects would require the special > build and some wouldn't, and sometimes we'd compile a project that > required the special build, with the normal MakeNSIS build. (from http://nsis.sourceforge.net/SetReqStrLen:_Allow_compile_w/_8192_special_build_only) See also http://nsis.sourceforge.net/Special_Builds#Large_strings
* | | gnutls: remove unnecessary configure modificationsTony Theodore2015-09-142-83/+10
|/ / | | | | | | | | | | | | | | * libopts_cv_with_libregex=no is not in ./configure * dist-lzip isn't used by MXE, but can be worked around with the make variables DIST_ARCHIVES and DIST_TARGETS Fixes #849
* | termcap: autoreconf ancient configure script and fix ARTony Theodore2015-09-141-1/+6
| |
* | mxe-conf: basic sanity checking of autotoolsTony Theodore2015-09-131-0/+12
| | | | | | | | in the spirit of ./configure, detect capabilities instead of versions
* | Merge pull request #848 from LuaAndC/agg-revivedTony Theodore2015-09-131-6/+1
|\ \ | | | | | | Revert "package agg: use mxe pkg mirror until project relocates"
| * | Revert "package agg: use mxe pkg mirror until project relocates"Boris Nagaev2015-09-131-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c9afbabda56635bb1f2f49090a0c2091d4ab1340. AGG project's site was restored. See #386
* | | Merge branch 'master' of github.com:mxe/mxeTony Theodore2015-09-131-2/+2
|\ \ \
| * | | tiff: updateMark Brand2015-09-131-2/+2
| |/ /
* | | agg: remove unnecessary $(SHELL) invocationTony Theodore2015-09-131-1/+1
|/ / | | | | | | fixes #847
* | termcap: don't call autoreconfTony Theodore2015-09-131-1/+2
| |
* | gnutls: updateMark Brand2015-09-121-2/+2
| |
* | lua: enable optional native buildTony Theodore2015-09-121-0/+11
| |
* | mxe-conf: add note about ac_cv_buildTony Theodore2015-09-121-0/+1
| |
* | gcc: don't unpack tarball on $(BUILD) targetTony Theodore2015-09-121-0/+2
| |
* | assimp: use prefixed cmakeTony Theodore2015-09-121-4/+2
| |
* | mxe-conf: create prefixed cmake wrapper scriptTony Theodore2015-09-121-0/+6
| |
* | boost hdf5 qt qtbase: write to $(CMAKE_TOOLCHAIN_DIR) instead of ↵Tony Theodore2015-09-124-8/+4
| | | | | | | | | | | | $(CMAKE_TOOLCHAIN_FILE) Fixes #823
* | Move general configuration from pkgconf to mxe-conf and add cmake/mxe-conf.dTony Theodore2015-09-122-51/+65
| |
* | Makefile: include mxe-conf as an order-only dep of all packagesTony Theodore2015-09-121-0/+6
| | | | | | | | Order-only deps have the benefit of guaranteed early execution and not requiring full rebuilds. It isn't a real package, so we don't want an entry in index.html.
* | libiconv: remove redundant lib/charset.aliasTony Theodore2015-09-111-0/+3
| |
* | Merge pull request #803 from saiarcot895/upstream-add-plib-shared-64Tony Theodore2015-09-113-7/+398
|\ \ | | | | | | Add plib shared and 64-bit builds
| * | Build shared or static versions of plib.Saikrishna Arcot2015-08-272-0/+355
| | | | | | | | | | | | (cherry picked from commit 8ffa3fceb563954cf2368ff51c2544c78b7fcde1)
| * | Fix building 64-bit plib.Saikrishna Arcot2015-08-271-0/+42
| | | | | | | | | | | | (cherry picked from commit dd4f425a96ab9ea4b8e42f40fe99c639c61d47ea)
| * | Compile PLIB for x86_64.Saikrishna Arcot2015-08-271-7/+1
| | | | | | | | | | | | (cherry picked from commit e028a0a9f53c64266108177848eed90aea1958dd)
* | | ncurses: fix PKG_CONFIG_LIBDIR detectionTony Theodore2015-09-111-1/+1
| | |
* | | wget: install only binPROGRAMSTony Theodore2015-09-111-3/+2
| | |
* | | expat: install libs onlyTony Theodore2015-09-111-1/+1
| | |
* | | libgit2: add libssh2 dependencyTony Theodore2015-09-111-1/+1
| | |
* | | gdal:unify build rule - all deps now x86_64 enabledTony Theodore2015-09-111-17/+3
| | |
* | | qtserialport_qt4: fix for Qt4 support in separate branchTony Theodore2015-09-092-39/+9
| | |
* | | 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
| | |
* | | 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
| | | |
* | | | libgcrypt: updateMark Brand2015-09-082-15/+2
|/ / /
* | | assimp: disable boost workaround to force boost enabled buildTony Theodore2015-09-071-0/+1
| |/ |/|
* | gdb: only install executablesTony Theodore2015-09-061-2/+4
| | | | | | | | libs and headers conflict with other pkgs - mostly bfd
* | 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
|/ /