Package Details: qbittorrent-enhanced-ua 4.6.4.10-1

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, custom
Conflicts: qbittorrent
Provides: qbittorrent
Submitter: Hanabishi
Maintainer: Hanabishi
Last Packager: Hanabishi
Votes: 4
Popularity: 0.027295
First Submitted: 2021-12-20 13:41 (UTC)
Last Updated: 2024-03-29 09:15 (UTC)

Required by (16)

Sources (1)

Pinned Comments

Hanabishi commented on 2022-06-07 09:47 (UTC)

Made an option to disable Qt6.
Set USE_QT6 variable to OFF. For example:

$ USE_QT6=OFF makepkg -si

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 use MAKEFLAGS="-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 using makepkg manually.

escape0707 commented on 2024-04-03 11:49 (UTC)

I'm getting a build error now

==> Starting build()...
-- The following features have been enabled:

 * GUI, Build GUI application (default: ON)
 * WEBUI, Enable built-in HTTP server for remote control (default: ON)
 * QT6, Build with Qt 6 instead of Qt 5 (default: OFF)
 * STACKTRACE, Enable stacktrace support (default: ON)
 * DBUS, Enable support for notifications and power-management features via D-Bus (default: ON; depends on condition: GUI)

-- The following features have been disabled:

 * TESTING, Build internal testing suite (default: OFF)
 * VERBOSE_CONFIGURE, Show information about PACKAGES_FOUND and PACKAGES_NOT_FOUND in the configure output (only useful for debugging the CMake build scripts) (default: OFF)
 * SYSTEMD, Install systemd service file. Target directory is overridable with `SYSTEMD_SERVICES_INSTALL_DIR` variable (default: OFF; depends on condition: NOT GUI)

-- Configuring done (0.2s)
-- Generating done (0.0s)
-- Build files have been written to: /home/myuser/.cache/paru/clone/qbittorrent-enhanced-ua/src/build
: invalid option -- '1'
Usage: make [options] [target] ...

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 to OFF. For example:

$ USE_QT6=OFF makepkg -si