SHA256
1
0
forked from pool/chafa

Accepting request 1175423 from home:pallaswept:branches:graphics

- Enable optional image formats
  * jpeg
  * svg
  * tiff
  * webp

Hi graphics team,

I made a small change to the build here, to enable optional image format support. 

This will allow, for example, users to use the svg logos included with every SUSE distro, to generate fastfetch/neofetch-style ascii art logos for their machine.

I hope this is helpful!

OBS-URL: https://build.opensuse.org/request/show/1175423
OBS-URL: https://build.opensuse.org/package/show/graphics/chafa?expand=0&rev=41
This commit is contained in:
Michael Vetter 2024-05-21 05:30:13 +00:00 committed by Git OBS Bridge
parent d02d507d87
commit beca3e2426
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue May 21 04:38:30 UTC 2024 - pallas wept <pallaswept@proton.me>
- Enable optional image formats
* jpeg
* svg
* tiff
* webp
-------------------------------------------------------------------
Mon Jan 8 20:19:46 UTC 2024 - Joshua Smith <jsmithfpv@gmail.com>

View File

@ -25,6 +25,10 @@ Group: Amusements/Toys/Graphics
URL: https://hpjansson.org/chafa/
Source0: https://github.com/hpjansson/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
BuildRequires: freetype2-devel
BuildRequires: libjpeg-devel
BuildRequires: librsvg-devel
BuildRequires: libtiff-devel
BuildRequires: libwebp-devel
BuildRequires: gcc
BuildRequires: glib2-devel >= 2.26
BuildRequires: gtk-doc