Search Criteria
Package Details: rustdesk-git 1.4.9.r11328.gb0008ed-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rustdesk-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rustdesk-git |
| 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: | desktop remote rustdesk |
| Licenses: | AGPL-3.0-only |
| Conflicts: | rustdesk |
| Provides: | rustdesk |
| Submitter: | taotieren |
| Maintainer: | Ataraxy (severach, mgrep1977) |
| Last Packager: | severach |
| Votes: | 7 |
| Popularity: | 0.000020 |
| First Submitted: | 2021-06-27 07:30 (UTC) |
| Last Updated: | 2026-08-18 19:40 (UTC) |
Dependencies (55)
- 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-fast-optimizedAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR, gdk-pixbuf2-noglycinAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- gst-plugin-pipewire (gst-plugin-pipewire-gitAUR, gst-plugin-pipewire-full-gitAUR, gst-plugin-pipewire-ldacAUR)
- 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-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- 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 35 more dependencies...
Required by (2)
- remmina-plugin-rustdesk (requires rustdesk)
- rustdesk-openrc (requires rustdesk)
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
- git+https://github.com/rustdesk/hbb_common.git
- git+https://github.com/rustdesk/rustdesk.git
- 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
- vcpkg-20250827-120deac3062162151622ca4860575a33844ba10b.tgz
- webmproject-libvpx-v1.15.2.tar.gz
- xiph-opus-v1.5.2.tar.gz
Latest Comments
1 2 3 4 5 Next › Last »
severach commented on 2026-08-18 20:11 (UTC)
Which pinned version do you think is incorrect? We don't have a choice with vcpkg flutter or flutter rust bridge. It won't build with the wrong version of flutter. The wrong version of vcpkg must be built without --hwcodec and won't have H264 or H265. The PKGBUILD is loaded with check code. When a new rustdesk or hbb_common git revision changes the versions the build halts and the versions must be updated.
This package has been well tested to use the latest git revisions of rustdesk and hbb_common. Rustdesk 1.1.9 to 1.2.1 didn't work and everyone used this rustdesk-git until rustdesk got a working release.
See sources above:
git+https://github.com/rustdesk/hbb_common.gitgit+https://github.com/rustdesk/rustdesk.git.patlefort commented on 2026-08-18 19:54 (UTC)
It doesn't conform to the guidelines: https://manual.archlinux.page/package-guidelines/vcs/
Suffix pkgname with -bzr, -cvs, -darcs, -git, -hg, -svn, etc., unless the package fetches a specific release.What is the purpose of this package? Specific versions are already covered by
rustdesk.severach commented on 2026-08-18 19:44 (UTC) (edited on 2026-08-18 19:45 (UTC) by severach)
This package is not broken. It uses the rustdesk specified version for vcpkg and flutter. Rustdesk and hbb_common are the latest. The extra version code you see is because
rustdesk-gitandrustdeskare almost the same PKGBUILD. That allows me to diff copy improvements from one to the other. It wouldn't build due to rustdesk changing the_dprlist.patlefort commented on 2026-08-18 16:35 (UTC)
Looking at it again, this package is severely broken. It is a
-gitpackage but it uses fixed versions. It usespkgvervariable before it is generated withpkgver().A
-gitpackage is supposed to always pull the latest commit from the git repo of the project.patlefort commented on 2025-08-04 19:56 (UTC)
Thanks for integrating my patch. It's only missing one thing: fvm in makedepends if fvm is used. It would be nice if the checksum list would be adjusted depending on the options chosen but I understand it's complicated because updpkgsums can't understand it.
patlefort commented on 2025-07-28 18:19 (UTC)
Patch to use
fvminstead offlutter: https://pastebin.com/gprUXcjMIt read flutter version from
flutter-build.ymlinstead,bridge.ymlhas the wrong version. It will automatically pull the correct version and iffvm-sourcebuildis used, it will build the engine from source.mgrep1977 commented on 2024-08-04 12:04 (UTC) (edited on 2024-08-04 12:06 (UTC) by mgrep1977)
If you did not change soundsystem to pipewire from alsa you meet another error:
Flammkuchen commented on 2024-08-03 17:42 (UTC)
Please switch from requiring
pulseaudioto requiringpulse-native-provider.https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10
xAsh commented on 2024-08-03 13:34 (UTC)
:: installing pipewire-pulse (1:1.2.2-1) breaks dependency 'pulseaudio' required by rustdesk-git
1 2 3 4 5 Next › Last »