Search Criteria
Package Details: qbittorrent-enhanced-ua 5.0.0.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qbittorrent-enhanced-ua.git (read-only, click to copy) |
---|---|
Package Base: | qbittorrent-enhanced-ua |
Description: | An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar (Enhanced Edition with original user-agent) |
Upstream URL: | https://github.com/c0re100/qBittorrent-Enhanced-Edition |
Licenses: | GPL-3.0-or-later, GPL-2.0-or-later |
Conflicts: | qbittorrent |
Provides: | qbittorrent |
Submitter: | Hanabishi |
Maintainer: | Hanabishi |
Last Packager: | Hanabishi |
Votes: | 4 |
Popularity: | 0.000548 |
First Submitted: | 2021-12-20 13:41 (UTC) |
Last Updated: | 2024-10-25 08:58 (UTC) |
Dependencies (13)
- 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-headlessAUR, qt6-base-gitAUR)
- qt6-svg
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- qt6-svg (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)
- Show 10 more...
Latest Comments
1 2 Next › Last »
escape0707 commented on 2024-04-03 12:28 (UTC)
Oh, yes. I made a very dumb mistake lol. After you pointed it out, it seems so obvious now... Thank you!
Hanabishi commented on 2024-04-03 12:25 (UTC) (edited on 2024-04-03 12:26 (UTC) by Hanabishi)
Of course it doesn't work, because the syntax is wrong. Type
echo "$((nproc / 2 - 1))"
into your shell and see the output.It should be
$(($(nproc) / 2 - 1))
.nproc
is an executable.escape0707 commented on 2024-04-03 12:18 (UTC)
Sorry, I think it's caused by one of my changes to
MAKEFLAGS
previously. I wanted to useMAKEFLAGS="-j $((nproc / 2 - 1))"
to calculate core counts on my different machines, but it seems that cmake can't be used with this? Anyway, I'll use$nproc
now.Hanabishi commented on 2024-04-03 12:11 (UTC)
No idea. Check your
MAKEFLAGS
I guess. Try a clean build usingmakepkg
manually.escape0707 commented on 2024-04-03 11:49 (UTC)
I'm getting a build error now
May I ask what could be the cause of it?
Hanabishi commented on 2023-03-05 11:29 (UTC)
@bkb, this is a patched version of upstream, no binaries avaliable.
You can use chaotic-aur or something.
bkb commented on 2023-03-05 10:53 (UTC)
Create
qbittorrent-enhanced-ua-bin
Hanabishi commented on 2023-02-17 08:40 (UTC)
Yeah, it changed somehow. Fixed.
sommio commented on 2023-02-17 02:07 (UTC)
Please update
sha256sum
, thanks!Hanabishi commented on 2022-06-07 09:47 (UTC)
Made an option to disable Qt6.
Set
USE_QT6
variable toOFF
. For example:1 2 Next › Last »