Search Criteria
Package Details: qbittorrent-enhanced 5.1.3.10-1
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: | 23 |
| Popularity: | 0.25 |
| First Submitted: | 2021-02-20 02:27 (UTC) |
| Last Updated: | 2025-11-16 05:30 (UTC) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libtorrent-rasterbar (libtorrent-rasterbar-1AUR, libtorrent-rasterbar-gitAUR, libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-2_0-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, 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 (35)
- autoanimedownloader-bin (requires qbittorrent)
- autobrr (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)
- Show 15 more...
Latest Comments
1 2 3 Next › Last »
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
leo980 commented on 2023-12-01 07:29 (UTC) (edited on 2023-12-01 07:30 (UTC) by leo980)
@untemi:
This seems to be a dependency issue (
qt6library mismatched for build-time & run-time, this could happen in case ofqt6is upgraded after the build ofqbittorrent-enhanced), I could not reproduce it locally.Please try to rebuild this package and see if the issue gone.
Besides, please DO NOT abuse the out-of-date flag.
Hanabishi commented on 2023-11-19 08:48 (UTC) (edited on 2023-11-19 08:54 (UTC) by Hanabishi)
@Squidward, why? Did you ever read the wiki? https://wiki.archlinux.org/title/Makepkg#Parallel_compilation
Just put
MAKEFLAGS="-j$(nproc)"into your/etc/makepkg.conf.Such modifications should not be done by packages. Because some users may want different behavior.
Squidward commented on 2023-11-19 01:26 (UTC)
@leo980 can you do the following modification to the pkgbuild. https://0x0.st/HvDI.txt with this patch cmake will use all avalible cpu cores. also you e-mail server is unreachable.
1 2 3 Next › Last »