File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed
Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change 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-
Original file line number Diff line number Diff line change 11# Template file for 'xpra'
22pkgname=xpra
3- version=4.4.6
3+ version=5.0
44revision=1
55build_style=python3-module
66make_build_args="--without-cuda_kernels --without-cuda_rebuild"
77make_install_args="$(vopt_with docs) ${make_build_args}"
88hostmakedepends="pkg-config python3-Cython $(vopt_if docs pandoc)"
99makedepends="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"
1212depends="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 "
1515short_desc="Persistent remote display server and client for X11 clients"
1616maintainer="Andrew J. Hesford <
[email protected] >"
1717license="GPL-2.0-or-later"
1818homepage="https://xpra.org/"
1919changelog="https://raw.githubusercontent.com/Xpra-org/xpra/master/docs/CHANGELOG.md"
2020distfiles="https://github.com/Xpra-org/xpra/archive/v${version}.tar.gz"
21- checksum=7fec998cf9816df3f0fa5ded01903b07211b0c36a7316c9e9bf6db8b80fb477a
21+ checksum=69bf2da133a6ee28ad4e3a849f997b32e5bab4f4b616ff5acd0811e8ac9e4c14
2222conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf /etc/xpra/conf.d/*"
2323# Tests don't run properly without package installed
2424make_check=no
You can’t perform that action at this time.
0 commit comments