Search Criteria
Package Details: rustdesk-bin 1.3.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rustdesk-bin.git (read-only, click to copy) |
---|---|
Package Base: | rustdesk-bin |
Description: | Yet another remote desktop software, written in Rust. Works out of the box, no configuration required. |
Upstream URL: | https://github.com/rustdesk/rustdesk |
Keywords: | desktop remote rustdesk |
Licenses: | AGPL-3.0 |
Conflicts: | rustdesk |
Provides: | rustdesk |
Submitter: | taotieren |
Maintainer: | kuhtoxo (Zoddo) |
Last Packager: | kuhtoxo |
Votes: | 93 |
Popularity: | 6.98 |
First Submitted: | 2021-06-27 05:16 (UTC) |
Last Updated: | 2024-10-29 14:20 (UTC) |
Dependencies (12)
- alsa-lib
- gst-plugin-pipewire (gst-plugin-pipewire-gitAUR, gst-plugin-pipewire-full-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libvdpau
- libxcb (libxcb-gitAUR)
- libxfixes
- pam (pam-selinuxAUR)
- xdotool (xdotool-gitAUR)
- libappindicator-gtk3 (optional) – tray icon
- libayatana-appindicator (optional) – tray icon
Required by (2)
- remmina-plugin-rustdesk (requires rustdesk)
- rustdesk-openrc (requires rustdesk)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
MrVulcan commented on 2024-01-10 09:46 (UTC)
For some time now, I've been seeing this:
==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'rustdesk-bin-1.2.3-2': error: packages failed to build: rustdesk-bin-1.2.3-2
Could someone please fix this or tell me what I can do to fix it?
Denzy7 commented on 2023-12-27 18:12 (UTC) (edited on 2023-12-27 18:34 (UTC) by Denzy7)
Add
gst-plugins-base
andgst-plugin-pipewire
as optional dependencies according to github discussion for waylandJonno2002 commented on 2023-11-03 04:36 (UTC)
FYI "xdg-user-dirs" is required for recent sessions to show up, might want to add that as a dependency
spsf64 commented on 2023-08-27 15:18 (UTC) (edited on 2023-08-27 16:50 (UTC) by spsf64)
@proledatarian and @sukanka, i agree with you both @taotieren ver 1.2.2-3 is working now, thanks
dataprolet commented on 2023-08-27 14:00 (UTC) (edited on 2023-08-27 14:06 (UTC) by dataprolet)
arch=
has to be specified and can not be empty or missing.And if I add
arch=
it's still broken.sukanka commented on 2023-08-27 09:56 (UTC)
I'd prefer
rustdesk-appimage
to be a separate package, instead of a split package.I only use the
-bin
package, and don't want these appimages to be downloaded, especially theaarch64
one, as my arch isx86_64
. (I cannot understand why an arch user would like to use an appimage since it can be re-packaged to an ordinary-bin
package.)VyacheslavS commented on 2023-08-27 09:13 (UTC) (edited on 2023-08-27 09:19 (UTC) by VyacheslavS)
The package assembly broke down:
taotieren commented on 2023-08-27 08:08 (UTC) (edited on 2023-08-27 08:12 (UTC) by taotieren)
@kuhtoxo 1. Architectural issues have been revised
Regarding the problem of slow download, if you are in China, you need to manually add ghproxy.com for proxy acceleration or other ways to solve the problem by yourself.
if you want to maintain the rustdesk-appimage package, I can add you as a co-maintainer to maintain the package.
Regarding the issue of skipping checksums, the packages in the upstream repositories are updated frequently, so update them yourself if you need to.
kuhtoxo commented on 2023-08-26 17:20 (UTC) (edited on 2023-08-26 17:20 (UTC) by kuhtoxo)
In the official repository https://github.com/rustdesk/rustdesk/releases / for the current version, there is pkg.tar.zst just for x86_64, and there is no such package for aarch64, although both architectures are specified in PKGBUILD rustdesk-bin. There is a rustdesk-appimage for which there are x86_64 and aarch64 official builds. I think that in PKGBUILD rustdesk-bin should be specified only officially supported architecture x86_64 for aarch64 you need to use rustdesk-appimage.
In PKGBUILD rustdesk-bin, both pkg.tar.zst and appimage rustdesk are downloaded during assembly and installation, which takes quite a lot of time on a slow connection and is as impractical as possible, and therefore I think that appimage should exist only in the rustdesk-appimage package, and in rustdesk-bin only pkg.tar.zst should be downloaded.
I think PKGBUILD rustdesk-bin should match PKGBUILD of the official package as much as possible.
The use of SKIP is not recommended for calculating checksums of the downloaded package, because this can lead to unforeseen consequences on unreliable or untrusted connections, although it complicates package support.
alium commented on 2023-08-22 12:12 (UTC)
pkgrel should be beginn with 1 not with 0. please follow the conventions ;-)
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »