qbittorrent: update to 4.1.0

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2018-05-08 06:49:40 +02:00
parent 48fe9fd05a
commit f90a834716
No known key found for this signature in database
GPG key ID: 6764EC32352D0647
2 changed files with 2 additions and 25 deletions

View file

@ -1,23 +0,0 @@
--- src/app/main.cpp 2016-03-29 22:24:47.000000000 +0200
+++ src/app/main.cpp 2016-04-12 10:42:35.621054446 +0200
@@ -59,8 +59,10 @@
#ifdef Q_OS_UNIX
#include <signal.h>
+#if defined(__GLIBC__)
#include <execinfo.h>
#include "stacktrace.h"
+#endif
#endif // Q_OS_UNIX
#ifdef STACKTRACE_WIN
@@ -306,7 +306,9 @@
reportToUser(msg);
reportToUser(sigName);
reportToUser("\n");
+#if defined(__GLIBC__)
print_stacktrace(); // unsafe
+#endif
#endif // !defined Q_OS_WIN && !defined Q_OS_HAIKU
#ifdef STACKTRACE_WIN
StraceDlg dlg; // unsafe

View file

@ -1,6 +1,6 @@
# Template file for 'qbittorrent'
pkgname=qbittorrent
version=4.0.4
version=4.1.0
revision=1
build_style=qmake
hostmakedepends="automake libtool pkg-config qt5-host-tools qt5-tools"
@ -11,7 +11,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"
homepage="http://www.qbittorrent.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=530a9d7a775348227133e7bf7d732347a8cdcd9bbba74b6f22f529c19b065c8f
checksum=fc9684b6246f1597fecf19a2d9bb64ec7618a87a7427b37410a487c13439b939
if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-declarative-devel qt5-svg-devel"