Marcus Rückert 2022-12-21 13:29:08 +00:00 committed by Git OBS Bridge
parent 63d953f33c
commit 98aa50df3f

View File

@ -47,13 +47,17 @@
%endif
%if 0%{?suse_version} >= 1550 || 0%{?fedora}
%bcond_without jxl
%bcond_without avif
%else
%bcond_with jxl
%bcond_with avif
%endif
%if 0%{?suse_version} >= 1550 || 0%{?fedora} >= 37
%bcond_without jxl
%else
%bcond_with jxl
%endif
%if 0%{?suse_version} >= 1550
%bcond_without gmic
%else