- Updating description

- Update to version 2.8.5:
  * Wayland Support (only under sway and sway based wms)
  * remove zmq/cppzmq dependency (doesn't play well with unix sockets)
  * simplify code

OBS-URL: https://build.opensuse.org/package/show/utilities/ueberzugpp?expand=0&rev=2
This commit is contained in:
Scott Bradnick 2023-05-26 15:41:10 +00:00 committed by Git OBS Bridge
parent 6fa354c836
commit 0db604f059
4 changed files with 16 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:580c6f6ac029438194ff9027867a1bcc9dcbaa2a5f3766b22cd2f62c6325909d
size 43906

3
ueberzugpp-2.8.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2788e63f233eb5fb925e371db8a1d89289c1062aa854b7de5685397518fd678b
size 48985

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri May 26 01:09:57 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
- Updating description
- Update to version 2.8.5:
* Wayland Support (only under sway and sway based wms)
* remove zmq/cppzmq dependency (doesn't play well with unix sockets)
* simplify code
-------------------------------------------------------------------
Mon May 22 14:05:04 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>

View File

@ -18,7 +18,7 @@
%define short_name ueberzug
Name: ueberzugpp
Version: 2.8.4
Version: 2.8.5
Release: 0
Summary: Drop in replacement for ueberzug written in C++
License: GPL-3.0
@ -26,7 +26,6 @@ URL: https://github.com/jstkdng/%{name}
Source: https://github.com/jstkdng/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: automake
BuildRequires: cmake
BuildRequires: cmake(cppzmq)
BuildRequires: cmake(Microsoft.GSL)
BuildRequires: cmake(spdlog)
BuildRequires: gcc-c++
@ -48,10 +47,11 @@ BuildRequires: pkgconfig(xcb-image)
Advantages over w3mimgdisplay and ueberzug:
- X11 and sixel support on supported terminals
- support for wayland (sway only)
- support for MacOS
- no race conditions as a new window is created to display images
- expose events will be processed, so images will be redrawn on switch workspaces
- tmux support
- tmux support on X11
- terminals without the WINDOWID environment variable are supported
- chars are used as position - and size unit
- No memory leak (usage of smart pointers)