From beca3e2426ec6edc062e9326364cafcb91b6d1cae1fc6999d6d5eabfc3103f94 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 21 May 2024 05:30:13 +0000 Subject: [PATCH] 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 --- chafa.changes | 9 +++++++++ chafa.spec | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/chafa.changes b/chafa.changes index e89f514..50cb882 100644 --- a/chafa.changes +++ b/chafa.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 21 04:38:30 UTC 2024 - pallas wept + +- Enable optional image formats + * jpeg + * svg + * tiff + * webp + ------------------------------------------------------------------- Mon Jan 8 20:19:46 UTC 2024 - Joshua Smith diff --git a/chafa.spec b/chafa.spec index 0373a70..f92393e 100644 --- a/chafa.spec +++ b/chafa.spec @@ -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