summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add package 'HDF-EOS2'.Thomas Danckaert2016-05-303-0/+213
| | | | | | | | | | | | http://hdfeos.org/software/library.php "The HDF-EOS2 is a software library designed built on HDF4 to support EOS-specific data structures, namely Grid, Point, and Swath. The new data structures are constructed from standard HDF data objects, using EOS conventions, through the use of a software library. A key feature of HDF-EOS files is that instrument-independent services, such as subsetting by geolocation, can be applied to the files across a wide variety of data products."
* Add package 'HDF-EOS5'.Thomas Danckaert2016-05-303-0/+225
| | | | | | | | | http://hdfeos.org/software/library.php "The HDF-EOS5 is a software library designed built on HDF5* to support the same Grid/Point/Swath functionality in HDF-EOS 2 and to the extent possible it will be built with the same calling sequences as the original HDF-EOS 2 library."
* curl: updateMark Brand2016-05-301-2/+2
|
* Merge pull request #1369 from LuaAndC/update-libuv-1.9.1Tony Theodore2016-05-302-81/+2
|\ | | | | update libuv to 1.9.1
| * update libuv to 1.9.1Boris Nagaev2016-05-292-81/+2
| | | | | | | | | | | | | | The patches are not needed: * https://github.com/libuv/libuv/issues/820 * https://github.com/libuv/libuv/pull/841/
* | qbittorrent, libtorrent: Boost.Asio is header onlyBoris Nagaev2016-05-301-0/+33
| | | | | | | | | | | | | | Fix link errors in qbittorrent after libtorrent-rasterbar 1.1.0. Disable BOOST_ASIO_SEPARATE_COMPILATION See http://www.boost.org/doc/libs/1_45_0/doc/html/boost_asio/using.html
* | libtorrent-rasterbar: fix internal gcc error onBoris Nagaev2016-05-301-1/+1
| | | | | | | | | | | | | | | | | | logs of x86_64-w64-mingw32.static: before: https://gist.github.com/7c61dde0bca9160ae335e8a117862b14 after: https://gist.github.com/f429d35c8600c450606028822649afa8 Flags "-g -O2" had been there before CXXFLAGS was set. This commit brings them back.
* | libtorrent-rasterbar: update 1.0.7 --> 1.1.0Tony Theodore2016-05-305-132/+8
|/ | | | failing on x86_64-w64-mingw32.static
* libpng: updateMark Brand2016-05-261-2/+2
|
* freetds: updateMark Brand2016-05-231-2/+2
|
* Merge pull request #1345 from rkanavath/install_gdal_pkg-configTony Theodore2016-05-211-1/+2
|\ | | | | gdal: install gdal.pc and gdal-data
| * gdal: install gdal.pc and gdal-dataRashad Kanavath2016-05-101-1/+2
| |
* | Merge pull request #1350 from yipdw/glm-0-9-7-4Tony Theodore2016-05-212-0/+60
|\ \ | | | | | | glm: add rules to download/build version 0.9.7.4
| * | glm: add rules to download/build version 0.9.7.4David Yip2016-05-192-0/+60
| | |
* | | Merge pull request #1352 from LuaAndC/hyperscanTony Theodore2016-05-212-0/+6478
|\ \ \ | | | | | | | | add package hyperscan
| * | | add package hyperscanBoris Nagaev2016-05-182-0/+6478
| |/ /
* | | Merge branch 'master' of github.com:mxe/mxeTony Theodore2016-05-211-1/+1
|\ \ \
| * \ \ Merge pull request #1349 from pavelvat/fix-nsisTony Theodore2016-05-211-1/+1
| |\ \ \ | | | | | | | | | | fix nsis
| | * | | fix nsisPavel Vatagin2016-05-171-1/+1
| | |/ /
* | | | openthreads: remove standalone patchTony Theodore2016-05-212-73/+0
| | | |
* | | | Merge branch 'fix_openthreads' of https://github.com/rkanavath/mxe into ↵Tony Theodore2016-05-211-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | rkanavath-fix_openthreads
| * | | openthreads: build in src/OpenThreadsRashad Kanavath2016-05-171-1/+1
| |/ /
* | | curl: updateMark Brand2016-05-201-2/+2
| | |
* | | gnutls: updateMark Brand2016-05-201-2/+2
| | |
* | | sqlite: updateMark Brand2016-05-181-2/+2
|/ /
* | nsis: update patch after changing of nsis versionBoris Pek2016-05-161-20/+48
| |
* | nsis: update from 2.50 to 2.51Boris Pek2016-05-161-2/+2
| |
* | nsis: disable not needed utilsBoris Pek2016-05-161-1/+1
| | | | | | | | | | | | They are useless for cross-compiling purposes. For example, in Debian package they are disabled too: http://anonscm.debian.org/cgit/collab-maint/nsis.git/tree/debian/rules
* | nsis: fix build for x86_64-w64-mingw32 targetsBoris Pek2016-05-162-3/+285
| | | | | | | | Required for: https://github.com/mxe/mxe/pull/1165
* | libxslt: enable sharedTony Theodore2016-05-091-6/+1
|/ | | | fixes #1343
* Merge pull request #1339 from TobiX/jsoncpp-with-cmakeTony Theodore2016-05-071-0/+1
|\ | | | | jsoncpp: Build & install cmake files
| * jsoncpp: Build & install cmake filesTobias Gruetzmacher2016-05-061-0/+1
| |
* | Merge pull request #1327 from tehnick/gcc6-related-fixesTony Theodore2016-05-076-3/+113
|\ \ | |/ |/| Gcc6 related fixes
| * freeimage: update patch: fix line endingsBoris Pek2016-05-061-7/+8
| | | | | | | | [Thanks to Tony Theodore]
| * wxwidgets: add patch: fix build with GCC >= 6.xBoris Pek2016-05-051-0/+27
| |
| * dcmtk: add new patch: fix build with GCC >= 6.xBoris Pek2016-05-051-0/+16
| |
| * fdk-aac: fix build with GCC >= 6.xBoris Pek2016-05-051-1/+2
| |
| * freeimage: update patch: fix build with GCC >= 6.xBoris Pek2016-05-041-0/+19
| |
| * flann: add new patch: fix build with GCC >= 6.xBoris Pek2016-05-041-0/+31
| |
| * qt3d: update patch: fix build with GCC >= 6.xBoris Pek2016-05-041-2/+17
| |
* | Merge pull request #1272 from garuma/masterTony Theodore2016-05-061-1/+2
|\ \ | | | | | | mman-win32: re-enable static build after changes in ca5bba6
| * | mman-win32: re-enable static build after changes in ca5bba6Jérémie Laval2016-03-231-1/+2
| | |
* | | Merge pull request #1332 from rkanavath/update_ossimTony Theodore2016-05-062-32/+2
|\ \ \ | | | | | | | | ossim: upstream patch release. 1.8.20-1 -> 1.8.20-3
| * | | ossim: upstream patch release. 1.8.20-1 -> 1.8.20-3Rashad Kanavath2016-05-042-32/+2
| | |/ | |/|
* | | Merge pull request #1329 from rkanavath/fix_proj_dll_nameTony Theodore2016-05-061-0/+12
|\ \ \ | | | | | | | | proj4: libproj-0.dll is checked by GDAL if the platform is windows
| * | | proj4: libproj-0.dll is checked by GDAL if the platform is windowsRashad Kanavath2016-05-041-0/+12
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | For mingw, proj4 creates libproj-9.dll and GDAL library consider this as missing dll. GDAL has a workaround to use PROJSO env variable that allows to set proj-9.dll. But it is better if proj library could simply output the dll with the other name https://trac.osgeo.org/gdal/browser/branches/2.1/gdal/ogr/ogrct.cpp#L86
* | | libsvm: change output lib name. liblibsvm -> libsvmRashad Kanavath2016-05-041-2/+2
|/ /
* | freetds: updateMark Brand2016-05-031-2/+2
| |
* | harfbuzz: updateMark Brand2016-05-031-2/+2
| |
* | openssl: updateMark Brand2016-05-031-2/+2
| |