Search Criteria
Package Details: qbittorrent-enhanced 5.2.1.10-3
Package Actions
| 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) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libtorrent-rasterbar (libtorrent-rasterbar-1AUR, libtorrent-rasterbar-gitAUR, libtorrent-rasterbar-2_0-gitAUR, libtorrent-rasterbar-2_0-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-2_1-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- qt6-svg
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- qt6-tools (make)
- python (optional) – needed for torrent search tab
Required by (37)
- autoanimedownloader-bin (requires qbittorrent)
- autoanimedownloader-git (requires qbittorrent)
- autobrr (requires qbittorrent) (optional)
- cli-torrent-dl (requires qbittorrent) (optional)
- lidarr (requires qbittorrent) (optional)
- lidarr-bin (requires qbittorrent) (optional)
- lidarr-develop (requires qbittorrent) (optional)
- lidarr-develop-bin (requires qbittorrent) (optional)
- lidarr-git (requires qbittorrent) (optional)
- lidarr-nightly-bin (requires qbittorrent) (optional)
- lidarr-plugins (requires qbittorrent) (optional)
- lidarr-plugins-bin (requires qbittorrent) (optional)
- mylar3 (requires qbittorrent) (optional)
- nodejs-cross-seed (requires qbittorrent) (optional)
- prowlarr (requires qbittorrent) (optional)
- prowlarr-bin (requires qbittorrent) (optional)
- prowlarr-develop (requires qbittorrent) (optional)
- prowlarr-develop-bin (requires qbittorrent) (optional)
- prowlarr-nightly-bin (requires qbittorrent) (optional)
- qbittorrent-nightwalker (requires qbittorrent) (optional)
- qbittorrent-vuetorrent-bin (requires qbittorrent) (optional)
- radarr (requires qbittorrent) (optional)
- radarr-bin (requires qbittorrent) (optional)
- radarr-develop (requires qbittorrent) (optional)
- radarr-develop-bin (requires qbittorrent) (optional)
- radarr-nightly-bin (requires qbittorrent) (optional)
- readarr-develop (requires qbittorrent) (optional)
- readarr-develop-bin (requires qbittorrent) (optional)
- readarr-nightly-bin (requires qbittorrent) (optional)
- sonarr (requires qbittorrent) (optional)
- sonarr-bin (requires qbittorrent) (optional)
- sonarr-develop (requires qbittorrent) (optional)
- sonarr-develop-bin (requires qbittorrent) (optional)
- tqm (requires qbittorrent) (optional)
- whisparr-eros (requires qbittorrent) (optional)
- whisparr-eros-develop (requires qbittorrent) (optional)
- whisparr-nightly-bin (requires qbittorrent) (optional)
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
zlibhas 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,/sbinin the front of your$PATH, this cause cmake read this symbolic path but since there is no/inlcudeyou 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
opensslpackage.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:
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
1 2 3 Next › Last »