Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libepoxy: update 1.2 --> 1.3.1 | Tony Theodore | 2015-09-21 | 1 | -4/+5 |
| | |||||
* | tinyxml2: update 2.2.0 --> 3.0.0 | Tony Theodore | 2015-09-21 | 2 | -39/+4 |
| | |||||
* | wavpack: update 4.70.0 --> 4.75.0 | Tony Theodore | 2015-09-21 | 2 | -16/+2 |
| | |||||
* | xapian-core: update 1.2.19 --> 1.2.21 | Tony Theodore | 2015-09-21 | 1 | -2/+2 |
| | |||||
* | libjpeg-turbo: merge patches | Tony Theodore | 2015-09-21 | 2 | -32/+27 |
| | |||||
* | Merge pull request #834 from ↵ | Tony Theodore | 2015-09-21 | 2 | -2/+28 |
|\ | | | | | | | | | LuaAndC/libjpeg-turbo-2-install-DLL-to-bin-libjpeg-turbo libjpeg-turbo: install DLL to bin/libjpeg-turbo | ||||
| * | libjpeg-turbo: install DLLs to bin/ | Boris Nagaev | 2015-09-08 | 1 | -1/+1 |
| | | | | | | | | | | | | Do not install DLLs to bin/libjpeg-turbo/$dlname See #834 | ||||
| * | libjpeg-turbo: install DLL to bin/libjpeg-turbo | Boris Nagaev | 2015-09-06 | 2 | -2/+28 |
| | | | | | | | | | | | | | | Enable shared build. It was disabled because DLLs were installed to lib/bin. see #826 | ||||
* | | pire: fix shared build, build only libs and test program | Tony Theodore | 2015-09-21 | 3 | -51/+38 |
| | | |||||
* | | Merge pull request #876 from LuaAndC/fftw-combined-threads | Tony Theodore | 2015-09-21 | 1 | -1/+4 |
|\ \ | | | | | | | fftw: compile with combined thread libraries | ||||
| * | | fftw: compile with combined thread libraries | Boris Nagaev | 2015-09-21 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From fftw-3.3.4/Makefile.am: > when using combined thread libraries (necessary on Windows), we want > to build threads/ first, because libfftw3_threads is added to > libfftw3. > > Otherwise, we want to build libfftw3_threads after libfftw3 > so that we can track the fact that libfftw3_threads depends upon > libfftw3. > > This is the inescapable result of combining three bad ideas > (threads, Windows, and shared libraries). When compiling with combined threads, all thread related functions are added to main libraries (libfftw3, libfftw3f, libfftw3l). I have checked their existance in libfftw3-3.dll by using nm. close #872 ^^ Instead of adding -lfftw3_threads to fftw*.pc files, add thread related functions to main fftw3 lib. | ||||
* | | | Merge pull request #877 from LuaAndC/cimg | Tony Theodore | 2015-09-21 | 3 | -0/+279 |
|\ \ \ | | | | | | | | | add package cimg | ||||
| * | | | add package cimg | Boris Nagaev | 2015-09-20 | 3 | -0/+279 |
| |/ / | |||||
* | | | imagemagick: enable shared build | Boris Nagaev | 2015-09-20 | 1 | -6/+1 |
|/ / | |||||
* | | Merge pull request #868 from LuaAndC/fix-suitesparse-download-url | Tony Theodore | 2015-09-19 | 1 | -2/+2 |
|\ \ | | | | | | | fix suitesparse download URL | ||||
| * | | fix suitesparse download URL | Boris Nagaev | 2015-09-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | Old URL is 404. Parent URL redirects to [1]. [1] http://faculty.cse.tamu.edu/davis/research.html | ||||
* | | | fix openscenegraph download URL | Boris Nagaev | 2015-09-18 | 1 | -1/+1 |
|/ / | |||||
* | | fix gdal build on Debian Wheezy | Boris Nagaev | 2015-09-16 | 1 | -1/+1 |
| | | | | | | | | close #862 | ||||
* | | log4cxx: reuse SUBDIR variable in FILE variable | Boris Nagaev | 2015-09-14 | 1 | -1/+1 |
| | | |||||
* | | log4cxx: replace dead URL with working URL | Boris Nagaev | 2015-09-14 | 1 | -1/+1 |
| | | |||||
* | | glib: update 2.42.1 --> 2.44.1 | Tony Theodore | 2015-09-14 | 2 | -654/+28 |
| | | | | | | | | no more gtk-doc dependence - simply issues warnings | ||||
* | | atk: update 2.14.0 --> 2.16.0 | Tony Theodore | 2015-09-14 | 1 | -2/+2 |
| | | |||||
* | | cairo: add glib dependency to enable gobject features | Tony Theodore | 2015-09-14 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #853 from LuaAndC/nsis-max-strlen | Tony Theodore | 2015-09-14 | 1 | -0/+1 |
|\ \ | | | | | | | nsis: increase NSIS_MAX_STRLEN to 8192 | ||||
| * | | nsis: increase NSIS_MAX_STRLEN to 8192 | Boris Nagaev | 2015-09-14 | 1 | -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 modifications | Tony Theodore | 2015-09-14 | 2 | -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 AR | Tony Theodore | 2015-09-14 | 1 | -1/+6 |
| | | |||||
* | | mxe-conf: basic sanity checking of autotools | Tony Theodore | 2015-09-13 | 1 | -0/+12 |
| | | | | | | | | in the spirit of ./configure, detect capabilities instead of versions | ||||
* | | Merge pull request #848 from LuaAndC/agg-revived | Tony Theodore | 2015-09-13 | 1 | -6/+1 |
|\ \ | | | | | | | Revert "package agg: use mxe pkg mirror until project relocates" | ||||
| * | | Revert "package agg: use mxe pkg mirror until project relocates" | Boris Nagaev | 2015-09-13 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit c9afbabda56635bb1f2f49090a0c2091d4ab1340. AGG project's site was restored. See #386 | ||||
* | | | Merge branch 'master' of github.com:mxe/mxe | Tony Theodore | 2015-09-13 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | tiff: update | Mark Brand | 2015-09-13 | 1 | -2/+2 |
| |/ / | |||||
* | | | agg: remove unnecessary $(SHELL) invocation | Tony Theodore | 2015-09-13 | 1 | -1/+1 |
|/ / | | | | | | | fixes #847 | ||||
* | | termcap: don't call autoreconf | Tony Theodore | 2015-09-13 | 1 | -1/+2 |
| | | |||||
* | | gnutls: update | Mark Brand | 2015-09-12 | 1 | -2/+2 |
| | | |||||
* | | lua: enable optional native build | Tony Theodore | 2015-09-12 | 1 | -0/+11 |
| | | |||||
* | | mxe-conf: add note about ac_cv_build | Tony Theodore | 2015-09-12 | 1 | -0/+1 |
| | | |||||
* | | gcc: don't unpack tarball on $(BUILD) target | Tony Theodore | 2015-09-12 | 1 | -0/+2 |
| | | |||||
* | | assimp: use prefixed cmake | Tony Theodore | 2015-09-12 | 1 | -4/+2 |
| | | |||||
* | | mxe-conf: create prefixed cmake wrapper script | Tony Theodore | 2015-09-12 | 1 | -0/+6 |
| | | |||||
* | | boost hdf5 qt qtbase: write to $(CMAKE_TOOLCHAIN_DIR) instead of ↵ | Tony Theodore | 2015-09-12 | 4 | -8/+4 |
| | | | | | | | | | | | | $(CMAKE_TOOLCHAIN_FILE) Fixes #823 | ||||
* | | Move general configuration from pkgconf to mxe-conf and add cmake/mxe-conf.d | Tony Theodore | 2015-09-12 | 2 | -51/+65 |
| | | |||||
* | | Makefile: include mxe-conf as an order-only dep of all packages | Tony Theodore | 2015-09-12 | 1 | -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.alias | Tony Theodore | 2015-09-11 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #803 from saiarcot895/upstream-add-plib-shared-64 | Tony Theodore | 2015-09-11 | 3 | -7/+398 |
|\ \ | | | | | | | Add plib shared and 64-bit builds | ||||
| * | | Build shared or static versions of plib. | Saikrishna Arcot | 2015-08-27 | 2 | -0/+355 |
| | | | | | | | | | | | | (cherry picked from commit 8ffa3fceb563954cf2368ff51c2544c78b7fcde1) | ||||
| * | | Fix building 64-bit plib. | Saikrishna Arcot | 2015-08-27 | 1 | -0/+42 |
| | | | | | | | | | | | | (cherry picked from commit dd4f425a96ab9ea4b8e42f40fe99c639c61d47ea) | ||||
| * | | Compile PLIB for x86_64. | Saikrishna Arcot | 2015-08-27 | 1 | -7/+1 |
| | | | | | | | | | | | | (cherry picked from commit e028a0a9f53c64266108177848eed90aea1958dd) | ||||
* | | | ncurses: fix PKG_CONFIG_LIBDIR detection | Tony Theodore | 2015-09-11 | 1 | -1/+1 |
| | | | |||||
* | | | wget: install only binPROGRAMS | Tony Theodore | 2015-09-11 | 1 | -3/+2 |
| | | |