Package Details: qbittorrent-enhanced-git 4.6.4.10.r0.g535a622c5-1

Git Clone URL: https://aur.archlinux.org/qbittorrent-enhanced-git.git (read-only, click to copy)
Package Base: qbittorrent-enhanced-git
Description: A bittorrent client powered by C++, Qt6 and the good libtorrent library (Enhanced Edition)
Upstream URL: https://github.com/c0re100/qBittorrent-Enhanced-Edition
Licenses: GPL, custom
Conflicts: qbittorrent
Provides: qbittorrent
Submitter: c0re100
Maintainer: c0re100
Last Packager: c0re100
Votes: 18
Popularity: 0.058430
First Submitted: 2018-12-25 23:16 (UTC)
Last Updated: 2024-03-29 08:07 (UTC)

Required by (16)

Sources (1)

Latest Comments

1 2 3 4 5 Next › Last »

servimo commented on 2023-11-24 19:15 (UTC)

@xiota thanks!

servimo commented on 2023-11-24 15:55 (UTC) (edited on 2023-11-24 15:59 (UTC) by servimo)

I compiled and installed via AUR. Now package manager says I have qbittorrent-enhanced 4.6.10.r201.g0cf9d4918-1, but when I open it I have qBittorrent v4.5.5.10 in the title of the app. Is this right?

servimo commented on 2023-11-24 13:47 (UTC) (edited on 2023-11-24 13:48 (UTC) by servimo)

release qBittorrent Enhanced Edition v4.6.0.10, AUR is out-of-date

c0re100 commented on 2023-06-22 08:37 (UTC)

Sorry, I just noticed that I forgot to use cmake for Qt6 build. I hope it's better now.

ptr1337 commented on 2022-09-11 13:10 (UTC)

Would you maybe fix your PKGBUILD so that it does compile in a chroot? You are missing depends and it does use QT5 and not QT6.

checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking for a sed that does not truncate output... /usr/sbin/sed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/sbin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports the include directive... yes (GNU style)
checking whether make supports nested variables... yes
checking dependency style of gcc... none
checking dependency style of g++... none
checking whether to enable specific tweaks for current host "linux-gnu"... no
checking for pkg-config... /usr/sbin/pkg-config
checking pkg-config is at least version 0.23... yes
checking whether to enable the Debug build... no
checking whether to enable the stacktrace feature... yes
checking whether to enable the GUI... yes
checking whether to install the systemd service file... no
checking whether to enable the WebUI... yes
checking for Qt5 qmake >= 5.15.2... not found
configure: error: Could not find qmake
==> ERROR: A failure occurred in build().
    Aborting...

______________________

servimo commented on 2022-06-13 19:56 (UTC)

When I compile always use qt5. What I am doing wrong?