Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | gcc6 plugin: update README.md | Boris Pek | 2016-05-01 | 1 | -38/+36 | |
| | | ||||||
| * | gcc6 plugin: add README.md with notes about new GCC | Boris Pek | 2016-04-30 | 1 | -0/+69 | |
| | | ||||||
| * | gcc5 plugin: add reserve url to isl sources | Boris Pek | 2016-04-30 | 1 | -0/+1 | |
| | | ||||||
| * | Add gcc6 plugin | Boris Pek | 2016-04-30 | 1 | -0/+25 | |
| | | ||||||
* | | add package luv to luarocks plugin | Boris Nagaev | 2016-04-30 | 2 | -0/+92 | |
|/ | ||||||
* | update qbittorrent to 3.3.4 | Boris Nagaev | 2016-04-18 | 2 | -153/+2 | |
| | | | | | | | | | The following patches were included in the upstream: * convert includes like <Windows.h> to lowercase https://github.com/qbittorrent/qBittorrent/pull/4505 * fix library list https://github.com/qbittorrent/qBittorrent/pull/4824 | |||||
* | add native build of `patch` for darwin (#1295) | Tony Theodore | 2016-04-12 | 1 | -0/+1 | |
| | | | same as #1170, MacPorts has `gpatch` but Homebrew and Rudix don't | |||||
* | add package "wrk" to plugins/apps | Boris Nagaev | 2016-04-06 | 2 | -0/+711 | |
| | | | | wrk is modern HTTP benchmarking tool. | |||||
* | enable native build of luajit in plugin "apps" | Boris Nagaev | 2016-04-06 | 1 | -0/+7 | |
| | ||||||
* | tor: fix linking errors if mman-win32 is installed | Boris Nagaev | 2016-02-28 | 1 | -0/+50 | |
| | ||||||
* | add native plugin for wheezy requirements | Tony Theodore | 2016-01-31 | 7 | -0/+7 | |
| | | | | closes #1177 and #1178 | |||||
* | gcc plugin: rename gcc52 to gcc5 and update 5.2.0 --> 5.3.0 | Tony Theodore | 2016-01-21 | 1 | -4/+4 | |
| | ||||||
* | add gnu patch to native plugins | Tony Theodore | 2016-01-17 | 1 | -0/+30 | |
| | ||||||
* | update luarocks from 2.2.2 to 2.3.0 | Boris Nagaev | 2016-01-13 | 2 | -13/+21 | |
| | ||||||
* | luarocks: unify the patch | Boris Nagaev | 2016-01-13 | 1 | -6/+6 | |
| | ||||||
* | luarocks wrapper: exit with non-zero on failure | Boris Nagaev | 2016-01-13 | 1 | -0/+1 | |
| | ||||||
* | qbittorrent: import/export patch | Boris Nagaev | 2016-01-05 | 1 | -26/+26 | |
| | | | | | This commit was not ammended into previous commit to keep diff of previous commit simple. | |||||
* | qbittorrent: update from 3.2.3 to 3.3.1 | Boris Nagaev | 2016-01-05 | 2 | -62/+47 | |
| | | | | | | | | | | | | | | * many files were renamed * file filterparserthread.h no longer include Winsock2.h * patch "remove unused members of peerlistwidget" was removed because peerlistwidget no longer has these members * embeded GeoIP.dat is not needed https://github.com/qbittorrent/qBittorrent/pull/3186 remove geoip-database from dependencies * --with-qt4=yes (now Qt5 is the default if both present) * patch "do not check qmake existance" was improved: its target file has multiple equal contexts for the diff and it was applied to wrong section; now applying to all | |||||
* | qbittorrent: consolidate patches | Boris Nagaev | 2016-01-05 | 5 | -255/+220 | |
| | ||||||
* | add package "qbittorrent" to plugin "apps" | Boris Nagaev | 2015-12-12 | 5 | -0/+287 | |
| | | | | | | | | | | | | | The qBittorrent project aims to provide a Free Software alternative to µtorrent. Additionally, qBittorrent runs and provides the same features on all major platforms (Linux, Mac OS X, Windows, OS/2, FreeBSD). qBittorrent is based on Qt4 toolkit and libtorrent-rasterbar. http://www.qbittorrent.org/ See also https://github.com/mxe/mxe/pull/812 | |||||
* | lua: enable native build only in luarocks plugin | Tony Theodore | 2015-12-11 | 1 | -0/+7 | |
| | ||||||
* | plugins: move custom-qt-min to examples | Tony Theodore | 2015-12-09 | 1 | -0/+0 | |
| | ||||||
* | move TCL/Tk to plugins/tcl.tk | Tony Theodore | 2015-12-08 | 2 | -0/+58 | |
| | ||||||
* | luarocks: create the lock dir's parent | Tony Theodore | 2015-12-06 | 1 | -0/+1 | |
| | | | | Source: https://github.com/mxe/mxe/pull/1017#issuecomment-162260698 | |||||
* | luarocks wrapper prevents race condition | Boris Nagaev | 2015-12-06 | 1 | -0/+24 | |
| | | | | | See https://github.com/mxe/mxe/pull/1017#issuecomment-161557440 See http://wiki.bash-hackers.org/howto/mutex | |||||
* | remove virtual package all-rocks | Boris Nagaev | 2015-12-06 | 2 | -8/+1 | |
| | | | | | | | | | > There's also now an automatic all-<plugin> target which is the > last segment of the plugin path. all-rocks.mk can be removed > and make all-luarocks MXE_PLUGIN_DIRS=plugins/luarocks ... > will work. See #1017 | |||||
* | switch to new argument for MXE_GET_GITHUB_TAGS | Boris Nagaev | 2015-12-06 | 3 | -6/+3 | |
| | ||||||
* | lpeg.mk, luarocks.mk: s/sort/$(SORT)/ | Boris Nagaev | 2015-12-06 | 2 | -2/+2 | |
| | ||||||
* | add _WEBSITE and _OWNER to luarocks/*.mk | Boris Nagaev | 2015-12-06 | 6 | -0/+12 | |
| | ||||||
* | install lua symlinks to $(PREFIX)/$(BUILD)/bin | Boris Nagaev | 2015-12-06 | 1 | -1/+1 | |
| | | | | | | | ... instead of $(PREFIX)/bin, not to clobber the user's normal tools. See #1017 | |||||
* | move lua_SHORTVER from luarocks.mk to lua.mk | Boris Nagaev | 2015-12-06 | 1 | -2/+0 | |
| | | | | See #1017 | |||||
* | luarocks: separate build and install | Boris Nagaev | 2015-12-06 | 1 | -1/+2 | |
| | | | | | | | | > install doesn't depend on build so (on OSX) the symlink is > created first and doesn't have execute permissions. These > steps should be separated. See #1017 | |||||
* | add plugin luarocks | Boris Nagaev | 2015-12-06 | 14 | -0/+622 | |
| | | | | | | | | | | LuaRocks plugin adds * package "luarocks" * several packages with rocks (lpeg, luasocket, llthreads2, lua-rapidjson) * plugins/luarocks/README.md * virtual rock "all-rocks" depending on all rocks * short test for rocks | |||||
* | add package "tor" to plugin "apps" | Boris Nagaev | 2015-12-03 | 1 | -0/+27 | |
| | | | | | | | | | Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security. https://www.torproject.org/ | |||||
* | qt-min plugin: echo inclusion of override | Tony Theodore | 2015-12-03 | 1 | -0/+2 | |
| | ||||||
* | plugins: remove *_MAKEFILE boilerplate | Tony Theodore | 2015-11-30 | 11 | -11/+0 | |
| | ||||||
* | gettext, libiconv, libtool native plugins: fix variable redefinition | Tony Theodore | 2015-11-30 | 3 | -3/+3 | |
| | ||||||
* | plugins: add gcc52 overlay | Tony Theodore | 2015-11-26 | 1 | -0/+25 | |
| | ||||||
* | plugins: add qt override example with minimal deps and custom cflags | Tony Theodore | 2015-11-26 | 1 | -0/+82 | |
| | ||||||
* | add native and apps plugin packages | Tony Theodore | 2015-11-26 | 16 | -0/+415 | |