'patch', 'libtool' should be added to make deps.
Search Criteria
Package Details: xrdp 0.10.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xrdp.git (read-only, click to copy) |
---|---|
Package Base: | xrdp |
Description: | An open source remote desktop protocol (RDP) server |
Upstream URL: | https://github.com/neutrinolabs/xrdp |
Keywords: | rdp vnc xdrp |
Licenses: | Apache-2.0 |
Submitter: | None |
Maintainer: | Abzie |
Last Packager: | Abzie |
Votes: | 145 |
Popularity: | 0.45 |
First Submitted: | 2008-01-15 15:02 (UTC) |
Last Updated: | 2024-08-01 22:26 (UTC) |
Dependencies (11)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-amd-fullAUR)
- fuse (fuse2)
- imlib2
- libfdk-aac (libfdk-aac-gitAUR)
- libxrandr (libxrandr-gitAUR)
- cmocka (cmocka-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- check (check-gitAUR) (check)
- realvnc-vnc-serverAUR (optional)
- tigervnc (tigervnc-gitAUR) (optional)
- tightvncAUR (optional)
Required by (6)
- pulseaudio-module-xrdp
- pulseaudio-module-xrdp-git
- xorgxrdp (make)
- xorgxrdp-devel-git (make)
- xorgxrdp-glamor (make)
- xorgxrdp-nvidia (make)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 Next › Last »
spitfire commented on 2013-09-22 09:34 (UTC)
tzok commented on 2013-09-16 18:27 (UTC)
@arkhad, did you download this tarball?https://aur.archlinux.org/packages/xr/xrdp/xrdp.tar.gz
It has all the files required to build xrdp.
<deleted-account> commented on 2013-09-11 22:09 (UTC)
Hi @tzok, I'm trying to run the script but it tells me that xrdp.service can't be found, and I assume it'll complaind about the other sources execpt the tar. Thanks in advance for any advice.
tzok commented on 2013-09-11 11:41 (UTC)
@phindela, done! However I have no means to test whether armv6h support is true. I rely on you on this matter. If there are people complaining about problems for this architecture and I would still have no way to help, I will probably make this package orphan so that someone else can adopt it
<deleted-account> commented on 2013-09-06 21:19 (UTC)
Hello just built and tried xrdp on Raspberry Pi. works flawless.
Please add 'armv6h' to PKGBUILD.
thanks in advance
tzok commented on 2013-06-10 13:31 (UTC)
That's right, I forgot to remove it from package(). It is fixed now, thanks for noticing!
russo79 commented on 2013-06-10 13:22 (UTC)
@tzok
You seem to have forgot to remove the sed command in the package() function, since it is now done in the prepare function.
Otherwise, great!
tzok commented on 2013-06-10 11:30 (UTC)
Hi russo79,
thank you very much for your comment! I have adapted the PKGBUILD as suggested.
Best regards,
tzok
russo79 commented on 2013-06-05 21:54 (UTC)
Hi tzok
Nice to see someone taking over this package.
Some suggestions to your package:
1. You should move the code that patches xrdp source into a prepare() function. It is now the new standard. I would also do the sed operation in it.
prepare() {
cd "${pkgname}-v${pkgver}"
patch -p1 -i $srcdir/0001-Fix-the-build-with-automake-1.13.patch
# Fix path in xrdp.sh file
sed -i 's|/usr/local/sbin|/usr/bin|' instfiles/xrdp.sh
}
2. You should edit the service file so that they point to /usr/bin instead of /usr/sbin. Even if /usr/sbin exists, it is now a symlink that will probably be removed some day
xrdp-sesman.service:
ExecStart=/usr/bin/xrdp-sesman $SESMAN_OPTIONS
ExecStop=/usr/bin/xrdp-sesman $SESMAN_OPTIONS --kill
xrdp.service:
ExecStart=/usr/bin/xrdp $XRDP_OPTIONS
ExecStop=/usr/bin/xrdp $XRDP_OPTIONS --kill
Pinned Comments
Abzie commented on 2024-05-10 14:40 (UTC)
If upgrading from 0.9.x, please read the 'User Changes' section from the release page:https://github.com/neutrinolabs/xrdp/releases/tag/v0.10.0
There is one breaking change that require manual intervention but there are three other changes that will continue to work for now.
xRDP states: Users are urged to heed any generated configuration warnings and update their configurations. Later major versions of xrdp may remove these warnings, or introduce other behaviours for the affected parameters.