Skip to content

Commit 876a445

Browse files
committed
xpra: update to 5.0.
1 parent 885dfe0 commit 876a445

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

srcpkgs/xpra/patches/setup.patch

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Make sure the build script pulls the right CFLAGS and prevent -Werror. In
2-
addition, remove a stray CUDA README that is only supposed to installed when
3-
CUDA is actually available.
1+
Make sure the build script pulls the right CFLAGS and prevent -Werror.
42

53
--- a/setup.py
64
+++ b/setup.py
@@ -31,12 +29,3 @@ CUDA is actually available.
3129
if NETBSD:
3230
#see: http://trac.cython.org/ticket/395
3331
addcflags("-fno-strict-aliasing")
34-
@@ -2252,8 +2252,6 @@
35-
if nvjpeg_encoder_ENABLED or nvjpeg_decoder_ENABLED:
36-
add_data_files("", glob.glob(f"{CUDA_BIN_DIR}/nvjpeg64*dll"))
37-
38-
-add_data_files(CUDA_BIN, ["fs/share/xpra/cuda/README.md"])
39-
-
40-
tace(nvenc_ENABLED, "xpra.codecs.nvenc.encoder", "nvenc",
41-
extra_compile_args="-Wno-error=sign-compare" if get_gcc_version()<(8, ) else None)
42-

srcpkgs/xpra/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Template file for 'xpra'
22
pkgname=xpra
3-
version=4.4.6
3+
version=5.0
44
revision=1
55
build_style=python3-module
66
make_build_args="--without-cuda_kernels --without-cuda_rebuild"
77
make_install_args="$(vopt_with docs) ${make_build_args}"
88
hostmakedepends="pkg-config python3-Cython $(vopt_if docs pandoc)"
99
makedepends="ffmpeg-devel libXcomposite-devel libXrandr-devel libXtst-devel
1010
libvpx-devel libwebp-devel libxkbfile-devel python3-gobject-devel x264-devel
11-
x265-devel gtk+3-devel pam-devel libXres-devel liblz4-devel"
11+
gtk+3-devel pam-devel libXres-devel liblz4-devel libavif-devel procps-ng-devel"
1212
depends="cups python3-gobject python3-Pillow python3-cups python3-dbus
1313
python3-lz4 python3-paramiko python3-rencode xauth xf86-video-dummy
14-
xorg-server-xvfb"
14+
xorg-server-xvfb python3-typing_extensions python3-cairo"
1515
short_desc="Persistent remote display server and client for X11 clients"
1616
maintainer="Andrew J. Hesford <[email protected]>"
1717
license="GPL-2.0-or-later"
1818
homepage="https://xpra.org/"
1919
changelog="https://raw.githubusercontent.com/Xpra-org/xpra/master/docs/CHANGELOG.md"
2020
distfiles="https://github.com/Xpra-org/xpra/archive/v${version}.tar.gz"
21-
checksum=7fec998cf9816df3f0fa5ded01903b07211b0c36a7316c9e9bf6db8b80fb477a
21+
checksum=69bf2da133a6ee28ad4e3a849f997b32e5bab4f4b616ff5acd0811e8ac9e4c14
2222
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf /etc/xpra/conf.d/*"
2323
# Tests don't run properly without package installed
2424
make_check=no

0 commit comments

Comments
 (0)