Package Details: qbittorrent-enhanced 5.2.1.10-3

Git Clone URL: https://aur.archlinux.org/qbittorrent-enhanced.git (read-only, click to copy)
Package Base: qbittorrent-enhanced
Description: A bittorrent client powered by C++, Qt and libtorrent (Enhanced Edition)
Upstream URL: https://github.com/c0re100/qBittorrent-Enhanced-Edition
Keywords: bittorrent
Licenses: GPL-2.0-or-later
Conflicts: qbittorrent
Provides: qbittorrent
Submitter: leo980
Maintainer: leo980
Last Packager: leo980
Votes: 22
Popularity: 0.007707
First Submitted: 2021-02-20 02:27 (UTC)
Last Updated: 2026-07-15 14:54 (UTC)

Required by (37)

Sources (2)

Latest Comments

1 2 3 Next › Last »

seria commented on 2026-07-15 15:59 (UTC)

@leo980 Thanks. Fix works for me.

SeniorDevOps commented on 2026-07-15 15:55 (UTC)

qbittorrent: error while loading shared libraries: libtorrent-rasterbar.so.2.0: cannot open shared object file: No such file or directory

leo980 commented on 2026-07-14 07:58 (UTC)

@seria thanks for pinpointing this issue, a provisional patch (backported from upstream qbittorrent) has been applied and feedbacks are welcomed.

seria commented on 2026-07-14 05:21 (UTC) (edited on 2026-07-14 05:24 (UTC) by seria)

Build failure with libtorrent-rasterbar 1:2.1.0-2.

qbittorrent-enhanced 5.2.1.10 currently fails to build against libtorrent-rasterbar 2.1.0 (updated in [extra]) due to C++ API changes:

customstorage.cpp:68:44: error: no matching function for call to ‘Path::Path(<brace-enclosed initializer list>)’

68 | const Path savePath {storageParams.path};

...

customstorage.cpp:72:23: error: ‘const struct libtorrent::storage_params’ has no member named ‘mapped_files’

72 | storageParams.mapped_files ? *storageParams.mapped_files : storageParams.files,

libtorrent 2.1.0 changed storage_params.path to std::string_view and removed mapped_files. Needs a compatibility patch or upstream update for libtorrent 2.1.0.

leo980 commented on 2025-04-23 18:43 (UTC)

@tskkar Thanks for reporting this issue. The version constraint on zlib has now been removed.

tskaar commented on 2025-04-23 18:37 (UTC)

FYI:

With the introduced version check on zlib, it breaks compatibility with zlib-ng-compat, could you remove the version check?

Thanks!

colorglass commented on 2024-08-11 07:06 (UTC)

@Hzf, look up if there /usr,/sbin in the front of your $PATH, this cause cmake read this symbolic path but since there is no /inlcude you got errors. Refer to this https://bbs.archlinux.org/viewtopic.php?id=258714.

Hanabishi commented on 2024-05-26 18:18 (UTC)

Can't reproduce. Your installation is corrupted or something. Try reinstalling the openssl package.

Hzf commented on 2024-05-26 17:53 (UTC)

help:build error,I have installed openssl-3.3.0 and I installed openssl-1.1.1 but can't solve it,this is output:

-- Found OpenSSL: /lib/libcrypto.so (found suitable version "3.3.0", minimum required is "1.1.1")
...
CMake Error in src/base/CMakeLists.txt:
  Imported target "OpenSSL::Crypto" includes non-existent path

    "/include"

  in its INTERFACE_INCLUDE_DIRECTORIES.  Possible reasons include:

  * The path was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and references files it does not
  provide.

Hanabishi commented on 2023-12-01 09:02 (UTC)

This is Qt updated to 6.6.1 issue. Rebuild is required.

https://gitlab.archlinux.org/archlinux/packaging/packages/qbittorrent/-/commit/be5372f436449a82cc286cf28033dfe70fc6fed8