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:
parent
d02d507d87
commit
beca3e2426
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user