From cb95f4aef261a7fadd79888aa99be42b6b6fdbd8 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Fri, 21 Jul 2023 10:33:10 -0500 Subject: [PATCH] Recommend popular pixbuf loaders to ensure they get installed In practice, this should resolve a user complaint that eog does not support AVIF images. --- gdk-pixbuf2.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gdk-pixbuf2.spec b/gdk-pixbuf2.spec index c40fa80..2df9369 100644 --- a/gdk-pixbuf2.spec +++ b/gdk-pixbuf2.spec @@ -36,6 +36,12 @@ clutter. %package modules Summary: Additional image modules for gdk-pixbuf2 Requires: %{name}%{?_isa} = %{version}-%{release} +# Recommend external pixbuf loaders for popular image formats only. +# Please do not recommend obscure image formats here. +Recommends: avif-pixbuf-loader +Recommends: jxl-pixbuf-loader +Recommends: rsvg-pixbuf-loader +Recommends: webp-pixbuf-loader %description modules This package contains the additional modules that are needed to load various