- Update to 0.5.4:

* This fixes stalling during h264 encoding. The FFmpeg devs
    seem to think that it's normal to change the default behaviour
    of their code, so this needs to be fixed here instead.

- Update to 0.5.3:
  * Revert "h264-encoder: Add 30 bit color depth formats"
  * server: Fix encoding selection for sw frames

- Update to 0.5.2:
  * stream: Remove stray ampersand in tls handshake failure code path
  * resampler: Use transformed width as destination stride

- Update to 0.5.1:
  * meson: Use partial_dependency() for libdrm cflags
  * test: meson: Add missing libdrm_inc dependency
  * server: add missing header after f20ffb5e1efe

- Update to 0.5.0:
  * H.264 Encoding
  * UNIX Sockets
  * New framebuffer submission API
  * Automatic buffer transforms
  * Client side cursor rendering
  * Now accepts DMA-BUFs
  * Presentation time stamps
  * New internal encoder abstraction layer

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/neatvnc?expand=0&rev=11
This commit is contained in:
Michael Vetter 2022-11-07 22:55:08 +00:00 committed by Git OBS Bridge
parent bdbc9493fc
commit 304896566c
4 changed files with 52 additions and 5 deletions

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Mon Nov 7 22:50:04 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.5.4:
* This fixes stalling during h264 encoding. The FFmpeg devs
seem to think that it's normal to change the default behaviour
of their code, so this needs to be fixed here instead.
-------------------------------------------------------------------
Mon Nov 7 22:49:49 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.5.3:
* Revert "h264-encoder: Add 30 bit color depth formats"
* server: Fix encoding selection for sw frames
-------------------------------------------------------------------
Mon Nov 7 22:49:33 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.5.2:
* stream: Remove stray ampersand in tls handshake failure code path
* resampler: Use transformed width as destination stride
-------------------------------------------------------------------
Mon Nov 7 22:49:16 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.5.1:
* meson: Use partial_dependency() for libdrm cflags
* test: meson: Add missing libdrm_inc dependency
* server: add missing header after f20ffb5e1efe
-------------------------------------------------------------------
Mon Nov 7 22:48:50 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 0.5.0:
* H.264 Encoding
* UNIX Sockets
* New framebuffer submission API
* Automatic buffer transforms
* Client side cursor rendering
* Now accepts DMA-BUFs
* Presentation time stamps
* New internal encoder abstraction layer
-------------------------------------------------------------------
Sun Feb 28 20:42:39 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package neatvnc
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: neatvnc
Version: 0.4.0
Version: 0.5.4
Release: 0
Summary: A VNC server library
License: ISC
@ -25,7 +25,11 @@ Group: System/GUI/Other
URL: https://github.com/any1/neatvnc
Source0: https://github.com/any1/neatvnc/archive/v%{version}.tar.gz
BuildRequires: aml-devel
BuildRequires: cmake
BuildRequires: ffmpeg-4-libavcodec-devel
BuildRequires: ffmpeg-4-libavfilter-devel
BuildRequires: libdrm-devel
BuildRequires: libgbm-devel
BuildRequires: libgnutls-devel
BuildRequires: libjpeg8-devel
BuildRequires: libpixman-1-0-devel

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a833d488f579e4acf7abb1c7832f8e571bddd6da054e71ed9be3b8396955a81
size 555438

3
v0.5.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90f9521a6f37ee5455579a35b59333ec9d4e5a45b9b61316c2bf6342cdb8bf48
size 577635