Package: xpra / 0.14.10+dfsg-1

Metadata

Package Version Patches format
xpra 0.14.10+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
648.patch | (download)

xpra/scripts/exec_util.py | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 escape output (hide errors with "pulseaudio-utils" but not "pulseaudio")


buildinfo revision.patch | (download)

add_build_info.py | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 get (build_info) revision from "svn-version" file;
             inject package version as "changes".


disable_html5.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable html5 client


fakexinerama.patch | (download)

xpra/scripts/server.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 locate private fakexinerama library.


quality levels.patch | (download)

xpra/client/gtk_base/gtk_tray_menu_base.py | 10 6 + 4 - 0 !
1 file changed, 6 insertions(+), 4 deletions(-)

 add more quality levels to menu; show quality percentage.


conf default codec order.patch | (download)

xpra/sound/gstreamer_util.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change audo codec (priority) order


conf default speaker.patch | (download)

xpra/client/ui_client_base.py | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 set speaker "off" by default
 Do not forward speaker on attach; sound forwarding is to be enabled from
 menu so it won't slow down session on slow link or play unexpectedly.


conf default xsession.patch | (download)

etc/xpra/xpra.conf.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 start xsession by default
 On "xpra start" it is useful to allow xsession to initialise
 dbus, keyring-daemon, gpg-agent or whatever else might be starting
 together with X as these days many applications depends on those services.
 .
 Upstream do not think it is useful outside of Debian.


libav no0RGB.patch | (download)

xpra/codecs/csc_swscale/constants.txt | 4 2 + 2 - 0 !
xpra/codecs/dec_avcodec/constants.txt | 4 2 + 2 - 0 !
xpra/codecs/dec_avcodec/decoder.pyx | 2 0 + 2 - 0 !
xpra/codecs/dec_avcodec2/decoder.pyx | 9 1 + 8 - 0 !
4 files changed, 5 insertions(+), 14 deletions(-)

 fix ftbfs with libav-9.8:
    xpra/codecs/dec_avcodec/decoder.c: In function initdecoder:
    xpra/codecs/dec_avcodec/decoder.c:8359:39: error: PIX_FMT_0RGB undeclared (first use in this function)
    xpra/codecs/dec_avcodec/decoder.c:8359:39: note: each undeclared identifier is reported only once for each function it appears in
    xpra/codecs/dec_avcodec/decoder.c:8371:39: error: PIX_FMT_BGR0 undeclared (first use in this function)


libav10.patch | (download)

xpra/codecs/dec_avcodec/decoder.pyx | 20 10 + 10 - 0 !
xpra/codecs/dec_avcodec2/decoder.pyx | 6 3 + 3 - 0 !
2 files changed, 13 insertions(+), 13 deletions(-)

 fix ftbfs with libav10


old libav.patch | (download)

xpra/codecs/csc_swscale/colorspace_converter.pyx | 20 10 + 10 - 0 !
xpra/codecs/csc_swscale/constants.txt | 18 9 + 9 - 0 !
xpra/codecs/dec_avcodec/constants.txt | 14 7 + 7 - 0 !
xpra/codecs/dec_avcodec/decoder.pyx | 44 22 + 22 - 0 !
4 files changed, 48 insertions(+), 48 deletions(-)

 build against old versions of libav (< 9.1).