forked from pool/chafa
Accepting request 1181390 from graphics
- Update to 1.14.1: * A JPEG XL (.jxl) loader was added using libjxl (#188). * Added detection of the Eat "Emulate a Terminal" Emacs terminal. * Symbols mode was sped up significantly on AVX2-capable platforms. * Tests: A new test driver was added. It will log the specifics of any failures, which aids debugging of CI builds. * Bug fixes: #189 Fix installation of zsh completions. #190 Fix a small memory leak in ChafaCanvas. #192 Wrong sixel padding in some circumstances. #195 tmux passthrough enabled when already set. #196 iTerm mode not enabled automatically. OBS-URL: https://build.opensuse.org/request/show/1181390 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/chafa?expand=0&rev=21
This commit is contained in:
commit
382249552b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:670e55c28b5ecd4c8187bd97f0898762712a480ec8ea439dae4a4836b178e084
|
|
||||||
size 988028
|
|
3
chafa-1.14.1.tar.xz
Normal file
3
chafa-1.14.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:24707f59e544cec85d7a1993854672136b05271f86954248c5d8a42e221f6f25
|
||||||
|
size 991656
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 18 05:52:35 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.14.1:
|
||||||
|
* A JPEG XL (.jxl) loader was added using libjxl (#188).
|
||||||
|
* Added detection of the Eat "Emulate a Terminal" Emacs terminal.
|
||||||
|
* Symbols mode was sped up significantly on AVX2-capable platforms.
|
||||||
|
* Tests: A new test driver was added. It will log the specifics
|
||||||
|
of any failures, which aids debugging of CI builds.
|
||||||
|
* Bug fixes:
|
||||||
|
#189 Fix installation of zsh completions.
|
||||||
|
#190 Fix a small memory leak in ChafaCanvas.
|
||||||
|
#192 Wrong sixel padding in some circumstances.
|
||||||
|
#195 tmux passthrough enabled when already set.
|
||||||
|
#196 iTerm mode not enabled automatically.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 21 04:38:30 UTC 2024 - pallas wept <pallaswept@proton.me>
|
Tue May 21 04:38:30 UTC 2024 - pallas wept <pallaswept@proton.me>
|
||||||
|
|
||||||
|
10
chafa.spec
10
chafa.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: chafa
|
Name: chafa
|
||||||
Version: 1.14.0
|
Version: 1.14.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Image-to-text converter for terminal
|
Summary: Image-to-text converter for terminal
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -25,14 +25,14 @@ Group: Amusements/Toys/Graphics
|
|||||||
URL: https://hpjansson.org/chafa/
|
URL: https://hpjansson.org/chafa/
|
||||||
Source0: https://github.com/hpjansson/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/hpjansson/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: freetype2-devel
|
BuildRequires: freetype2-devel
|
||||||
BuildRequires: libjpeg-devel
|
|
||||||
BuildRequires: librsvg-devel
|
|
||||||
BuildRequires: libtiff-devel
|
|
||||||
BuildRequires: libwebp-devel
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glib2-devel >= 2.26
|
BuildRequires: glib2-devel >= 2.26
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: libjpeg-devel
|
||||||
|
BuildRequires: librsvg-devel
|
||||||
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: libwebp-devel
|
||||||
Requires: libchafa0 = %{version}
|
Requires: libchafa0 = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user