blob: 51b21186abed76e198822f520b6154f3a9e8bdca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
pkgbase = xpra-git
pkgdesc = multi-platform screen and application forwarding system screen for X11
pkgver = v4.2.r1118.g4e13a3288
pkgrel = 1
url = https://www.xpra.org
arch = x86_64
license = GPL2
makedepends = git
makedepends = python-setuptools
makedepends = cython
makedepends = pandoc
depends = gtk3
depends = python-rencode
depends = python-lz4
depends = openssl
depends = python-paramiko
depends = python-pillow
depends = python-cairo
depends = python-gobject
depends = libxtst
depends = xf86-video-dummy
depends = libxkbfile
depends = libxres
optdepends = python-opengl: client OpenGL accelerated rendering (client)
optdepends = python-pycups: Printing
optdepends = xf86-video-dummy-xpra-patch: Xdummy with constant-dpi. Recommended by Xpra
optdepends = python-pyaml: alternative packet encoder
optdepends = python-cryptography: encryption
optdepends = python-zeroconf: Multicast DNS session publishing (server)
optdepends = python-netifaces: Multicast DNS session publishing (server)
optdepends = python-dbus: desktop integration, server control interface
optdepends = python-paramiko: ssh integration
optdepends = sshpass: non-interactive SSH password authentication
optdepends = brotli: HTML client compression
optdepends = python-gssapi: GSSAPI authentication (server)
optdepends = python-pykerberos: Kerberos authentication (server)
optdepends = python-ldap: LDAP authentication (server)
optdepends = python-ldap3: LDAP v3 authentication (server)
optdepends = python-pyu2f: U2F authentication (server)
optdepends = x264: h264 encoding (server)
optdepends = ffmpeg: h264, h265, vp8 and vp9 decoding (client)
optdepends = libvpx: vp8 and vp9 codec
optdepends = libwebp: webp codec
optdepends = libpng: png encoding
optdepends = libjpeg-turbo: jpeg encoding
optdepends = opencv: Webcam capture (client)
optdepends = libyuv: Colourspace Conversion
optdepends = python-pycuda: NVENC (server)
optdepends = python-pynvml: NVENC (server)
optdepends = gstreamer: audio framework
optdepends = libogg: ogg container format
optdepends = opus: opus codec
optdepends = flac: flac codec
optdepends = speex: speex codec
optdepends = libvorbis: vorbis codec
optdepends = wavpack: wavpack codec
optdepends = faac: aac encoder
optdepends = faad: aac decoder
optdepends = lame: MP3 encoder
optdepends = twolame: MP2 encoder
optdepends = libmad: MP3 encoder
optdepends = python-numpy: GPU accelerated capture and compression for NVIDIA cards
optdepends = python-pyinotify: watch for application menu changes
optdepends = xpra-html5: HTML5 client. Can be used with Xpra proxy
optdepends = python-uinput: fine-grained scrolling using virtual input
provides = xpra
conflicts = xpra
conflicts = run_scaled-git
backup = etc/xpra/xpra.conf
backup = etc/xpra/xorg.conf
backup = etc/xpra/conf.d/05_features.conf
backup = etc/xpra/conf.d/10_network.conf
backup = etc/xpra/conf.d/12_ssl.conf
backup = etc/xpra/conf.d/15_file_transfers.conf
backup = etc/xpra/conf.d/16_printing.conf
backup = etc/xpra/conf.d/20_sound.conf
backup = etc/xpra/conf.d/30_picture.conf
backup = etc/xpra/conf.d/35_webcam.conf
backup = etc/xpra/conf.d/40_client.conf
backup = etc/xpra/conf.d/42_client_keyboard.conf
backup = etc/xpra/conf.d/50_server_network.conf
backup = etc/xpra/conf.d/55_server_x11.conf
backup = etc/xpra/conf.d/60_server.conf
backup = etc/xpra/conf.d/65_proxy.conf
backup = etc/default/xpra
backup = etc/pam.d/xpra
source = git+https://github.com/Xpra-org/xpra
md5sums = SKIP
pkgname = xpra-git
|