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:
parent
8727899501
commit
cb81490fa3
@ -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
3
xpra-3.0.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3776e59d027dc7789e8f7f25be103a6792fbac96fc2e613d9a5ac76bbb22fec4
|
||||||
|
size 2751528
|
19
xpra.changes
19
xpra.changes
@ -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>
|
Wed Dec 11 07:13:25 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
20
xpra.spec
20
xpra.spec
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
|
%global __requires_exclude ^typelib\\(GtkosxApplication\\)|typelib\\(GdkGLExt\\)|typelib\\(GtkGLExt\\).*$
|
||||||
Name: xpra
|
Name: xpra
|
||||||
Version: 3.0.3
|
Version: 3.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Remote display server for applications and desktops
|
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
|
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: systemd
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(libavcodec) >= 57
|
BuildRequires: pkgconfig(libavcodec) >= 58
|
||||||
BuildRequires: pkgconfig(libavformat) >= 57
|
BuildRequires: pkgconfig(libavformat) >= 58
|
||||||
BuildRequires: pkgconfig(libswscale) >= 4
|
BuildRequires: pkgconfig(libswscale) >= 5
|
||||||
BuildRequires: pkgconfig(libsystemd)
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
BuildRequires: pkgconfig(libwebp) >= 0.4
|
BuildRequires: pkgconfig(libwebp) >= 0.4
|
||||||
BuildRequires: pkgconfig(py3cairo)
|
BuildRequires: pkgconfig(py3cairo)
|
||||||
BuildRequires: pkgconfig(pygtk-2.0)
|
BuildRequires: pkgconfig(pygtk-2.0)
|
||||||
%if 0%{?suse_version} >= 1500
|
|
||||||
BuildRequires: pkgconfig(vpx) >= 1.4.0
|
BuildRequires: pkgconfig(vpx) >= 1.4.0
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(xcomposite)
|
BuildRequires: pkgconfig(xcomposite)
|
||||||
BuildRequires: pkgconfig(xdamage)
|
BuildRequires: pkgconfig(xdamage)
|
||||||
BuildRequires: pkgconfig(xkbfile)
|
BuildRequires: pkgconfig(xkbfile)
|
||||||
@ -130,18 +128,8 @@ sed -i 's|^#!.*|#!%__python3|' scripts/auth_dialog scripts/xdg-open
|
|||||||
%build
|
%build
|
||||||
python3 setup.py build \
|
python3 setup.py build \
|
||||||
--verbose \
|
--verbose \
|
||||||
%if 0%{?suse_version} > 1500
|
|
||||||
--with-enc_ffmpeg \
|
--with-enc_ffmpeg \
|
||||||
--with-vpx \
|
--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-dec_avcodec2 \
|
||||||
--with-csc_swscale \
|
--with-csc_swscale \
|
||||||
--with-webp \
|
--with-webp \
|
||||||
|
Loading…
Reference in New Issue
Block a user