Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libotr: add libiconv dependency | Boris Nagaev | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | | Prevent it from being an optional undeclared dependency. (See https://github.com/mxe/mxe/issues/1111 for the context.) From the build log: -lgcrypt -lgpg-error -lintl -liconv ... -o libotr.la | ||||
* | libotr: add libgpg_error dependency | Boris Nagaev | 2017-03-20 | 1 | -1/+1 |
| | | | | | | | | libotr's INSTALL file says: > To compile the OTR library and toolkit, you'll need at least: > - libgpg-error 1.0 [ftp://ftp.gnupg.org/gcrypt/libgpg-error/] > - libgcrypt 1.2.0 [ftp://ftp.gnupg.org/gcrypt/libgcrypt/] | ||||
* | libotr: do not install man pages and binaries | Boris Nagaev | 2017-03-20 | 1 | -2/+3 |
| | |||||
* | add MANLINKS to MXE_DISABLE_DOCS | Boris Nagaev | 2017-03-20 | 1 | -0/+1 |
| | | | | | | It is used in libotr (toolkit/Makefile.am) to define a list of symlinks to the main man page. Search for MANLINKS reveals that it is used in many other projects. | ||||
* | libotr: build out-of-tree | Boris Nagaev | 2017-03-20 | 2 | -5/+27 |
| | |||||
* | libotr: provide build of shared libraries | Boris Pek | 2017-03-20 | 1 | -3/+5 |
| | |||||
* | add package libotr | Boris Pek | 2017-03-20 | 1 | -0/+27 |
| | |||||
* | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-03-20 | 2 | -2/+2 |
| | |||||
* | update libpng | Mark Brand | 2017-03-20 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1727 from pavelvat/jsoncpp-update | Boris Nagaev | 2017-03-20 | 1 | -10/+4 |
|\ | | | | | update jsoncpp.mk | ||||
| * | update jsoncpp.mk | Pavel Vatagin | 2017-03-19 | 1 | -10/+4 |
| | | |||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-03-19 | 2 | -2/+2 |
| | | |||||
* | | update vmime | Mark Brand | 2017-03-19 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #1724 from LuaAndC/jessie-gettext | Tony Theodore | 2017-03-19 | 2 | -0/+2 |
|\ | | | | | enable native gettext and libiconv on Jessie | ||||
| * | enable native gettext and libiconv on Jessie | Boris Nagaev | 2017-03-19 | 2 | -0/+2 |
|/ | |||||
* | Merge pull request #1695 from pavelvat/add-missing-gstreamer-dependencies | Boris Nagaev | 2017-03-19 | 3 | -4/+8 |
|\ | | | | | add missing gstreamer dependencies | ||||
| * | add missing gstreamer dependencies | Pavel Vatagin | 2017-03-12 | 3 | -4/+8 |
| | | |||||
* | | Merge pull request #1723 from tonytheodore/docs-update | Tony Theodore | 2017-03-19 | 1 | -10/+7 |
|\ \ | | | | | | | Docs update | ||||
| * | | docs: note usage of `make check-update-package-foo` | Tony Theodore | 2017-03-19 | 1 | -0/+7 |
| | | | |||||
| * | | docs: remove internal use only from updates and cleanup-style | Tony Theodore | 2017-03-19 | 1 | -10/+0 |
|/ / | |||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-03-19 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1712 from tonytheodore/gh-std | Tony Theodore | 2017-03-19 | 10 | -57/+197 |
|\ \ | | | | | | | Standardise GitHub downloads and updates | ||||
| * | | Makefile: suppress messages in update-package | Tony Theodore | 2017-03-19 | 1 | -0/+1 |
| | | | |||||
| * | | vigra: remove unnecessary filter-out argument | Tony Theodore | 2017-03-19 | 1 | -1/+1 |
| | | | |||||
| * | | github: improve filtering and docs | Tony Theodore | 2017-03-19 | 2 | -5/+4 |
| | | | |||||
| * | | github: use `if` instead of `and` | Tony Theodore | 2017-03-19 | 2 | -2/+2 |
| | | | |||||
| * | | docs: add notes on setting $(PKG)_GH_CONF | Tony Theodore | 2017-03-18 | 1 | -2/+11 |
| | | | |||||
| * | | tools/skeleton.py: add gh_conf support | Tony Theodore | 2017-03-18 | 1 | -6/+30 |
| | | | |||||
| * | | github: add version separator logic and use in vigra | Tony Theodore | 2017-03-18 | 2 | -21/+12 |
| | | | |||||
| * | | Makefile: add check-update-package-% target | Tony Theodore | 2017-03-18 | 1 | -0/+3 |
| | | | |||||
| * | | libevent libffi libsoup qtserialport_qt4 vmime: use standard GH_CONF setup | Tony Theodore | 2017-03-18 | 6 | -38/+26 |
| | | | |||||
| * | | add functions to standardise GitHub downloads and updates | Tony Theodore | 2017-03-18 | 2 | -1/+126 |
|/ / | |||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-03-18 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1721 from LuaAndC/lensfun-up | Tony Theodore | 2017-03-18 | 3 | -89/+42 |
|\ \ | | | | | | | update lensfun to 0.3.2 | ||||
| * | | update lensfun to 0.3.2 | Boris Nagaev | 2017-03-18 | 2 | -46/+13 |
| | | | |||||
| * | | lensfun: unify patch | Boris Nagaev | 2017-03-18 | 2 | -50/+36 |
|/ / | |||||
* | | Merge pull request #1718 from LuaAndC/libtool-jessie | Boris Nagaev | 2017-03-17 | 4 | -0/+4 |
|\ \ | | | | | | | enable libtool plugin on Jessie | ||||
| * | | enable libtool plugin on Jessie | Boris Nagaev | 2017-03-17 | 4 | -0/+4 |
|/ / | | | | | | | | | Native libtool on Jessie lacks -fstack-protector* flags. See https://github.com/mxe/mxe/pull/1714#issuecomment-287438757 | ||||
* | | Merge pull request #1720 from LuaAndC/libf2c-update-checksum | Boris Nagaev | 2017-03-17 | 1 | -2/+4 |
|\ \ | | | | | | | libf2c: update checksum | ||||
| * | | libf2c: update checksum | Boris Nagaev | 2017-03-17 | 1 | -2/+4 |
|/ / | | | | | | | Fix https://github.com/mxe/mxe/issues/1719 | ||||
* | | Update packages.json & build-matrix.html | MXEBot as Travis CI | 2017-03-17 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #1716 from LuaAndC/arma-up | Boris Nagaev | 2017-03-17 | 1 | -4/+4 |
|\ \ | | | | | | | armadillo: update to 7.800.1 | ||||
| * | | armadillo: update to 7.800.1 | Boris Nagaev | 2017-03-17 | 1 | -4/+4 |
|/ / | |||||
* | | Merge pull request #1717 from LuaAndC/cmake-release-in-script | Tony Theodore | 2017-03-15 | 2 | -1/+4 |
|\ \ | | | | | | | support overriding CMAKE_BUILD_TYPE in cmdline | ||||
| * | | support overriding CMAKE_BUILD_TYPE in cmdline | Boris Nagaev | 2017-03-15 | 2 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The script checks if -DCMAKE_BUILD_TYPE is passed in command line and if it is not passed, passes -DCMAKE_BUILD_TYPE=Release. So now other build types are supported, just pass -DCMAKE_BUILD_TYPE=<desired-type> to the script $(TARGET)-cmake. Fix https://github.com/mxe/mxe/issues/1697 | ||||
* | | | Merge pull request #1711 from vszakats/mxeget | Boris Nagaev | 2017-03-15 | 1 | -0/+162 |
|\ \ \ | |/ / |/| | | add bash script to install packages on non-Linux systems | ||||
| * | | add option to install Linux packages as well | Viktor Szakats | 2017-03-14 | 1 | -7/+9 |
| | | | |||||
| * | | rewrite hardcoded absolute paths | Viktor Szakats | 2017-03-14 | 1 | -1/+15 |
| | | | |||||
| * | | use curl+gpg instead of relying on gpg's curling capabilities | Viktor Szakats | 2017-03-14 | 1 | -4/+6 |
| | | | |||||
| * | | refer to LICENSE.md, TOFIX->FIXME | Viktor Szakats | 2017-03-14 | 1 | -24/+3 |
| | | |