summaryrefslogtreecommitdiffstats
path: root/plugins/apps/qbittorrent.mk
Commit message (Collapse)AuthorAgeFilesLines
* more URL updatesViktor Szakats2017-03-101-3/+3
|
* apply `make cleanup-deps-style`Boris Nagaev2016-12-051-1/+1
|
* add OWNER and WEBSITE fields to plugins/appsBoris Nagaev2016-11-241-0/+2
|
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* update qbittorrent to 3.3.4Boris Nagaev2016-04-181-2/+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
* qbittorrent: update from 3.2.3 to 3.3.1Boris Nagaev2016-01-051-6/+4
| | | | | | | | | | | | | | * 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
* add package "qbittorrent" to plugin "apps"Boris Nagaev2015-12-121-0/+32
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