forked from pool/chafa
Accepting request 1137674 from graphics
OBS-URL: https://build.opensuse.org/request/show/1137674 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/chafa?expand=0&rev=19
This commit is contained in:
commit
edd43f2268
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0f5490d52a500a6b386f15cc04c6e8702afd0285d422b9575b332e0c683957f2
|
|
||||||
size 939792
|
|
3
chafa-1.14.0.tar.xz
Normal file
3
chafa-1.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:670e55c28b5ecd4c8187bd97f0898762712a480ec8ea439dae4a4836b178e084
|
||||||
|
size 988028
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 8 20:19:46 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>
|
||||||
|
|
||||||
|
- Update to 1.14.0:
|
||||||
|
* Removed ImageMagick loader support. Packagers can now remove
|
||||||
|
this dependency
|
||||||
|
* Polite mode is now off by default. The new default eliminates
|
||||||
|
cursor flicker and makes the output more robust against unusual
|
||||||
|
terminal settings. The old behavior can be restored with
|
||||||
|
--polite on.
|
||||||
|
* Added image loaders for the AVIF and QOI formats.
|
||||||
|
* sRGB gamma is now handled correctly in scaling operations.
|
||||||
|
* New option: --passthrough=<auto|none|screen|tmux>. This allows
|
||||||
|
passing graphics protocols like Sixels, iTerm and Kitty through
|
||||||
|
a terminal multiplexer. It will be enabled automatically for
|
||||||
|
Kitty, and can be enabled manually for other protocols with
|
||||||
|
more limited support
|
||||||
|
* New option: --view-size=<WxH>. Specifies width and height of
|
||||||
|
the viewport, overriding the detected terminal size
|
||||||
|
* New option: --fit-width. Fits images to the width of the
|
||||||
|
viewport, allowing them to be taller than the viewport's height
|
||||||
|
* New option: --relative=<bool>. Enables relative cursor
|
||||||
|
positioning. Useful if you've pre-positioned the cursor at a
|
||||||
|
particular offset where you want frames to appear, but tends to
|
||||||
|
make the output illegible in pagers, e.g. less -R
|
||||||
|
* New option: --exact-size=<auto|on|off>. Preserves the input
|
||||||
|
pixel size when possible. Useful to avoid artifacts caused
|
||||||
|
by resampling
|
||||||
|
* New symbol selector: imported. This selects glyphs loaded with
|
||||||
|
--glyph-file
|
||||||
|
* Fontgen: Added a BDF font writer
|
||||||
|
* Fontgen: Cleanup and modernization
|
||||||
|
* The help text and manual page were overhauled for readability,
|
||||||
|
and the API documentation now includes symbol indexes by version
|
||||||
|
and deprecation status.
|
||||||
|
* Added a zsh completion script
|
||||||
|
* Fix "unknown file format" when using AVIF on stdin
|
||||||
|
* Fix broken linking with libwebp-1.3.1
|
||||||
|
* Fix make check with --without-tools
|
||||||
|
* Fix --duration not working well with still images
|
||||||
|
* Fix sixel rendering of animations
|
||||||
|
* Fix operator precedence in geometry calculation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 22 06:24:38 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
Mon May 22 06:24:38 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package chafa
|
# spec file for package chafa
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: chafa
|
Name: chafa
|
||||||
Version: 1.12.5
|
Version: 1.14.0
|
||||||
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
|
||||||
Group: Amusements/Toys/Graphics
|
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: ImageMagick-devel
|
|
||||||
BuildRequires: freetype2-devel
|
BuildRequires: freetype2-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: glib2-devel >= 2.26
|
BuildRequires: glib2-devel >= 2.26
|
||||||
|
Loading…
Reference in New Issue
Block a user