Search Criteria
Package Details: qbittorrent-enhanced 5.0.2.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: | 20 |
Popularity: | 0.41 |
First Submitted: | 2021-02-20 02:27 (UTC) |
Last Updated: | 2024-11-20 18:57 (UTC) |
Dependencies (12)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libtorrent-rasterbar (libtorrent-rasterbar-gitAUR, libtorrent-rasterbar-1_1-gitAUR, libtorrent-rasterbar-1_2-gitAUR, libtorrent-rasterbar-2_0-gitAUR, libtorrent-rasterbar-1AUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- qt6-svg
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- qt6-tools (make)
- python (python37AUR, python311AUR, python310AUR) (optional) – needed for torrent search tab
Required by (30)
- 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)
- 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-nightly-bin (requires qbittorrent) (optional)
Latest Comments
1 2 3 Next › Last »
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:
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 (
qt6
library mismatched for build-time & run-time, this could happen in case ofqt6
is 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.
Hanabishi commented on 2022-11-10 05:15 (UTC)
@Zhaoye, you don't need it, just rebuild the package.
Zhaoye commented on 2022-11-10 04:55 (UTC)
Met the problem:
... error while loading shared libraries: libcrypto.so.1.1 ...
Solved it by installing packageopenssl-1.1
from thecore
repository.1 2 3 Next › Last »