Search Criteria
Package Details: rustdesk 1.4.6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rustdesk.git (read-only, click to copy) |
|---|---|
| Package Base: | rustdesk |
| Description: | Yet another remote desktop software, written in Rust. Works out of the box, no configuration required. Great alternative to TeamViewer and AnyDesk! |
| Upstream URL: | https://rustdesk.com/ |
| Keywords: | AnyDesk desktop remote Rust TeamViewer |
| Licenses: | AGPL-3.0-only |
| Submitter: | taotieren |
| Maintainer: | severach |
| Last Packager: | severach |
| Votes: | 59 |
| Popularity: | 2.61 |
| First Submitted: | 2021-06-27 07:29 (UTC) |
| Last Updated: | 2026-03-05 19:18 (UTC) |
Dependencies (56)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- gst-plugin-pipewire (gst-plugin-pipewire-gitAUR, gst-plugin-pipewire-full-gitAUR)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gstreamer (gstreamer-gitAUR)
- gtk3 (gtk3-classic-xfceAUR, gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libappindicator-gtk3 (libappindicator)
- libdrm (libdrm-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-legacy-binAUR, intel-media-stack-binAUR, libva-headlessAUR)
- Show 36 more dependencies...
Required by (2)
Sources (16)
- 0000-disable-update-check@rustdesk.patch
- 0002-screen_retriever@rustdesk.patch
- 0003-mkvparser.cc-cstdint.patch
- aom-10aece4157eb79315da205f39e19bf6ab3ee30d0.tar.gz
- ffmpeg-ffmpeg-n7.1.tar.gz
- flutter_rust_bridge-1.80.1.tar.gz
- hbb_common-20260302-48c37de3e6c4e399af6f51ca20e8e3e1fd037976.tgz
- https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.24.5-stable.tar.xz
- libjpeg-turbo-libjpeg-turbo-3.1.1.tar.gz
- libyuv-0faf8dd0e004520a61a603a4d2996d5ecc80dc3f.tar.gz
- meson-1.8.2.tar.gz
- pkgconf-pkgconf-pkgconf-2.5.1.tar.gz
- rustdesk-1.4.6.tar.gz
- vcpkg-20250827-120deac3062162151622ca4860575a33844ba10b.tgz
- webmproject-libvpx-v1.15.2.tar.gz
- xiph-opus-v1.5.2.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »
brody commented on 2025-05-15 10:58 (UTC)
It looks that line 253ff makes line 247ff superfluous.
severach commented on 2025-05-05 21:35 (UTC)
I fixed the cstdint error for gcc-15 by patching in ~/.cargo/git. For those who have a custom .cargo folder, let me know which var I should use. I have also eliminated most of the unnecessary downloads so this should build on slow Internet.
galuise commented on 2025-05-02 15:21 (UTC)
This seems to be failing to build (at least for me).
I've tried the usual makepkg -s method as well as building in a clean chroot my builds seem to still fail with the same error related to webm-sys:
then further down in the log:
severach commented on 2025-02-26 20:05 (UTC)
I always build with the next version of Flutter to see if we can move up. So far it's a no. It will build on 3.22.3 but the Connect button doesn't work. It won't build on >=3.24.0 which is why the Extended Text version is patched down.
Despite me pre downloading as much as I can, this build downloads a lot and won't build on slow Internet. I have one site running at 300Kbps or less which has never completed a build. I copy the built package from another location that has faster Internet.
ZeroDot1 commented on 2025-02-26 11:51 (UTC)
┌─────────────────────────────────────────────────────────┐ │ A new version of Flutter is available! │ │ │ │ To update to the latest version, run "flutter upgrade". │ └─────────────────────────────────────────────────────────┘
severach commented on 2025-01-22 22:17 (UTC)
QUIET isn't part of the error. I'll guess that you have trouble with vcpkg too. I switched it to a fixed release. Every new release pulls a bunch of git commits that we don't use. If it works, it's most likely because you compiled again, not because I actually fixed anything.
pengux commented on 2025-01-22 09:04 (UTC)
The update still didn't work for me. Still got the errors when trying to build with
makepkg -si:noitemstoshow commented on 2025-01-21 08:34 (UTC)
yes with the update now it builds fine, thanks for the fast response
severach commented on 2025-01-21 08:19 (UTC)
I get vcpkg compile errors on rare occasion. Don't know what causes it. Just wait a bit and try again. I see that your compile failed on debug. I added some switches to disable metrics and debug. Let's see if that fixes or causes problems.
noitemstoshow commented on 2025-01-21 00:50 (UTC)
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »