Search Criteria
Package Details: scrcpy 1.16-1
| Git Clone URL: | https://aur.archlinux.org/scrcpy.git (read-only, click to copy) |
|---|---|
| Package Base: | scrcpy |
| Description: | Display and control your Android device |
| Upstream URL: | https://github.com/Genymobile/scrcpy |
| Licenses: | |
| Submitter: | nvllsvm |
| Maintainer: | nvllsvm |
| Last Packager: | nvllsvm |
| Votes: | 115 |
| Popularity: | 10.90 |
| First Submitted: | 2018-03-09 06:06 |
| Last Updated: | 2020-08-10 20:20 |
Dependencies (4)
- android-tools (android-tools-git, android-sdk-platform-tools-dummy, android-sdk-platform-tools)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-git-nc, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-ndi, ffmpeg-rav1e-git, ffmpeg-mmal, ffmpeg-amd-full, ffmpeg-decklink, ffmpeg-headless, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-gl-transition, ffmpeg-full-git-hardened, ffmpeg-full-git, ffmpeg-git, ffmpeg-amd-full-git, ffmpeg-intel-full-git)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-hg)
- meson (meson-git) (make)
Latest Comments
1 2 3 4 Next › Last »
the_z0id commented on 2020-04-10 08:30
@nvllsvm Recently, starting scrcpy via terminal shows:
It then opens a new terminal window, but does not mirror the smartphone screen. Any ideas for a fix? Thanks in advance.
TrialnError commented on 2020-01-11 00:21
Small question. Can the sourcelink for scrcpy be prepended with
${pkgname}-${pkgver}.tar.gz::? Makes life easier for people which set SRCDEST in makepkg.confrockypra commented on 2020-01-01 10:35
@Gilrain I actually made some dummy package for Flutter SDK long time ago but not for Android SDK and tools. Maybe I will make one for
android-toolsandandroid-sdklater. Thank you for the tip.Gilrain commented on 2019-12-29 08:58
@rockypra Why don't you use package relations [https://wiki.archlinux.org/index.php/PKGBUILD#Package_relations] when building your custom ADB?
rockypra commented on 2019-12-28 06:19
I think
android-toolsshould be an optional and removed from mandatory deps list. Someone who want to use this package should know that it requires ADB and there is a lot of way of making ADB and any other tools provided byandroid-toolsavailable to the system. Havingandroid-toolsinstalled alongside the self-managed one is just adding more unneeded redundancy and sometimes conflicts if the self-managed tools are newer than tools provided by Arch Linux package.I personally had some issue with
android-toolspackage before which is I'm not sure if it's fixed or not, so I started to manage Android development stuff by myself and I prefer to do it that way rather than waiting for Arch Linux team to update their packages.kleinph commented on 2019-12-10 12:23
@nvllsvm The
rm -rf buildin the prepare() function is unnecessary. If you want to clean up leftovers from previous builds just add -c/--clean to your makepkg command (see: https://wiki.archlinux.org/index.php/Makepkg#Usage).skremiec commented on 2019-12-10 11:36
@nvllsvm Now the
android-toolspackage is listed both as a mandatory and optional dependency.BrLi commented on 2019-12-10 10:12
there is the
arch-mesonwrapper, which includes some handy predefined variables for meson https://git.archlinux.org/svntogit/packages.git/tree/trunk/arch-meson?h=packages/mesonyochananmarqos commented on 2019-12-10 00:38
@nvllsvm: Please use
ninjato install instead of installing the files manually. It will install themanpage and install the server in the proper place in/usr/share/. Never install things in/usr/local/share. See Building with meson and Directories.Why is
android-toolsoptional?adbis required for basic functionality. See the build instructions.Don't create unnecessary variables when you can used existing ones. See Package etiquette.
Please implement the changes I've made in my PKGBUILD.
EDIT: PKGBUILD updated.
nvllsvm commented on 2019-11-23 15:19
@rebelCoder. You're missing
pkg-config. Please ensure you have thebase-develgroup of packages installed. Most AUR packages assume this; it is documented at https://wiki.archlinux.org/index.php/Arch_User_Repository#Getting_started