Search Criteria
Package Details: rustdesk 1.3.2-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: | 30 |
Popularity: | 3.38 |
First Submitted: | 2021-06-27 07:29 (UTC) |
Last Updated: | 2024-11-03 18:51 (UTC) |
Dependencies (48)
- 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, glibc-eac-rocoAUR)
- 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)
- libvdpau
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxfixes
- libxkbcommon (libxkbcommon-gitAUR)
- libxtst
- pam (pam-selinuxAUR)
- pango (pango-gitAUR)
- pulse-native-provider (pipewire-pulse-gitAUR, pulseaudio-gitAUR, pipewire-full-pulse-gitAUR, pipewire-pulse, pulseaudio)
- xdg-user-dirs
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
- xdotool (xdotool-gitAUR)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR) (make)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-toml (python-toml-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- wget (wget-gitAUR, wurlAUR) (make)
- yasm (yasm-gitAUR) (make)
- zip (zip-natspecAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
FabioLolix commented on 2022-12-15 22:57 (UTC)
Hello, this pkgbuild don't have to have any of the provides=() and conflicts=() listed, are all variations that need to provides and conflicts rustdesk
Rojikku commented on 2022-11-26 22:28 (UTC)
@anonfunc My bad. Fixed. Though it's known not to compile anyway, so somewhat moot point.
anonfunc commented on 2022-11-26 22:18 (UTC) (edited on 2022-11-26 22:18 (UTC) by anonfunc)
@Rojikku You need to update the hash of the .install, in its current state one would get validation errors.
Rojikku commented on 2022-11-22 20:21 (UTC)
@oi_wtf You are absolutely correct. I have fixed this. I didn't bump the version number, as that would screw everyone who has the package installed, as currently this package does not build.
Rojikku commented on 2022-11-22 20:14 (UTC)
https://github.com/rustdesk/rustdesk/issues/2087#event-7799191460 I am aware of the fact the package does not compile. This is an error on rustdesk's part and there is nothing I can do about it, really. @andrei.matei Those errors aren't familiar to me, but I think the most likely issue is something tied to this, or possibly because you specified -0 in your command?
andrei.matei commented on 2022-11-21 19:59 (UTC)
using paru aur helper
paru -Q rustdesk rustdesk 1.1.9-0
fail to build rustdesk-1.1.9-7, multiple similar errors all related to bindgen-0.59.2, mostly clang.rs /home/admin/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.59.2/...
I'm running Kernel: 6.0.8-1-MANJARO
any ideas what could be the cause ?
oi_wtf commented on 2022-11-18 12:26 (UTC)
The install scriptlet copies .service and .desktop files around, despite them already getting installed in package() to correct places. That's just unnecessary.
ggnoredo commented on 2022-11-11 21:38 (UTC)
@shayaknyc I have the same problem, could you fix it?
Rojikku commented on 2022-10-31 21:21 (UTC)
@muflone
Builds fine for me in a clean chroot. Appears to be an issue on your system. Chaotic AUR builds rustdesk off of my PKGBUILD and theirs is built fine, too. Worst case scenario just use theirs.
Muflone commented on 2022-10-31 00:42 (UTC)
fail to build from a clean chroot with the following error:
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »