mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
xpra: update to 4.4.5.
This commit is contained in:
parent
7add9ac856
commit
d0000f9fc7
2 changed files with 10 additions and 10 deletions
|
@ -2,9 +2,9 @@ Make sure the build script pulls the right CFLAGS and prevent -Werror. In
|
||||||
addition, remove a stray CUDA README that is only supposed to installed when
|
addition, remove a stray CUDA README that is only supposed to installed when
|
||||||
CUDA is actually available.
|
CUDA is actually available.
|
||||||
|
|
||||||
--- ./setup.py
|
--- a/setup.py
|
||||||
+++ ./setup.py
|
+++ b/setup.py
|
||||||
@@ -710,7 +710,7 @@
|
@@ -750,7 +750,7 @@
|
||||||
#we have to add the python cflags:
|
#we have to add the python cflags:
|
||||||
if not (is_Fedora() or is_Debian() or is_CentOS() or is_RedHat() or is_AlmaLinux() or is_RockyLinux() or is_OracleLinux() or is_openSUSE()):
|
if not (is_Fedora() or is_Debian() or is_CentOS() or is_RedHat() or is_AlmaLinux() or is_RockyLinux() or is_OracleLinux() or is_openSUSE()):
|
||||||
import sysconfig
|
import sysconfig
|
||||||
|
@ -13,7 +13,7 @@ CUDA is actually available.
|
||||||
add_to_keywords(kw, 'extra_compile_args', cflag)
|
add_to_keywords(kw, 'extra_compile_args', cflag)
|
||||||
|
|
||||||
def add_tokens(s, add_to="extra_link_args"):
|
def add_tokens(s, add_to="extra_link_args"):
|
||||||
@@ -769,7 +769,7 @@
|
@@ -809,7 +809,7 @@
|
||||||
#as of Cython 0.26 + clang 4.0. Other version combinations may require
|
#as of Cython 0.26 + clang 4.0. Other version combinations may require
|
||||||
#(un)commenting other switches.
|
#(un)commenting other switches.
|
||||||
if not hascflag("-Wno-error"):
|
if not hascflag("-Wno-error"):
|
||||||
|
@ -22,7 +22,7 @@ CUDA is actually available.
|
||||||
addcflags(
|
addcflags(
|
||||||
"-Wno-deprecated-register",
|
"-Wno-deprecated-register",
|
||||||
"-Wno-unused-command-line-argument",
|
"-Wno-unused-command-line-argument",
|
||||||
@@ -783,7 +783,7 @@
|
@@ -823,7 +823,7 @@
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
if not hascflag("-Wno-error"):
|
if not hascflag("-Wno-error"):
|
||||||
|
@ -31,12 +31,12 @@ CUDA is actually available.
|
||||||
if NETBSD:
|
if NETBSD:
|
||||||
#see: http://trac.cython.org/ticket/395
|
#see: http://trac.cython.org/ticket/395
|
||||||
addcflags("-fno-strict-aliasing")
|
addcflags("-fno-strict-aliasing")
|
||||||
@@ -2213,8 +2213,6 @@
|
@@ -2252,8 +2252,6 @@
|
||||||
if nvjpeg_encoder_ENABLED or nvjpeg_decoder_ENABLED:
|
if nvjpeg_encoder_ENABLED or nvjpeg_decoder_ENABLED:
|
||||||
add_data_files("", glob.glob(f"{CUDA_BIN_DIR}/nvjpeg64*dll"))
|
add_data_files("", glob.glob(f"{CUDA_BIN_DIR}/nvjpeg64*dll"))
|
||||||
|
|
||||||
-add_data_files(CUDA_BIN, ["fs/share/xpra/cuda/README.md"])
|
-add_data_files(CUDA_BIN, ["fs/share/xpra/cuda/README.md"])
|
||||||
-
|
-
|
||||||
tace(nvenc_ENABLED, "xpra.codecs.nvenc.encoder", "nvenc")
|
tace(nvenc_ENABLED, "xpra.codecs.nvenc.encoder", "nvenc",
|
||||||
|
extra_compile_args="-Wno-error=sign-compare" if get_gcc_version()<(8, ) else None)
|
||||||
|
|
||||||
toggle_packages(argb_ENABLED, "xpra.codecs.argb")
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xpra'
|
# Template file for 'xpra'
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
version=4.4.4
|
version=4.4.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_build_args="--without-cuda_kernels --without-cuda_rebuild"
|
make_build_args="--without-cuda_kernels --without-cuda_rebuild"
|
||||||
|
@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://xpra.org/"
|
homepage="https://xpra.org/"
|
||||||
changelog="https://raw.githubusercontent.com/Xpra-org/xpra/master/docs/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/Xpra-org/xpra/master/docs/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Xpra-org/xpra/archive/v${version}.tar.gz"
|
distfiles="https://github.com/Xpra-org/xpra/archive/v${version}.tar.gz"
|
||||||
checksum=63f6b82efde9393a42bbeefc1a35926d636decf32f9b2076800b999d7b418cfc
|
checksum=591bd39953cebbfba1a4543bab280b7c1065c3179318f37a41539e954d0709a2
|
||||||
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf /etc/xpra/conf.d/*"
|
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf /etc/xpra/conf.d/*"
|
||||||
# Tests don't run properly without package installed
|
# Tests don't run properly without package installed
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
Loading…
Add table
Reference in a new issue