Diff xpra-4.4.6-r2 with a xpra-4.4.6-r3
| /usr/portage/x11-wm/xpra/xpra-4.4.6-r3.ebuild 2025-07-29 16:22:17.984470439 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| ... | ... | |
| 8 | 8 |
inherit git-r3 |
| 9 | 9 |
else |
| 10 | 10 |
inherit pypi |
| 11 |
KEYWORDS="amd64 x86" |
|
| 11 |
KEYWORDS="~amd64 ~x86" |
|
| 12 | 12 |
fi |
| 13 | 13 | |
| 14 | 14 |
PYTHON_COMPAT=( python3_{10..11} )
|
| ... | ... | |
| 22 | 22 |
HOMEPAGE="https://xpra.org/" |
| 23 | 23 |
LICENSE="GPL-2 BSD" |
| 24 | 24 |
SLOT="0" |
| 25 |
IUSE="brotli +client +clipboard crypt csc cups dbus doc ffmpeg jpeg html ibus +lz4 lzo minimal oauth opengl pinentry pulseaudio +server sound systemd test +trayicon udev vpx webcam webp xdg xinerama" |
|
| 25 |
IUSE="brotli +client +clipboard crypt csc cups dbus doc ffmpeg jpeg html ibus +lz4 minimal oauth opengl pinentry pulseaudio +server sound systemd test +trayicon udev vpx webcam webp xdg xinerama" |
|
| 26 | 26 |
IUSE+=" +python_single_target_python3_11" |
| 27 | 27 | |
| 28 | 28 |
REQUIRED_USE="${PYTHON_REQUIRED_USE}
|
| ... | ... | |
| 37 | 37 |
$(python_gen_cond_dep ' |
| 38 | 38 |
dev-python/netifaces[${PYTHON_USEDEP}]
|
| 39 | 39 |
dev-python/pillow[jpeg?,webp?,${PYTHON_USEDEP}]
|
| 40 |
dev-python/rencode[${PYTHON_USEDEP}]
|
|
| 41 | 40 |
dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
|
| 42 | 41 |
xdg? ( dev-python/pyxdg[${PYTHON_USEDEP}] )
|
| 43 | 42 |
') |
| ... | ... | |
| 86 | 85 |
crypt? ( dev-python/cryptography[${PYTHON_USEDEP}] )
|
| 87 | 86 |
cups? ( dev-python/pycups[${PYTHON_USEDEP}] )
|
| 88 | 87 |
lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
|
| 89 |
lzo? ( >=dev-python/python-lzo-0.7.0[${PYTHON_USEDEP}] )
|
|
| 90 | 88 |
oauth? ( dev-python/oauthlib[${PYTHON_USEDEP}] )
|
| 91 | 89 |
opengl? ( dev-python/pyopengl-accelerate[${PYTHON_USEDEP}] )
|
| 92 | 90 |
webcam? ( |