summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | add updater for pireBoris Nagaev2015-09-261-0/+5
|/ / /
* | | ossim: various fixes and cleanupsTony Theodore2015-09-251-13/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -explicitly declare static/shared builds -enable freetype -use openthreads from openscenegraph -only build/install libs and headers -remove dummy test program -remove random empty lines see #726
* | | add package ossimRashad M2015-09-251-0/+36
| | |
* | | openscenegraph: update 3.2.1 --> 3.40 and enable sharedTony Theodore2015-09-251-7/+5
| | |
* | | llvm: enable shared buildBoris Nagaev2015-09-241-3/+3
| | |
* | | llvm: fix update macro and remove obsolete llvm-config symlinkTony Theodore2015-09-241-2/+1
| | | | | | | | | | | | Fixes #844
* | | qt and qtbase: fix the test built the manual wayBoris Nagaev2015-09-232-2/+18
| | | | | | | | | | | | | | | | | | Add MOC and RCC commands and files produced to the test. close #883
* | | all packages: really use sha256 checksumsTony Theodore2015-09-23370-370/+370
| | |
* | | Merge pull request #851 from LuaAndC/qt-improve-testTony Theodore2015-09-234-4/+40
|\ \ \ | | | | | | | | Qt: test more Qt tools (moc, rcc)
| * | | qt-test: add a headerBoris Nagaev2015-09-213-4/+34
| | | | | | | | | | | | | | | | Test moc tool
| * | | qt-test: add Qt resources fileBoris Nagaev2015-09-212-0/+6
| | | | | | | | | | | | | | | | Test rcc tool
* | | | many packages: cleanup deps orderingTony Theodore2015-09-2380-82/+87
| | | |
* | | | all packages: switch to sha256 checksumsTony Theodore2015-09-23370-370/+370
| | | | | | | | | | | | | | | | closes #871
* | | | pthreads: test cmake find_package(Threads REQUIRED)Tony Theodore2015-09-231-4/+18
| | | |
* | | | Merge pull request #850 from LuaAndC/gtk3Tony Theodore2015-09-236-0/+296
|\ \ \ \ | | | | | | | | | | add packages gtk3 and gtkmm3
| * | | | add packages gtk3 and gtkmm3Gerardo Ballabio2015-09-216-0/+296
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pango has been updated to 1.37.4 in 24cf97dbdd62ece0ea0b39cf33694a8804352bd1 Side effects: * mute function g_win32_run_session_bus of glib (see the thread) * add new external dependency: gdk-pixbuf Original thread: https://lists.nongnu.org/archive/html/mingw-cross-env-list/2015-08/msg00009.html
* | | | sdl_rwhttp: remove obsolete deps for i686-pc-mingw32Tony Theodore2015-09-221-5/+1
| | | |
* | | | libepoxy: update 1.2 --> 1.3.1Tony Theodore2015-09-211-4/+5
| | | |
* | | | tinyxml2: update 2.2.0 --> 3.0.0Tony Theodore2015-09-212-39/+4
| | | |
* | | | wavpack: update 4.70.0 --> 4.75.0Tony Theodore2015-09-212-16/+2
| | | |
* | | | xapian-core: update 1.2.19 --> 1.2.21Tony Theodore2015-09-211-2/+2
| | | |
* | | | libjpeg-turbo: merge patchesTony Theodore2015-09-212-32/+27
| | | |
* | | | Merge pull request #834 from ↵Tony Theodore2015-09-212-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 Nagaev2015-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not install DLLs to bin/libjpeg-turbo/$dlname See #834
| * | | | libjpeg-turbo: install DLL to bin/libjpeg-turboBoris Nagaev2015-09-062-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 programTony Theodore2015-09-213-51/+38
| | | | |
* | | | | Merge pull request #876 from LuaAndC/fftw-combined-threadsTony Theodore2015-09-211-1/+4
|\ \ \ \ \ | | | | | | | | | | | | fftw: compile with combined thread libraries
| * | | | | fftw: compile with combined thread librariesBoris Nagaev2015-09-211-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/cimgTony Theodore2015-09-213-0/+279
|\ \ \ \ \ | | | | | | | | | | | | add package cimg
| * | | | | add package cimgBoris Nagaev2015-09-203-0/+279
| |/ / / /
* | | | | imagemagick: enable shared buildBoris Nagaev2015-09-201-6/+1
|/ / / /
* | | | Merge pull request #868 from LuaAndC/fix-suitesparse-download-urlTony Theodore2015-09-191-2/+2
|\ \ \ \ | | | | | | | | | | fix suitesparse download URL
| * | | | fix suitesparse download URLBoris Nagaev2015-09-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Old URL is 404. Parent URL redirects to [1]. [1] http://faculty.cse.tamu.edu/davis/research.html
* | | | | fix openscenegraph download URLBoris Nagaev2015-09-181-1/+1
|/ / / /
* | | | fix gdal build on Debian WheezyBoris Nagaev2015-09-161-1/+1
| |/ / |/| | | | | | | | close #862
* | | 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