Package Details: qtscrcpy 2.2.1-3

Git Clone URL: https://aur.archlinux.org/qtscrcpy.git (read-only, click to copy)
Package Base: qtscrcpy
Description: Android real-time screencast control tool
Upstream URL: https://github.com/barry-ran/QtScrcpy
Licenses: Apache-2.0
Conflicts: qtscrcpy-docs
Submitter: yochananmarqos
Maintainer: xiota
Last Packager: xiota
Votes: 14
Popularity: 0.82
First Submitted: 2021-03-07 15:32 (UTC)
Last Updated: 2024-04-28 09:41 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

Oldtime commented on 2024-05-12 07:46 (UTC)

It seems that QtScrcpyCore in the master branch is invalid, but the default branch should be dev, which is very strange.

Fatal error: Obtained submodule path 'QtScrcpy/QtScrcpyCore', but it does not contain 769943161f99dbc7b0c55f7f769e32729ab06693. Direct access to the commit failed.

Kzer-Za commented on 2024-04-28 07:43 (UTC)

After the last update of the pckgbuild, qtscrpy no longer installs its .desktop file.

DZDZ233 commented on 2024-04-20 14:53 (UTC)

The keymap folder does not have execution permission and the script file cannot be opened.

Translated by Google

xiota commented on 2024-04-10 23:05 (UTC)

@jaysonwcs What depends do you want to change? Edit the PKGBUILD before building to make changes. Or ignore depends during install with pacman -Udd [filename]

jaysonwcs commented on 2024-03-11 14:34 (UTC) (edited on 2024-03-11 14:34 (UTC) by jaysonwcs)

How do I swap dependencies on installation? Do I need to change some file on qtscrcpy package before build?

xiota commented on 2024-03-09 21:26 (UTC)

@11D_Beyonder Build in a clean chroot.

@aliu This package does not build with Qt6 on Linux because it requires qt5-x11extras.

aliu commented on 2024-03-09 14:06 (UTC)

Install the dependencies with qt5 swapped to qt6.

11D_Beyonder commented on 2024-03-09 11:52 (UTC)

Cmake error while paru -S qtscrcpy

CMake Error at QtScrcpy/CMakeLists.txt:86 (find_package):
  Found package configuration file:

    /usr/lib/cmake/Qt6/Qt6Config.cmake

  but it set Qt6_FOUND to FALSE so package "Qt6" is considered to be NOT
  FOUND.  Reason given by package:

  Failed to find required Qt component "X11Extras".

  Expected Config file at
  "/usr/lib/cmake/Qt6X11Extras/Qt6X11ExtrasConfig.cmake" does NOT exist



  Configuring with --debug-find-pkg=Qt6X11Extras might reveal details why the
  package was not found.

  Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some
  of the path variables that find_package uses to try and find the package.