Search Criteria
Package Details: rustdesk 1.3.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: | 31 |
Popularity: | 1.43 |
First Submitted: | 2021-06-27 07:29 (UTC) |
Last Updated: | 2025-01-06 06:44 (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, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- 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-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libappindicator-gtk3
- libepoxy (libepoxy-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libx11 (libx11-gitAUR)
- Show 27 more dependencies...
Required by (2)
Sources (7)
- 0000-disable-update-check@rustdesk.patch
- 0001-extended_text-drop-version-for-flutter.3.22.3@rustdesk.patch
- 0002-screen_retriever@rustdesk.patch
- flutter_rust_bridge-1.80.1.tar.gz
- git+https://github.com/microsoft/vcpkg#commit=b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c
- https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.19.6-stable.tar.xz
- rustdesk-1.3.6.tar.gz
Latest Comments
1 2 3 4 5 6 7 Next › Last »
severach commented on 2024-12-26 20:30 (UTC) (edited on 2024-12-26 20:54 (UTC) by severach)
I got the screen_retriever error on one of my compiles too. Flutter marked that it was needed because compiling again fixed it. I don't know where we would add that to ensure a compile the first time.
mihalycsaba commented on 2024-12-26 19:08 (UTC)
1.3.6 doesn't compile, I think the following module is missing
severach commented on 2024-11-30 21:28 (UTC) (edited on 2024-11-30 21:28 (UTC) by severach)
1.3.3 won't compile. No need to report. Seems to be an incompatibility between FRB 1.80.0 and Dart in Flutter 3.24.5. 1.3.2 has same compile error with Flutter 3.24.5. FRB 1.81.0 requires adding cargo-expand, fixes the Dart error but fails at at the end.
severach commented on 2024-11-27 19:27 (UTC)
This is built with rustdesk's build script and uses all the sources they specify. Individual build lines are present and could be modified to add fvm. I'm not a rust programmer. Provide a patch. It would be better to start this in rustdesk-git to see how well it works.
patlefort commented on 2024-11-19 01:57 (UTC)
Would it be possible to use
fvm
to build the flutter part? The advantage is that I could usefvm-sourcebuild
which build the engine from source, rather than downloading precompiled binaries from google.danielphan2003 commented on 2024-09-20 18:06 (UTC)
Please change
Icon=${_pkgname}.png
toIcon=${_pkgname}
in the desktop entry. This way the icon appears properly on desktop and in search.eworm commented on 2024-08-04 18:40 (UTC)
Please change the dependency from pulseaudio to pulse-native-provider...
MandleRex commented on 2024-08-03 05:38 (UTC)
Install Rustdesk-bin to avoid the pipewire-pulse/pulseaudio conflict.
Universebenzene commented on 2024-08-03 03:24 (UTC)
pipewire-pulse in official repo does not provide pulseaudio any more , which will cause pipewire-pulse users conflict while upgrading the system.
severach commented on 2024-07-25 02:25 (UTC) (edited on 2024-07-25 02:28 (UTC) by severach)
I don't know what to make of all the build errors. In 1.2.6 I got errors in vcpkg, dart, and libavcodec. Silly things like curl 'github.com' not found, like there's a big outage or something. Everything always builds on my Arch boxes. I couldn't get rustdesk or rustdesk-git to build on my Manjaro boxes though it has before. Fortunately rustdesk 1.2.7 built in Manjaro.
For /opt/vcpkg, you must have an old version. vcpkg 2024.06.10 took out the development files so I had to patch in the internal vcpkg code from rustdesk-git.
1 2 3 4 5 6 7 Next › Last »