diff --git a/ueberzugpp-2.8.4.tar.gz b/ueberzugpp-2.8.4.tar.gz deleted file mode 100644 index c7bb8b3..0000000 --- a/ueberzugpp-2.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:580c6f6ac029438194ff9027867a1bcc9dcbaa2a5f3766b22cd2f62c6325909d -size 43906 diff --git a/ueberzugpp-2.8.5.tar.gz b/ueberzugpp-2.8.5.tar.gz new file mode 100644 index 0000000..fd3b0bb --- /dev/null +++ b/ueberzugpp-2.8.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2788e63f233eb5fb925e371db8a1d89289c1062aa854b7de5685397518fd678b +size 48985 diff --git a/ueberzugpp.changes b/ueberzugpp.changes index 00d078c..70f3ed9 100644 --- a/ueberzugpp.changes +++ b/ueberzugpp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 26 01:09:57 UTC 2023 - Scott Bradnick + +- 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 diff --git a/ueberzugpp.spec b/ueberzugpp.spec index e906841..f124668 100644 --- a/ueberzugpp.spec +++ b/ueberzugpp.spec @@ -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)