summaryrefslogtreecommitdiffstats
path: root/plugins/apps/qbittorrent.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/apps/qbittorrent.mk')
-rw-r--r--plugins/apps/qbittorrent.mk10
1 files changed, 4 insertions, 6 deletions
diff --git a/plugins/apps/qbittorrent.mk b/plugins/apps/qbittorrent.mk
index 2ef4b1b..6049487 100644
--- a/plugins/apps/qbittorrent.mk
+++ b/plugins/apps/qbittorrent.mk
@@ -3,12 +3,12 @@
PKG := qbittorrent
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 3.2.3
-$(PKG)_CHECKSUM := 86a79f3772bd06736a4be104180187d76c5c8feb2c1cdf1054135b4ba602a914
+$(PKG)_VERSION := 3.3.1
+$(PKG)_CHECKSUM := dad15a233a69ce13ea75957585af3f9122dbf915291aab0fdbc48a71b8a229d2
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc libtorrent-rasterbar qt boost geoip-database
+$(PKG)_DEPS := gcc libtorrent-rasterbar qt boost
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.qbittorrent.org/download.php' | \
@@ -17,13 +17,11 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- # On Windows, GeoIP database must be embedded
- cp '$(PREFIX)/$(BUILD)/share/GeoIP/GeoIP.dat' \
- '$(1)'/src/gui/geoip/GeoIP.dat
cd '$(1)' && \
QMAKE_LRELEASE='$(PREFIX)/$(TARGET)/qt/bin/lrelease' \
./configure \
$(MXE_CONFIGURE_OPTS) \
+ --with-qt4=yes \
--with-boost='$(PREFIX)/$(TARGET)'
$(MAKE) -C '$(1)' -j '$(JOBS)'
cp '$(1)'/src/release/qbittorrent.exe '$(PREFIX)/$(TARGET)/bin/'