Package Details: qv2ray 2.7.0-1

Git Clone URL: https://aur.archlinux.org/qv2ray.git (read-only, click to copy)
Package Base: qv2ray
Description: Cross-platform V2ray Client written in Qt (Stable Release)
Upstream URL: https://github.com/Qv2ray/Qv2ray
Keywords: gui qt qv2ray v2ray
Licenses: GPL3
Conflicts: qv2ray
Provides: qv2ray
Submitter: Hork
Maintainer: Neboer (axionl)
Last Packager: Neboer
Votes: 19
Popularity: 0.002229
First Submitted: 2019-08-28 13:38 (UTC)
Last Updated: 2021-08-22 07:35 (UTC)

Pinned Comments

DuckSoft commented on 2020-12-20 07:04 (UTC) (edited on 2020-12-20 07:04 (UTC) by DuckSoft)

Documentation: https://qv2ray.net/en/

User Group (Telegram, Chinese): https://t.me/qv2ray

User Group (Telegram, International): https://t.me/qv2ray_intl

Latest Comments

1 2 3 Next › Last »

EEEntity commented on 2025-05-05 05:19 (UTC) (edited on 2025-05-05 05:20 (UTC) by EEEntity)

cmake 4.0 is no longer compatible with 3.5 earlier versions:

https://cmake.org/cmake/help/latest/release/4.0.html#deprecated-and-removed-features

Affected configuration files:

src/Qv2ray/3rdparty/libuv/CMakeLists.txt

src/Qv2ray/src/plugin-interface/QvGUIPluginInterface.cmake

src/Qv2ray/src/plugin-interface/QvPluginInterface.cmake

sxc commented on 2025-05-04 00:43 (UTC) (edited on 2025-05-04 00:46 (UTC) by sxc)

Qv2ray Version: Qv2ray from AUR - (Manual Build) 6.14.4-arch1-2 x86_64 CMake Error at 3rdparty/libuv/CMakeLists.txt:1 (cmake_minimum_required):   Compatibility with CMake < 3.5 has been removed from CMake.    Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax   to tell CMake that the project requires at least <min> but has been updated   to work with policies introduced by <max> or earlier.    Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. 

FabioLolix commented on 2022-10-18 09:24 (UTC)

You need to rebuild the package when “error while loading shared libraries:" happen, it is the same for all pkgbuilds buil from source

ahbanavi commented on 2022-10-18 07:57 (UTC)

got an error while trying to start the app

qv2ray: error while loading shared libraries: libgrpc++.so.1.48: cannot open shared object file: No such file or directory 

Baytars commented on 2022-03-31 12:52 (UTC)

qv2ray: error while loading shared libraries: libgrpc++_alts.so.1.45: cannot open shared object file: No such file or directory 

Firestar commented on 2021-12-26 09:32 (UTC)

fatal: unable to access 'https://github.com/itay-grudev/SingleApplication/': HTTP/2 stream 1 was not closed cleanly before end of the underlying stream fatal: clone of 'https://github.com/itay-grudev/SingleApplication' into submodule path '/var/tmp/pamac-build-firestar/qv2ray/src/Qv2ray/3rdparty/SingleApplication' failed Failed to clone '3rdparty/SingleApplication'. Retry scheduled Cloning into '/var/tmp/pamac-build-firestar/qv2ray/src/Qv2ray/3rdparty/libuv'... fatal: unable to access 'https://github.com/libuv/libuv.git/': HTTP/2 stream 1 was not closed cleanly before end of the underlying stream fatal: clone of 'https://github.com/libuv/libuv.git' into submodule path '/var/tmp/pamac-build-firestar/qv2ray/src/Qv2ray/3rdparty/libuv' failed Failed to clone '3rdparty/libuv'. Retry scheduled Cloning into '/var/tmp/pamac-build-firestar/qv2ray/src/Qv2ray/3rdparty/puresource'... 

DuckSoft commented on 2021-08-21 19:17 (UTC) (edited on 2021-08-21 19:17 (UTC) by DuckSoft)

@dr460nf1r3 The following patch should work:

diff --git a/PKGBUILD b/PKGBUILD index 5a4f4ad..3d6e6e9 100644 --- a/qv2ray/PKGBUILD +++ b/qv2ray/PKGBUILD @@ -2,8 +2,8 @@  # Contributor: ArielAxionL <i at axionl dot me>  # Contributor: Leroy.H.Y <me at lhy0403 dot top>  pkgname=qv2ray -pkgver=2.6.3 -pkgrel=3.1 +pkgver=2.7.0 +pkgrel=1  pkgdesc="Cross-platform V2ray Client written in Qt (Stable Release)"  arch=('x86_64')  url='https://github.com/Qv2ray/Qv2ray' @@ -25,9 +25,7 @@ pkgver() {   prepare() {      cd "${srcdir}/Qv2ray" -    git submodule init -    git config submodule."3rdparty/zxing-cpp".active true  -    git submodule update +    git submodule update --recursive --init  }   build() { 

ps: upstream has archived the repo.

dr460nf1r3 commented on 2021-08-21 13:00 (UTC)

The package misses qt5-svg in makedepends and has a further error when compiling in clean chroot, logs available here.

Firestar commented on 2021-08-20 08:23 (UTC) (edited on 2021-08-20 08:25 (UTC) by Firestar)

How about updating it to version 2.7.0? Use the Appimage to install.

database64128 commented on 2021-08-08 06:53 (UTC)

To new and existing users: This package is obsolete. Use qv2ray-static-bin-nightly instead.