xorgxrdp 0.10.3 released last month supports H.264 encoding. It would be nice if this package is updated so that we can make use of that.
Search Criteria
Package Details: xorgxrdp-glamor 0.10.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xorgxrdp-glamor.git (read-only, click to copy) |
---|---|
Package Base: | xorgxrdp-glamor |
Description: | Xorg drivers for xrdp, with glamor enabled. Only works on Intel and AMD GPUs. |
Upstream URL: | https://github.com/neutrinolabs/xorgxrdp |
Licenses: | X11 |
Conflicts: | xorgxrdp |
Provides: | xorgxrdp |
Submitter: | Jat |
Maintainer: | Jat |
Last Packager: | Jat |
Votes: | 6 |
Popularity: | 0.49 |
First Submitted: | 2021-04-01 10:27 (UTC) |
Last Updated: | 2024-05-06 01:53 (UTC) |
Dependencies (6)
- xorg-server (xorg-server-gitAUR, xorg-server-bug865-issue1578AUR, xorg-server-bug865AUR)
- nasm (nasm-gitAUR) (make)
- xorg-server-devel (xorg-server-devel-gitAUR) (make)
- xrdpAUR (xrdp-bin-gitAUR, xrdp-devel-gitAUR, xrdp-gitAUR) (make)
- check (check-gitAUR) (check)
- xorg-xdpyinfo (check)
Required by (0)
Sources (2)
JoelleJS commented on 2025-01-01 14:34 (UTC)
klugja commented on 2024-04-29 08:06 (UTC)
When building: xorgxrdp-glamor 0.10.1-1
It requires: extra/xorg-xdpyinfo
This is because xdpyinfo is used in a test during the build, and the test fails without it.
sshaikh commented on 2023-04-09 23:02 (UTC)
Has this been abandoned?
kescherAUR commented on 2022-12-06 00:59 (UTC)
0.9.19-1: https://0x0.st/okCM.diff
sshaikh commented on 2021-10-08 15:38 (UTC)
It's essential that this package is kept updated as versions need to be kept in sync across clients and servers and the respective packages in the AUR have moved on.
Jat commented on 2021-10-02 03:14 (UTC)
gpg --keyserver keyserver.ubuntu.com --receive-keys 03993B4065E7193B
JoaoMachado commented on 2021-10-01 08:18 (UTC)
Current build fails:
==> Validating source files with sha256sums... xorgxrdp-0.2.16.tar.gz ... Passed xorgxrdp-0.2.16.tar.gz.asc ... Skipped glamor.patch ... Passed ==> Verifying source file signatures with gpg... xorgxrdp-0.2.16.tar.gz ... FAILED (unknown public key 03993B4065E7193B) ==> ERROR: One or more PGP signatures could not be verified! Failed to build xorgxrdp-glamor
sshaikh commented on 2021-04-06 18:35 (UTC)
Now compiles and can confirm glamor is enabled. I've now moved to this package instead of my custom PKGBUILD - many thanks!
Jat commented on 2021-04-01 18:35 (UTC)
@sshaikh thx for ur report.
I can confirm that CFLAGS and LDFLAGS are not necessary on my system. but I dont know if it affect GPU support so I just copied them from ur comment.
bootstrap is not necessary cause it just for creating configure file which the source already has.
xorg-server is necessary for build. I will add it to depends.
sshaikh commented on 2021-04-01 16:30 (UTC) (edited on 2021-04-01 17:01 (UTC) by sshaikh)
Thanks for this.
I get the following building in chroot:
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/build/xorgxrdp-glamor/src/xorgxrdp-0.2.15':
configure: error: C compiler cannot create executables
See `config.log' for more details
==> ERROR: A failure occurred in build().
Aborting...
Here are my depends in my (working) PKGBUILD:
depends=('glibc' 'xorg-server' 'libepoxy')
makedepends=('nasm' 'xorg-server-devel' 'xrdp')
Also my prepare() and build() which may be cleaner than what you have? I didn't have to add to CFLAGS or LDFLAGS, and also call ./bootstrap (I don't know too much about any of this so don't know which is preferable!)
prepare() {
cd "$_pkgname"-"$pkgver"
patch -p1 < ../glamor.patch
./bootstrap
}
build() {
cd "$_pkgname"-"$pkgver"
./configure \
--prefix="/usr" --enable-glamor
make
}
Pinned Comments
Jat commented on 2021-04-01 10:37 (UTC) (edited on 2023-06-23 18:34 (UTC) by Jat)
for NVIDIA GPU: https://aur.archlinux.org/packages/xorgxrdp-nvidia/
I can't test this package because I only have a NVIDIA GPU. Please let know if it (not) works.