Search Criteria
Package Details: rustdesk 1.4.0-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: | 37 |
Popularity: | 1.78 |
First Submitted: | 2021-06-27 07:29 (UTC) |
Last Updated: | 2025-05-12 19:50 (UTC) |
Dependencies (47)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- 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-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libappindicator-gtk3
- libepoxy (libepoxy-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, libva-headlessAUR, intel-media-stack-binAUR, intel-media-stack-legacy-binAUR)
- libx11 (libx11-gitAUR)
- Show 27 more dependencies...
Required by (2)
Sources (14)
- 0000-disable-update-check@rustdesk.patch
- 0001-extended_text-drop-version-for-flutter.3.22.3@rustdesk.patch
- 0002-screen_retriever@rustdesk.patch
- 0003-mkvparser.cc-cstdint.patch
- aom-d6f30ae474dd6c358f26de0a0fc26a0d7340a84c.tar.gz
- flutter_rust_bridge-1.80.1.tar.gz
- hbb_common-20250509-6e556f7e1751a3a709cd5cca0df7268ba3cb1c48.tgz
- https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.6-stable.tar.xz
- libjpeg-turbo-libjpeg-turbo-3.1.0.tar.gz
- libyuv-a37e6bc81b52d39cdcfd0f1428f5d6c2b2bc9861.tar.gz
- rustdesk-1.4.0.tar.gz
- vcpkg-20250113-6f29f12e82a8293156836ad81cc9bf5af41fe836.tgz
- webmproject-libvpx-v1.13.1.tar.gz
- xiph-opus-v1.5.2.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
gyscos commented on 2023-10-02 16:24 (UTC) (edited on 2023-10-02 16:25 (UTC) by gyscos)
The PKGBUILD hardcodes the installed path of
~/.cargo/bin/flutter_rust_bridge_codegen
. But if$CARGO_HOME
is defined, this is not a valid assumption.It should probably instead look at
${CARGO_HOME:-~/.cargo}/bin/flutter_rust_bridge_codegen
.rpodgorny commented on 2023-07-27 18:31 (UTC)
please update this package or orphan it, thank you.
willemw commented on 2023-07-17 09:09 (UTC)
As stated before by FabioLolix, this package should not have a
conflicts
and aprovides
array.Technetium1 commented on 2023-07-11 16:19 (UTC)
1.2.1 has been released since I flagged.
Rojikku commented on 2023-05-18 22:35 (UTC)
I'm going to abandon this because the dev refuses to properly tag releases. It's been six months.
xAsh commented on 2023-05-13 17:33 (UTC)
Won't compile https://pastebin.com/raw/tdCeMuXb
Sven commented on 2023-04-11 21:07 (UTC)
This fails with: error: non-binding let on a synchronization lock --> libs/hbb_common/src/config.rs:659:13
peterjc123 commented on 2023-03-23 14:25 (UTC)
This packages relies on
ttf-arphic-uming
, as can be seen here. Otherwise, the Chinese characters won't show properly.vizmoe commented on 2023-02-14 08:53 (UTC)
eworm commented on 2023-02-13 20:59 (UTC) (edited on 2023-02-13 20:59 (UTC) by eworm)
Ok, figured what causes this... The build fails with link time optimization (LTO). Disabling that makes the build succeed:
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »