SHA256
1
0
forked from pool/xpra

Accepting request 759005 from home:alois:branches:X11:Utilities

update to 3.0.4

OBS-URL: https://build.opensuse.org/request/show/759005
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xpra?expand=0&rev=31
This commit is contained in:
Luigi Baldoni 2019-12-23 17:33:27 +00:00 committed by Git OBS Bridge
parent 8727899501
commit cb81490fa3
4 changed files with 26 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:25f5e8c3d67d22d5603112dca7f5ad1cf8caa0ac6013b34385494a5855677d97
size 2751172

3
xpra-3.0.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3776e59d027dc7789e8f7f25be103a6792fbac96fc2e613d9a5ac76bbb22fec4
size 2751528

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Dec 23 13:44:02 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 3.0.4
* fix av-sync
* fix X11 property synchronization error due to race condition
* fix XI2 bindings not loading
* fix ssh upgrades wrongly claimed as supported when paramiko
is not installed
* fix 'wireless' network device detection on Linux
* fix 'Sound Buffer' graph
* fix errors caused by window title error handler
* fix missing 'Packet Encoders' and 'Packet Compressors' with
python3 clients
* distinguish certificate verification errors from other ssl
errors
- Enable ffmpeg encoder for Leap
-------------------------------------------------------------------
Wed Dec 11 07:13:25 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -19,7 +19,7 @@
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
Name: xpra
Version: 3.0.3
Version: 3.0.4
Release: 0
Summary: Remote display server for applications and desktops
License: GPL-2.0-or-later AND BSD-3-Clause AND LGPL-3.0-or-later AND MIT
@ -43,16 +43,14 @@ BuildRequires: python3-gobject-devel
BuildRequires: systemd
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libavcodec) >= 57
BuildRequires: pkgconfig(libavformat) >= 57
BuildRequires: pkgconfig(libswscale) >= 4
BuildRequires: pkgconfig(libavcodec) >= 58
BuildRequires: pkgconfig(libavformat) >= 58
BuildRequires: pkgconfig(libswscale) >= 5
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libwebp) >= 0.4
BuildRequires: pkgconfig(py3cairo)
BuildRequires: pkgconfig(pygtk-2.0)
%if 0%{?suse_version} >= 1500
BuildRequires: pkgconfig(vpx) >= 1.4.0
%endif
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xkbfile)
@ -130,18 +128,8 @@ sed -i 's|^#!.*|#!%__python3|' scripts/auth_dialog scripts/xdg-open
%build
python3 setup.py build \
--verbose \
%if 0%{?suse_version} > 1500
--with-enc_ffmpeg \
--with-vpx \
%endif
%if 0%{?suse_version} == 1500
--with-vpx \
--without-enc_ffmpeg \
%endif
%if 0%{?suse_version} < 1500
--without-vpx \
--without-enc_ffmpeg \
%endif
--with-dec_avcodec2 \
--with-csc_swscale \
--with-webp \