Updating net/qbittorrent from 4.3.9 to 4.4.2

This commit is contained in:
mariani 2022-05-08 14:40:24 +00:00
parent 9409be8a66
commit 7b4116e115
8 changed files with 16 additions and 40 deletions

View File

@ -1,7 +1,7 @@
# qmake picks up gcrypt.h even though it's unused
DPB_PROPERTIES = nojunk
VER = 4.3.9
VER = 4.4.2
DISTNAME = qbittorrent-${VER}
DIST_SUBDIR = qbittorrent

View File

@ -1,8 +1,9 @@
COMMENT = BitTorrent client with web interface
PKGNAME = qbittorrent-nox-${VER}
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Xml boost_system
WANTLIB += boost_system-mt c crypto execinfo m ssl torrent-rasterbar z
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Sql Qt5Xml
WANTLIB += boost_system-mt c crypto execinfo m ssl torrent-rasterbar
WANTLIB += z
LIB_DEPENDS += net/libtorrent-rasterbar \
devel/boost

View File

@ -1,2 +1,2 @@
SHA256 (qbittorrent/qbittorrent-4.3.9.tar.gz) = Y1NN8fccQhQEPgXMNHqwdTfgAq/2OZ8FNPCw2nywFOo=
SIZE (qbittorrent/qbittorrent-4.3.9.tar.gz) = 8390945
SHA256 (qbittorrent/qbittorrent-4.4.2.tar.gz) = LVusW4N8Pf0hnY42p3cmjufQv604vJS/0B/wf0MHm74=
SIZE (qbittorrent/qbittorrent-4.4.2.tar.gz) = 9072263

View File

@ -1,21 +1,8 @@
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -53,6 +53,12 @@ AC_ARG_ENABLE(qt-dbus,
[enable_qt_dbus=yes])
# Detect OS
+AC_MSG_CHECKING([whether OS is OpenBSD])
+AS_IF([expr "$host_os" : ".*openbsd.*" > /dev/null],
+ [AC_MSG_RESULT([yes])
+ LIBS="-lexecinfo $LIBS"],
+ [AC_MSG_RESULT([no])])
+
AC_MSG_CHECKING([whether OS is FreeBSD])
AS_IF([expr "$host_os" : ".*freebsd.*" > /dev/null],
[AC_MSG_RESULT([yes])
@@ -185,7 +191,7 @@ PKG_CHECK_MODULES(libtorrent,
LIBS="$libtorrent_LIBS $LIBS"])
@@ -198,7 +198,7 @@ PKG_CHECK_MODULES(libtorrent,
[CXXFLAGS="$libtorrent_CFLAGS $CXXFLAGS" LIBS="$libtorrent_LIBS $LIBS"])])
PKG_CHECK_MODULES(openssl,
- [openssl >= 1.1.1],

View File

@ -1,8 +1,8 @@
COMMENT = BitTorrent client with Qt interface
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Xml boost_system
WANTLIB += boost_system-mt c crypto execinfo m ssl torrent-rasterbar z
WANTLIB += GL Qt5DBus Qt5Gui Qt5Svg Qt5Widgets
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5DBus Qt5Gui Qt5Network
WANTLIB += Qt5Sql Qt5Svg Qt5Widgets Qt5Xml boost_system-mt c crypto
WANTLIB += execinfo m ssl torrent-rasterbar z
MODULES = lang/python

View File

@ -1,2 +1,2 @@
SHA256 (qbittorrent/qbittorrent-4.3.9.tar.gz) = Y1NN8fccQhQEPgXMNHqwdTfgAq/2OZ8FNPCw2nywFOo=
SIZE (qbittorrent/qbittorrent-4.3.9.tar.gz) = 8390945
SHA256 (qbittorrent/qbittorrent-4.4.2.tar.gz) = LVusW4N8Pf0hnY42p3cmjufQv604vJS/0B/wf0MHm74=
SIZE (qbittorrent/qbittorrent-4.4.2.tar.gz) = 9072263

View File

@ -1,21 +1,8 @@
Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -53,6 +53,12 @@ AC_ARG_ENABLE(qt-dbus,
[enable_qt_dbus=yes])
# Detect OS
+AC_MSG_CHECKING([whether OS is OpenBSD])
+AS_IF([expr "$host_os" : ".*openbsd.*" > /dev/null],
+ [AC_MSG_RESULT([yes])
+ LIBS="-lexecinfo $LIBS"],
+ [AC_MSG_RESULT([no])])
+
AC_MSG_CHECKING([whether OS is FreeBSD])
AS_IF([expr "$host_os" : ".*freebsd.*" > /dev/null],
[AC_MSG_RESULT([yes])
@@ -185,7 +191,7 @@ PKG_CHECK_MODULES(libtorrent,
LIBS="$libtorrent_LIBS $LIBS"])
@@ -198,7 +198,7 @@ PKG_CHECK_MODULES(libtorrent,
[CXXFLAGS="$libtorrent_CFLAGS $CXXFLAGS" LIBS="$libtorrent_LIBS $LIBS"])])
PKG_CHECK_MODULES(openssl,
- [openssl >= 1.1.1],

View File

@ -25,6 +25,7 @@ share/icons/hicolor/72x72/apps/qbittorrent.png
share/icons/hicolor/72x72/status/qbittorrent-tray.png
share/icons/hicolor/96x96/apps/qbittorrent.png
share/icons/hicolor/96x96/status/qbittorrent-tray.png
share/icons/hicolor/scalable/apps/qbittorrent.svg
share/icons/hicolor/scalable/status/qbittorrent-tray-dark.svg
share/icons/hicolor/scalable/status/qbittorrent-tray-light.svg
share/icons/hicolor/scalable/status/qbittorrent-tray.svg