summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* update gcc8 plugin to 8.2Mark Brand2018-08-131-2/+2
|
* use HTTP URLs (without redirects) for Lua examplesViktor Szakats2018-07-312-2/+2
| | | | These Lua snippets don't support security.
* Secure URLsViktor Szakats2018-07-312-2/+2
|
* Secure URLsViktor Szakats2018-07-2733-35/+35
|
* qt5-freeze plugin: fix gcc8 buildTony Theodore2018-07-012-53/+73
| | | | backported from regular qtbase build, see #2121
* automake: fix deprecated syntax for newer perl versionsPsychoXIVI2018-06-201-0/+28
|
* Fix Clementine buildJonas Kvinge2018-06-075-57/+16
|
* host-toolchain: update qt5-host-tools depsTony Theodore2018-05-281-1/+1
|
* host-toolchain: update README for make buildTony Theodore2018-05-281-4/+6
|
* host-toolchain: build make from sourcedarealshinji2018-05-282-21/+51
|
* tcl/tk: use external zlibTony Theodore2018-05-282-1/+23
| | | | closes #2130
* add gcc8 pluginMark Brand2018-05-082-0/+85
|
* gcc plugins: update patchesTony Theodore2018-04-082-2/+68
|
* update qt5-freeze exampleBoris Pek2018-03-281-2/+2
|
* fix qt5-freeze example after e69081f70f1c4d3d2ec5e54ac1aab2b84532450cBoris Pek2018-03-216-0/+1040
|
* plugins: use GH_CONFTony Theodore2018-03-157-48/+13
|
* github branch pkgs: use new GH_CONF formatTony Theodore2018-03-151-1/+1
|
* openssl1.0 example: rename package to enable updates and filter 1.0.2(LTS)Tony Theodore2018-03-063-4/+4
|
* dcmtk vmime: add example of enabling openssl v1.0.x supportTony Theodore2018-03-063-0/+651
|
* ricochet: add missing includeTony Theodore2018-03-061-0/+22
|
* qwtplot3d: update and switch to qt5Tony Theodore2018-03-061-0/+4
|
* qjson: update and switch to qt5Tony Theodore2018-03-061-0/+5
|
* opencsg: update and switch to qt5Tony Theodore2018-03-061-0/+4
|
* libechonest: switch to qt5 and enable staticTony Theodore2018-03-061-0/+5
|
* qt4 plugin: sort packagesTony Theodore2018-03-061-9/+9
|
* bison flex: update and build on darwinTony Theodore2018-03-016-16/+46
|
* gettext: remove native deps fixupsTony Theodore2018-02-284-7/+0
| | | | | issue from #1892 was actually related to Bash on Ubuntu on Windows and timestamp issues causing autotools to be called
* gettext libiconv: refactor darwin buildsTony Theodore2018-02-281-5/+0
|
* libffi: always build native (since glib is always built on linux)Tony Theodore2018-02-273-15/+0
|
* libffi: build native version on darwin for glibTony Theodore2018-02-273-1/+15
|
* glib: build on darwin instead of using macports binaries (#2059)Tony Theodore2018-02-263-22/+1
| | | see #2053
* Merge pull request #2049 from taisei-project/fix-meson-wrapperTony Theodore2018-02-171-4/+5
|\ | | | | plugins/meson-wrapper: fix missing build dependency cmake-conf
| * plugins/meson-wrapper: fix missing build dependency cmake-confAndrei Alexeyev2018-02-081-4/+5
| |
* | glib2 darwin: remove unnecessary build reqTony Theodore2018-02-171-2/+0
|/ | | | fixed properly in 9a48a19e
* update gcc7Boris Pek2018-01-251-2/+2
|
* Update source files fot qt5, and update qt4 overlays.Saikrishna Arcot2017-12-301-0/+6
|
* glib2 darwin: ensure package is included in build reqs (really)Tony Theodore2017-12-271-1/+1
|
* glib2 darwin: ensure package is included in build reqsTony Theodore2017-12-271-0/+2
|
* rename archive pkg-type to source-only for clarityTony Theodore2017-12-221-1/+1
| | | | archive could imply a deprecated package
* cross packages: replace dependency gcc with ccTony Theodore2017-12-2258-59/+59
|
* native pkgs: use explicit cross-target deps and remove empty rulesTony Theodore2017-12-227-6/+9
|
* Improve handling of virtual packages and build messagesTony Theodore2017-12-221-0/+1
| | | | | | | | - add metadata to distinguish virtual package types - improve build order and status messages for empty packages print pkg type or `disabled` instead of `no-build` - add BUILD_DRY_RUN option and fixup make -t - update build-matrix rule to identify virtual pkgs
* Merge pull request #1995 from taisei-project/plugin-meson-wrapperTony Theodore2017-12-063-0/+78
|\ | | | | Add meson-wrapper plugin
| * Add meson-wrapper pluginAndrei Alexeyev2017-11-283-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This plugin adds a "meson-wrapper" package, which installs Meson cross files and wrapper scripts for each target, similar to "cmake-conf". This allows Meson projects to seamlessly integrate with MXE. The wrapper scripts require Meson to be installed on the host system. Example usage: x86_64-w64-mingw32.static-meson sourcedir destdir # you can now use 'meson configure', 'ninja', etc. in destdir as normal
* | Merge pull request #1525 from highperformancecoder/TkTableTony Theodore2017-11-261-0/+37
|\ \ | |/ |/| Added in Tktable.mk
| * Added in Tktable.mkRussell Standish2017-11-261-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed the TkTable package to tktable Found some work arounds to get the install target to work correctly, and for the dynamic build to build correctly. Ditto. Last commit missed this file?? Fix indentation per Boris's comments. Apply Tony Theodore's style suggestions BUILD_DIR is a separate directory to where the package is unpacked.
* | various packages: run `make refresh-patches` with numberingTony Theodore2017-11-198-23/+23
| |
* | various packages: refresh patchesTony Theodore2017-11-194-23/+10
| | | | | | | | brings patches into common format to reduce noise in diffs
* | qt5-freeze plugin: enable side-by-side installTony Theodore2017-11-1833-115/+99
| | | | | | | | Closes #1980
* | update github tag tracking packages to new conf styleTony Theodore2017-11-091-1/+1
| |