Accepting request 1090036 from home:sbradnick

- Adding necessary "BuildRequires" to support `-DENABLE_WLROOTS=ON` after talking
  with developer

- Update to version 2.8.6:
  * add support for hyprland
  * fix bugs with command input/polling
  * fix regression when selecting a pty
  * remove uuid dependency

OBS-URL: https://build.opensuse.org/request/show/1090036
OBS-URL: https://build.opensuse.org/package/show/utilities/ueberzugpp?expand=0&rev=5
This commit is contained in:
Scott Bradnick 2023-05-31 16:17:07 +00:00 committed by Git OBS Bridge
parent b50d5427d1
commit e5391b2b5a
3 changed files with 24 additions and 2 deletions

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 30 00:57:17 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
- Adding necessary "BuildRequires" to support `-DENABLE_WLROOTS=ON` after talking
with developer
-------------------------------------------------------------------
Mon May 29 15:25:34 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
- Update to version 2.8.6:
* add support for hyprland
* fix bugs with command input/polling
* fix regression when selecting a pty
* remove uuid dependency
-------------------------------------------------------------------
Fri May 26 21:46:27 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,7 +18,7 @@
%define short_name ueberzug
Name: ueberzugpp
Version: 2.8.5
Version: 2.8.6
Release: 0
Summary: Utility to render images in terminals
License: GPL-3.0
@ -28,6 +28,7 @@ BuildRequires: automake
BuildRequires: cmake
BuildRequires: cmake(Microsoft.GSL)
BuildRequires: cmake(spdlog)
BuildRequires: extra-cmake-modules
BuildRequires: gcc-c++
BuildRequires: git-core
BuildRequires: make
@ -40,6 +41,8 @@ BuildRequires: pkgconfig(nlohmann_json)
BuildRequires: pkgconfig(opencv4)
BuildRequires: pkgconfig(tbb)
BuildRequires: pkgconfig(vips)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(xcb-image)
%description
@ -65,7 +68,7 @@ Advantages over w3mimgdisplay and ueberzug:
%autosetup
%build
%cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=YES -DCMAKE_BUILD_TYPE=release
%cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=YES -DCMAKE_BUILD_TYPE=release -DENABLE_WLROOTS=ON
%cmake_build
%install
@ -77,3 +80,4 @@ Advantages over w3mimgdisplay and ueberzug:
%doc README.md
%changelog