Package Details: rustdesk-git 1.4.2.r10726.g878e1ff-1

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.000910
First Submitted: 2021-06-27 07:30 (UTC)
Last Updated: 2025-09-12 03:10 (UTC)

Required by (2)

Sources (16)

Latest Comments

1 2 3 4 5 Next › Last »

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 fvm instead of flutter: https://pastebin.com/gprUXcjM

It read flutter version from flutter-build.yml instead, bridge.yml has the wrong version. It will automatically pull the correct version and if fvm-sourcebuild is 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:


error: could not find native static library `avcodec`, perhaps an -L flag is missing?

error: could not compile `hwcodec` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
warning: `hbb_common` (lib) generated 1 warning (1 duplicate)
warning: `hbb_common` (lib) generated 1 warning
++ error_function build
++ ((  ! BASH_SUBSHELL  ))
+++ gettext 'A failure occurred in %s().'
++ error 'A failure occurred in %s().' build
++ local 'mesg=A failure occurred in %s().'
++ shift
+++ gettext ERROR:
++ printf '==> ERROR: A failure occurred in %s().\n' build
==> ERROR: A failure occurred in build().
+++ gettext Aborting...
++ plainerr Aborting...
++ plain Aborting...
++ ((  QUIET  ))
/usr/share/makepkg/util/message.sh: line 51: QUIET: unbound variable
+++ clean_up
+++ local EXIT_CODE=1
+++ ((  INFAKEROOT  ))
/usr/bin/makepkg: line 131: logpipe: unbound variable
 -> error making: rustdesk-git-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
rustdesk-git - exit status 1

Flammkuchen commented on 2024-08-03 17:42 (UTC)

Please switch from requiring pulseaudio to requiring pulse-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

zzy-ac commented on 2024-05-28 11:18 (UTC) (edited on 2024-05-28 11:18 (UTC) by zzy-ac)

==> Starting prepare()...
==> _dpr_check
==> _prepare_vc
  -> Copy /opt/vcpkg
cp: cannot stat '/opt/vcpkg': No such file or directory
/usr/share/makepkg/util/message.sh: line 84: RED: unbound variable
/usr/sbin/makepkg: line 131: logpipe: unbound variable
 -> error making: rustdesk-git-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
rustdesk-git - exit status 1

vcpkg changed path

mgrep1977 commented on 2024-05-15 12:33 (UTC) (edited on 2024-05-15 12:42 (UTC) by mgrep1977)

"flutter pub upgrade" Results in the following error:

Resolving dependencies... (9.8s)
Note: intl is pinned to version 0.19.0 by flutter_localizations from the flutter SDK.
See https://dart.dev/go/sdk-version-pinning for details.


Because every version of dash_chat_2 from git depends on intl ^0.18.0 and every version of flutter_localizations from
  sdk depends on intl 0.19.0, dash_chat_2 from git is incompatible with flutter_localizations from sdk.
So, because flutter_hbb depends on both flutter_localizations from sdk and dash_chat_2 from git, version solving failed.




Because flutter_hbb depends on flutter_localizations from sdk which doesn't exist (the Flutter SDK is not available),
  version solving failed.

mgrep1977 commented on 2024-05-10 10:07 (UTC) (edited on 2024-05-15 12:41 (UTC) by mgrep1977)

This time it is not able to compile pam-sys, when there the following error occures and the building stops:

error[E0412]: cannot find type `__builtin_va_list` in this scope
   --> /home/maikelg/.cache/yay/rustdesk-git/src/rustdesk/target/release/build/pam-sys-715f16a7afc9951c/out/bindings.rs:277:27
    |
277 | pub type __gnuc_va_list = __builtin_va_list;
    |                           ^^^^^^^^^^^^^^^^^ not found in this scope

For more information about this error, try `rustc --explain E0412`.
error: could not compile `pam-sys` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
++ error_function build
++ ((  ! BASH_SUBSHELL  ))
+++ gettext 'A failure occurred in %s().'
++ error 'A failure occurred in %s().' build
++ local 'mesg=A failure occurred in %s().'
++ shift
+++ gettext ERROR:
++ printf '==> ERROR: A failure occurred in %s().\n' build
==> ERROR: A failure occurred in build().
+++ gettext Aborting...
++ plainerr Aborting...
++ plain Aborting...
++ ((  QUIET  ))
/usr/share/makepkg/util/message.sh: line 51: QUIET: unbound variable
+++ clean_up
+++ local EXIT_CODE=1
+++ ((  INFAKEROOT  ))
/usr/bin/makepkg: line 131: logpipe: unbound variable
 -> error making: rustdesk-git-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
rustdesk-git - exit status 1

mgrep1977 commented on 2024-04-27 07:59 (UTC)

Can you update PKGBUILD to include flutter 3.19.6? The requirement changed once again.