factory review output

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 26 21:46:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update summary to not assume special context (reference to
ueberzug).
- Compact main description and weed out grammar errors.
-------------------------------------------------------------------
Fri May 26 01:09:57 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>

View File

@ -20,7 +20,7 @@
Name: ueberzugpp
Version: 2.8.5
Release: 0
Summary: Drop in replacement for ueberzug written in C++
Summary: Utility to render images in terminals
License: GPL-3.0
URL: https://github.com/jstkdng/%{name}
Source: https://github.com/jstkdng/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -43,22 +43,23 @@ BuildRequires: pkgconfig(vips)
BuildRequires: pkgconfig(xcb-image)
%description
Überzug++ is a command line utility written in C++ which allows to draw images on terminals by using child windows or using sixel on supported terminals. This is a drop-in replacement for the now defunct ueberzug project.
Überzug++ is a C++ command line utility which allows to draw images
on terminals by using child windows or using sixel on supported
terminals. (This is a drop-in replacement for the now defunct
ueberzug project.)
Advantages over w3mimgdisplay and ueberzug:
- 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
- "expose" events will be processed, so that images will be
redrawn when switching workspaces
- 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)
- A lot of image formats supported (through opencv and libvips).
- chars are used as position and size unit
- A lot of image formats are supported (through opencv and libvips)
- GIF and animated WEBP support on X11 and Sixel
- Fast image downscaling (through opencv and opencl)
- Cache resized images for faster viewing
- Resized images are cached for faster viewing
%prep
%autosetup
@ -76,4 +77,3 @@ Advantages over w3mimgdisplay and ueberzug:
%doc README.md
%changelog