Search Criteria
Package Details: rustdesk-git 1.2.3.r130.g92916d98-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: | GPL3 |
Conflicts: | rustdesk |
Provides: | rustdesk |
Submitter: | taotieren |
Maintainer: | taotieren (Ataraxy, severach) |
Last Packager: | severach |
Votes: | 5 |
Popularity: | 0.45 |
First Submitted: | 2021-06-27 07:30 (UTC) |
Last Updated: | 2023-09-06 00:24 (UTC) |
Dependencies (34)
- alsa-lib (alsa-lib-x205ta)
- gst-plugin-pipewire (gst-plugin-pipewire-git, gst-plugin-pipewire-full-git, gst-plugin-pipewire-common-git)
- gst-plugins-base (gst-plugins-base-git)
- gst-plugins-base-libs (gst-plugins-base-libs-git)
- gtk3 (gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-patched-filechooser-icon-view, gtk3-classic, gtk3-classic-xfce)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libappindicator-gtk3 (libappindicator-bzr)
- libva (libva-minimal-git, libva-git, intel-media-stack-bin, libva-headless)
- libvdpau
- libxcb (libxcb-git)
- libxfixes
- pam (pam-selinux)
- pulseaudio (pulseaudio-dummy, pulseaudio-git, pipewire-full-pulse-git, pipewire-common-pulse-git, pipewire-pulse-git, pipewire-pulse)
- xdg-user-dirs
- xdg-utils (busking-git, xdg-utils-slock, xdg-utils-lxqt, mimi, mimi-git, xdg-utils-handlr, opener, xdg-utils-betterlockscreen, xdg-utils-symlink-fix, xdg-utils-custom-open, mimejs-git, xdg-utils-mimeo)
- xdotool (xdotool-git)
- clang (clang8, clang-git, llvm-git, clang-minimal-git) (make)
- cmake (cmake-git) (make)
- curl (curl-git, curl-quiche-git, curl-http3-ngtcp2) (make)
- gcc (gccrs-git, gcc-git, gcc11) (make)
- Show 14 more dependencies...
Required by (2)
- remmina-plugin-rustdesk (requires rustdesk)
- rustdesk-openrc (requires rustdesk)
Sources (8)
- flutter_rust_bridge-1.75.0.tar.gz
- git+https://github.com/rustdesk/rustdesk.git
- https://cmake.org/files/v3.18/cmake-3.18.4-Linux-x86_64.tar.gz
- https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.10.6-stable.tar.xz
- libjpeg-turbo-libjpeg-turbo-2.1.4.tar.gz
- ninja-linux-1.10.1.zip
- webmproject-libvpx-v1.11.0.tar.gz
- webmproject-libvpx-v1.12.0.tar.gz
Latest Comments
1 2 3 Next › Last »
Flammkuchen commented on 2023-09-04 23:06 (UTC)
rustdesk is now at version 1.2.3. You should update the package as at the moment it is not buildable (pkgver() fails).
gcc
andmake
are part of base-devel and should not be used in the makedepends array https://wiki.archlinux.org/title/PKGBUILD#makedependsFlammkuchen 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...1 2 3 Next › Last »