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