Accepting request 824744 from home:agraul:branches:X11:Wayland
Requires aml (request 824743) - Update to version 0.2.0 - Tight encoding is no longer experimental and also more complete. + The encoder employs multiple CPU cores, both for lossy and lossless compression, which makes it considerably faster than ZRLE, even with lossless compression. + Supports both lossy (JPEG) and lossless (DEFLATE) compression. + Allows the client to choose the JPEG "quality" level. + Allows the client to choose whether to enable lossy compression or not. - Service-side resizing: the server can notify the client and resize buffers when a different display mode is set - The API has been prepared for adding multi-display suppport. It has not been implemented, but the (hopefully) won't have to change when it is. - Version info is baked into the library, so applications linking to neatvnc can report the version to the user. - The server can now looks up the address to which to bind using getaddrinfo OBS-URL: https://build.opensuse.org/request/show/824744 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/neatvnc?expand=0&rev=5
This commit is contained in:
parent
c3c5283f7e
commit
6506c824bd
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 28 09:08:39 UTC 2020 - Alexander Graul <alexander.graul@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.2.0
|
||||||
|
- Tight encoding is no longer experimental and also more complete.
|
||||||
|
+ The encoder employs multiple CPU cores, both for lossy and lossless
|
||||||
|
compression, which makes it considerably faster than ZRLE, even with
|
||||||
|
lossless compression.
|
||||||
|
+ Supports both lossy (JPEG) and lossless (DEFLATE) compression.
|
||||||
|
+ Allows the client to choose the JPEG "quality" level.
|
||||||
|
+ Allows the client to choose whether to enable lossy compression or not.
|
||||||
|
- Service-side resizing: the server can notify the client and resize buffers
|
||||||
|
when a different display mode is set
|
||||||
|
- The API has been prepared for adding multi-display suppport. It has not been
|
||||||
|
implemented, but the (hopefully) won't have to change when it is.
|
||||||
|
- Version info is baked into the library, so applications linking to neatvnc
|
||||||
|
can report the version to the user.
|
||||||
|
- The server can now looks up the address to which to bind using getaddrinfo
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 6 11:52:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Sat Jun 6 11:52:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: neatvnc
|
Name: neatvnc
|
||||||
Version: 0.1.0
|
Version: 0.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A VNC server library
|
Summary: A VNC server library
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: System/GUI/Other
|
Group: System/GUI/Other
|
||||||
URL: https://github.com/any1/neatvnc
|
URL: https://github.com/any1/neatvnc
|
||||||
Source0: https://github.com/any1/neatvnc/archive/v%{version}.tar.gz
|
Source0: https://github.com/any1/neatvnc/archive/v%{version}.tar.gz
|
||||||
|
BuildRequires: aml-devel
|
||||||
BuildRequires: libdrm-devel
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: libgnutls-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: libjpeg8-devel
|
BuildRequires: libjpeg8-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2a99cd85ad5414f7d8a5203107d1ce6b65d57bec8d28d1efc7362de8b4c7923
|
|
||||||
size 633304
|
|
3
v0.2.0.tar.gz
Normal file
3
v0.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b8ab73f6137b9d8407639016de3ad98398f8e002c0eeef30b9fd034f82f9c799
|
||||||
|
size 549524
|
Loading…
Reference in New Issue
Block a user