Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mv versions.json build-matrix.html assets docs/ | Boris Nagaev | 2016-08-27 | 1 | -9/+9 |
| | | | | See https://github.com/mxe/mxe/issues/1500 | ||||
* | rename doc/ to docs/ | Boris Nagaev | 2016-08-27 | 1 | -1/+1 |
| | | | | See https://github.com/mxe/mxe/issues/1500 | ||||
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792 | ||||
* | add native package ragel | Boris Nagaev | 2016-08-25 | 1 | -0/+4 |
| | |||||
* | Makefile: enable local $(PKG)_SOURCE_TREE | Tony Theodore | 2016-08-11 | 1 | -0/+12 |
| | | | | | | | This is very handy for testing against a local repo, especially when upstream changes are happening quickly. See also #183 | ||||
* | Merge remote-tracking branch 'upstream/master' into djvulibre | darealshinji | 2016-07-23 | 1 | -84/+169 |
|\ | |||||
| * | New package 'libspectre' | darealshinji | 2016-07-21 | 1 | -0/+4 |
| | | |||||
| * | Add package 'ghostscript' | darealshinji | 2016-07-20 | 1 | -0/+4 |
| | | |||||
| * | index.html: description of yaml-cpp from upstream | Boris Nagaev | 2016-07-15 | 1 | -1/+1 |
| | | |||||
| * | Adds yaml-cpp | Nick Overdijk | 2016-07-15 | 1 | -0/+4 |
| | | |||||
| * | add description of skeleton.py to index.html | Boris Nagaev | 2016-07-10 | 1 | -0/+9 |
| | | |||||
| * | index.html: sort packages lexicographically | Boris Nagaev | 2016-07-10 | 1 | -51/+51 |
| | | | | | | | | Fix indentation of openthreads. | ||||
| * | xxHash lib added | Sergey Perepelitsa | 2016-07-07 | 1 | -0/+4 |
| | | |||||
| * | virtual package googletest is not required anymore | Pavel Vatagin | 2016-06-28 | 1 | -4/+0 |
| | | |||||
| * | add new qt5 modules | Mark Brand | 2016-06-18 | 1 | -0/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | qtcharts qtdatavis3d qtdeclarative-render2d qtgamepad qtpurchasing qtscxml qtserialbus qtvirtualkeyboard https://wiki.qt.io/New_Features_in_Qt_5.7 | ||||
| * | upgrade to Qt 5.7.0 | Mark Brand | 2016-06-17 | 1 | -4/+0 |
| | | |||||
| * | Add package 'HDF-EOS2'. | Thomas Danckaert | 2016-05-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 Danckaert | 2016-05-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | 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." | ||||
| * | Merge pull request #1350 from yipdw/glm-0-9-7-4 | Tony Theodore | 2016-05-21 | 1 | -0/+4 |
| |\ | | | | | | | glm: add rules to download/build version 0.9.7.4 | ||||
| | * | glm: add rules to download/build version 0.9.7.4 | David Yip | 2016-05-19 | 1 | -0/+4 |
| | | | |||||
| * | | add package hyperscan | Boris Nagaev | 2016-05-18 | 1 | -0/+4 |
| |/ | |||||
| * | docs: update known OS X failures | Tony Theodore | 2016-05-11 | 1 | -1/+5 |
| | | |||||
| * | add GNU Tar to requirements and specify OS X packages | Tony Theodore | 2016-04-16 | 1 | -3/+7 |
| | | | | | | | | | | | | | | needed for `build-pkg.lua`, installed as: - `gtar` on Homebrew - `gnutar` on MacPorts and Rudix so will be selected by `tool` function | ||||
| * | add libuv | Boris Nagaev | 2016-04-12 | 1 | -0/+4 |
| | | |||||
| * | Move section "Related articles" before section "Related projects" | Volker Diels-Grabsch | 2016-04-12 | 1 | -31/+31 |
| | | |||||
| * | Add Krita to the list of projects that use MXE | Volker Diels-Grabsch | 2016-04-12 | 1 | -0/+3 |
| | | |||||
| * | Link to blog article "Cross-compiling Krita using MXE" | Volker Diels-Grabsch | 2016-04-12 | 1 | -0/+6 |
| | | |||||
| * | Remove obsolete article link | Volker Diels-Grabsch | 2016-04-12 | 1 | -5/+0 |
| | | | | | | | | | | That page no longer exists and already was replaced with a redirect to MXE anyway. | ||||
| * | add package libsoup | Pavel Vatagin | 2016-04-09 | 1 | -0/+4 |
| | | |||||
* | | add package djvulibre | darealshinji | 2016-04-08 | 1 | -0/+4 |
|/ | |||||
* | add package googletest and update protobuf | Pavel Vatagin | 2016-04-07 | 1 | -1/+5 |
| | |||||
* | add pkgconfig to the requirements on OSX | Boris Nagaev | 2016-04-06 | 1 | -1/+1 |
| | | | | close #1281 | ||||
* | add package qtsparkle | Pavel Vatagin | 2016-03-21 | 1 | -0/+4 |
| | |||||
* | new package: qtofficeopenxml | Mark Brand | 2016-03-19 | 1 | -0/+4 |
| | |||||
* | qtwebkit: restore package | Mark Brand | 2016-03-19 | 1 | -0/+4 |
| | | | | | The Qt project decided to publish the qtwebkit tarball as a "community release". | ||||
* | index.html: fix sorting | Mark Brand | 2016-03-17 | 1 | -2/+2 |
| | |||||
* | upgrade to Qt 5.6.0 | Mark Brand | 2016-03-16 | 1 | -3/+7 |
| | | | | | | | | | | removed modules: qtquick1 qtwebkit new modules: qtquickcontrols2 qtwebview | ||||
* | remove xine-lib | Boris Nagaev | 2016-03-08 | 1 | -4/+0 |
| | |||||
* | Add package 'coda'. | Thomas Danckaert | 2016-03-07 | 1 | -0/+4 |
| | | | | | | | | | | https://stcorp.nl/coda "The Common Data Access toolbox (CODA) provides a set of interfaces for reading remote sensing data from earth observation data files. These interfaces consist of command line applications, libraries, interfaces to scientific applications (such as IDL and MATLAB), and interfaces to programming languages (such as C, Fortran, Python, and Java)." | ||||
* | new package subversion | Martin Gerhardy | 2016-03-04 | 1 | -0/+4 |
| | |||||
* | remove libdca | Boris Nagaev | 2016-02-29 | 1 | -4/+0 |
| | | | | | fix #1240 fix #1239 | ||||
* | Add librosco 0.1.11 | Colin Bourassa | 2016-02-13 | 1 | -0/+4 |
| | |||||
* | add package sparsehash | Pavel Vatagin | 2016-02-07 | 1 | -0/+4 |
| | |||||
* | Added package gst-plugins-ugly | Dennis Brentjes | 2016-02-01 | 1 | -2/+6 |
| | |||||
* | Added package gst-plugins bad | Dennis Brentjes | 2016-02-01 | 1 | -0/+4 |
| | |||||
* | new package: liblsmash | darealshinji | 2016-02-01 | 1 | -0/+4 |
| | |||||
* | add package libechonest | Pavel Vatagin | 2016-02-01 | 1 | -0/+4 |
| | |||||
* | docs: link to build-matrix.html and note libgomp and pthreads availability | Tony Theodore | 2016-01-12 | 1 | -3/+8 |
| | |||||
* | doc update: ocaml now builds on OSX | Tony Theodore | 2016-01-11 | 1 | -6/+1 |
| | |||||
* | Merge pull request #1131 from s09bQ5/libieee1284 | Boris Nagaev | 2016-01-07 | 1 | -0/+4 |
|\ | | | | | new package: libieee1284 |