Search Criteria
Package Details: rustdesk-git 1.3.8.r10289.gd8496ab-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.80 |
First Submitted: | 2021-06-27 07:30 (UTC) |
Last Updated: | 2025-02-26 01:28 (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)
- 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-classic-xfceAUR, gtk3-classicAUR, 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)
- remmina-plugin-rustdesk (requires rustdesk)
- rustdesk-openrc (requires rustdesk)
Sources (13)
- 0000-disable-update-check@rustdesk.patch
- 0001-extended_text-drop-version-for-flutter.3.22.3@rustdesk.patch
- 0002-screen_retriever@rustdesk.patch
- aom-d6f30ae474dd6c358f26de0a0fc26a0d7340a84c.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.19.6-stable.tar.xz
- libjpeg-turbo-libjpeg-turbo-3.1.0.tar.gz
- libyuv-a37e6bc81b52d39cdcfd0f1428f5d6c2b2bc9861.tar.gz
- vcpkg-6f29f12e82a8293156836ad81cc9bf5af41fe836.tgz
- webmproject-libvpx-v1.13.1.tar.gz
- xiph-opus-v1.5.2.tar.gz
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
Flammkuchen commented on 2023-07-31 13:24 (UTC)
I'm sorry, I forgot that I added the epoch locally. While I'm not a fan of your solution it works and there won't be an epoch.
severach commented on 2023-07-31 04:01 (UTC)
I did not add or remove the epoch. I added a fake version so upgrades work properly until the next version.
Flammkuchen commented on 2023-07-30 17:56 (UTC)
Please add the epoch back. Once there is an epoch, it has to stay and can't go down.
eworm commented on 2023-07-04 07:01 (UTC)
This generates a strange package version (
1.2.0.1.2.0.r3.g06af880b
) now. Please fix...Wondering why this had "
1.2.0
" in the version already... Looks like we needepoch=1
now for clean updates.severach commented on 2023-06-20 21:52 (UTC) (edited on 2023-06-21 12:19 (UTC) by severach)
I don't clean build very often unless the error looks line one that chroot will find. I tried it this time and sure enough I get errors like
/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.16.1/src/repo.rs:137: undefined reference to 'git_repository_open'
.eworm commented on 2023-06-20 21:09 (UTC)
Ha, got it! Once again the issue with rust and link time optimization... 🫣 Please add
!lto
inoptions
array. Thanks!eworm commented on 2023-06-20 20:53 (UTC)
Looks like it builds for you, but it does not for (some of) us. Do you build in a clean and up-to-date chroot?
severach commented on 2023-06-20 14:52 (UTC)
libgit2 wasn't needed for anything so I removed it. Rustdesk still builds.
eworm commented on 2023-06-19 21:21 (UTC)
I see the same issue here... Though you stripped the interesting part - it fails with some undefined reference to
git_*
functions. Looks like anything fails to link against libgit2...void09 commented on 2023-06-19 19:51 (UTC)
This fails for me, I think when compiling keepawake-rs: https://pastebin.com/raw/9txkfD6y
« First ‹ Previous 1 2 3 4 Next › Last »