summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add MANLINKS to MXE_DISABLE_DOCSBoris Nagaev2017-03-201-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-treeBoris Nagaev2017-03-202-5/+27
|
* libotr: provide build of shared librariesBoris Pek2017-03-201-3/+5
|
* add package libotrBoris Pek2017-03-201-0/+27
|
* Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-03-202-2/+2
|
* update libpngMark Brand2017-03-201-2/+2
|
* Merge pull request #1727 from pavelvat/jsoncpp-updateBoris Nagaev2017-03-201-10/+4
|\ | | | | update jsoncpp.mk
| * update jsoncpp.mkPavel Vatagin2017-03-191-10/+4
| |
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-03-192-2/+2
| |
* | update vmimeMark Brand2017-03-191-2/+2
|/
* Merge pull request #1724 from LuaAndC/jessie-gettextTony Theodore2017-03-192-0/+2
|\ | | | | enable native gettext and libiconv on Jessie
| * enable native gettext and libiconv on JessieBoris Nagaev2017-03-192-0/+2
|/
* Merge pull request #1695 from pavelvat/add-missing-gstreamer-dependenciesBoris Nagaev2017-03-193-4/+8
|\ | | | | add missing gstreamer dependencies
| * add missing gstreamer dependenciesPavel Vatagin2017-03-123-4/+8
| |
* | Merge pull request #1723 from tonytheodore/docs-updateTony Theodore2017-03-191-10/+7
|\ \ | | | | | | Docs update
| * | docs: note usage of `make check-update-package-foo`Tony Theodore2017-03-191-0/+7
| | |
| * | docs: remove internal use only from updates and cleanup-styleTony Theodore2017-03-191-10/+0
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-03-192-2/+2
| |
* | Merge pull request #1712 from tonytheodore/gh-stdTony Theodore2017-03-1910-57/+197
|\ \ | | | | | | Standardise GitHub downloads and updates
| * | Makefile: suppress messages in update-packageTony Theodore2017-03-191-0/+1
| | |
| * | vigra: remove unnecessary filter-out argumentTony Theodore2017-03-191-1/+1
| | |
| * | github: improve filtering and docsTony Theodore2017-03-192-5/+4
| | |
| * | github: use `if` instead of `and`Tony Theodore2017-03-192-2/+2
| | |
| * | docs: add notes on setting $(PKG)_GH_CONFTony Theodore2017-03-181-2/+11
| | |
| * | tools/skeleton.py: add gh_conf supportTony Theodore2017-03-181-6/+30
| | |
| * | github: add version separator logic and use in vigraTony Theodore2017-03-182-21/+12
| | |
| * | Makefile: add check-update-package-% targetTony Theodore2017-03-181-0/+3
| | |
| * | libevent libffi libsoup qtserialport_qt4 vmime: use standard GH_CONF setupTony Theodore2017-03-186-38/+26
| | |
| * | add functions to standardise GitHub downloads and updatesTony Theodore2017-03-182-1/+126
|/ /
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-03-182-2/+2
| |
* | Merge pull request #1721 from LuaAndC/lensfun-upTony Theodore2017-03-183-89/+42
|\ \ | | | | | | update lensfun to 0.3.2
| * | update lensfun to 0.3.2Boris Nagaev2017-03-182-46/+13
| | |
| * | lensfun: unify patchBoris Nagaev2017-03-182-50/+36
|/ /
* | Merge pull request #1718 from LuaAndC/libtool-jessieBoris Nagaev2017-03-174-0/+4
|\ \ | | | | | | enable libtool plugin on Jessie
| * | enable libtool plugin on JessieBoris Nagaev2017-03-174-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-checksumBoris Nagaev2017-03-171-2/+4
|\ \ | | | | | | libf2c: update checksum
| * | libf2c: update checksumBoris Nagaev2017-03-171-2/+4
|/ / | | | | | | Fix https://github.com/mxe/mxe/issues/1719
* | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-03-172-2/+2
| |
* | Merge pull request #1716 from LuaAndC/arma-upBoris Nagaev2017-03-171-4/+4
|\ \ | | | | | | armadillo: update to 7.800.1
| * | armadillo: update to 7.800.1Boris Nagaev2017-03-171-4/+4
|/ /
* | Merge pull request #1717 from LuaAndC/cmake-release-in-scriptTony Theodore2017-03-152-1/+4
|\ \ | | | | | | support overriding CMAKE_BUILD_TYPE in cmdline
| * | support overriding CMAKE_BUILD_TYPE in cmdlineBoris Nagaev2017-03-152-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/mxegetBoris Nagaev2017-03-151-0/+162
|\ \ \ | |/ / |/| | add bash script to install packages on non-Linux systems
| * | add option to install Linux packages as wellViktor Szakats2017-03-141-7/+9
| | |
| * | rewrite hardcoded absolute pathsViktor Szakats2017-03-141-1/+15
| | |
| * | use curl+gpg instead of relying on gpg's curling capabilitiesViktor Szakats2017-03-141-4/+6
| | |
| * | refer to LICENSE.md, TOFIX->FIXMEViktor Szakats2017-03-141-24/+3
| | |
| * | add bash script to install packages on non-Linux systemsViktor Szakats2017-03-131-0/+165
| | | | | | | | | | | | | | | | | | *BSD systems are currently supported and macOS actually tested. Ref: https://github.com/mxe/mxe/issues/1708
* | | Update packages.json & build-matrix.htmlMXEBot as Travis CI2017-03-142-8/+19
| | |
* | | Merge pull request #1660 from tonytheodore/cmake-confBoris Nagaev2017-03-1412-1004/+155
|\ \ \ | |/ / |/| | cmake: update and improve configuration with templates