Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
242c227ae4 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:650fa80f632f4ad61313cec10d392ea092b8b2b74dd5ba5c5339aa01f6b8543a
|
|
||||||
size 53658
|
|
BIN
ueberzugpp-2.8.9.tar.gz
(Stored with Git LFS)
Normal file
BIN
ueberzugpp-2.8.9.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 19 20:43:50 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
|
||||||
|
|
||||||
|
- Taking step(s) to move to Gitea (https://src.opensuse.org)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 18 14:04:10 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.8.9:
|
||||||
|
* support for multiple images being displayed at the same time, images with the same identifier will be replaced
|
||||||
|
* improved terminal recognition (deeply nested terminals are recognized correctly)
|
||||||
|
* improved image positioning under wayland
|
||||||
|
* improved multimonitor support under wayland
|
||||||
|
* improved tmux support under wayland
|
||||||
|
* code modernizing and cleanup
|
||||||
|
* libressl support
|
||||||
|
* small x11 performance improvements
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 23 21:05:42 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2.8.8:
|
||||||
|
* use xcb-res for obtaining pid of windows
|
||||||
|
* use xcb-errors for useful error logging (disabled by default)
|
||||||
|
* fix syncronization issues and performance improvements for x11 canvas
|
||||||
|
* improve terminal selection
|
||||||
|
* fixes for hyprland
|
||||||
|
* improve throughput of unix socket
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 10 16:24:58 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
|
Sat Jun 10 16:24:58 UTC 2023 - Scott Bradnick <scott.bradnick@suse.com>
|
||||||
|
|
||||||
|
@ -18,21 +18,21 @@
|
|||||||
|
|
||||||
%define short_name ueberzug
|
%define short_name ueberzug
|
||||||
Name: ueberzugpp
|
Name: ueberzugpp
|
||||||
Version: 2.8.7
|
Version: 2.8.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utility to render images in terminals
|
Summary: Utility to render images in terminals
|
||||||
License: GPL-3.0
|
License: GPL-3.0-only
|
||||||
URL: https://github.com/jstkdng/%{name}
|
URL: https://github.com/jstkdng/%{name}
|
||||||
Source: https://github.com/jstkdng/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: https://github.com/jstkdng/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: cmake(Microsoft.GSL)
|
|
||||||
BuildRequires: cmake(spdlog)
|
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
|
BuildRequires: cmake(Microsoft.GSL)
|
||||||
|
BuildRequires: cmake(spdlog)
|
||||||
BuildRequires: pkgconfig(CLI11)
|
BuildRequires: pkgconfig(CLI11)
|
||||||
BuildRequires: pkgconfig(botan-2)
|
BuildRequires: pkgconfig(botan-2)
|
||||||
BuildRequires: pkgconfig(chafa)
|
BuildRequires: pkgconfig(chafa)
|
||||||
@ -73,6 +73,8 @@ Advantages over w3mimgdisplay and ueberzug:
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
rm -v %{buildroot}%{_mandir}/man1/ueberzug.1
|
||||||
|
ln -s %{_mandir}/man1/ueberzugpp.1 %{buildroot}%{_mandir}/man1/ueberzug.1
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/%{short_name}
|
%{_bindir}/%{short_name}
|
||||||
@ -83,4 +85,3 @@ Advantages over w3mimgdisplay and ueberzug:
|
|||||||
%{_mandir}/man1/%{short_name}pp.1%{?ext_man}
|
%{_mandir}/man1/%{short_name}pp.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user