summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* tor: fix linking errors if mman-win32 is installedBoris Nagaev2016-02-281-0/+50
|
* add native plugin for wheezy requirementsTony Theodore2016-01-317-0/+7
| | | | closes #1177 and #1178
* gcc plugin: rename gcc52 to gcc5 and update 5.2.0 --> 5.3.0Tony Theodore2016-01-211-4/+4
|
* add gnu patch to native pluginsTony Theodore2016-01-171-0/+30
|
* update luarocks from 2.2.2 to 2.3.0Boris Nagaev2016-01-132-13/+21
|
* luarocks: unify the patchBoris Nagaev2016-01-131-6/+6
|
* luarocks wrapper: exit with non-zero on failureBoris Nagaev2016-01-131-0/+1
|
* qbittorrent: import/export patchBoris Nagaev2016-01-051-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.1Boris Nagaev2016-01-052-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 patchesBoris Nagaev2016-01-055-255/+220
|
* add package "qbittorrent" to plugin "apps"Boris Nagaev2015-12-125-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 pluginTony Theodore2015-12-111-0/+7
|
* plugins: move custom-qt-min to examplesTony Theodore2015-12-091-0/+0
|
* move TCL/Tk to plugins/tcl.tkTony Theodore2015-12-082-0/+58
|
* luarocks: create the lock dir's parentTony Theodore2015-12-061-0/+1
| | | | Source: https://github.com/mxe/mxe/pull/1017#issuecomment-162260698
* luarocks wrapper prevents race conditionBoris Nagaev2015-12-061-0/+24
| | | | | See https://github.com/mxe/mxe/pull/1017#issuecomment-161557440 See http://wiki.bash-hackers.org/howto/mutex
* remove virtual package all-rocksBoris Nagaev2015-12-062-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_TAGSBoris Nagaev2015-12-063-6/+3
|
* lpeg.mk, luarocks.mk: s/sort/$(SORT)/Boris Nagaev2015-12-062-2/+2
|
* add _WEBSITE and _OWNER to luarocks/*.mkBoris Nagaev2015-12-066-0/+12
|
* install lua symlinks to $(PREFIX)/$(BUILD)/binBoris Nagaev2015-12-061-1/+1
| | | | | | | ... instead of $(PREFIX)/bin, not to clobber the user's normal tools. See #1017
* move lua_SHORTVER from luarocks.mk to lua.mkBoris Nagaev2015-12-061-2/+0
| | | | See #1017
* luarocks: separate build and installBoris Nagaev2015-12-061-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 luarocksBoris Nagaev2015-12-0614-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 Nagaev2015-12-031-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 overrideTony Theodore2015-12-031-0/+2
|
* plugins: remove *_MAKEFILE boilerplateTony Theodore2015-11-3011-11/+0
|
* gettext, libiconv, libtool native plugins: fix variable redefinitionTony Theodore2015-11-303-3/+3
|
* plugins: add gcc52 overlayTony Theodore2015-11-261-0/+25
|
* plugins: add qt override example with minimal deps and custom cflagsTony Theodore2015-11-261-0/+82
|
* add native and apps plugin packagesTony Theodore2015-11-2616-0/+415