SHA256
1
0
forked from pool/libjxl
Jan Engelhardt 2023-04-17 08:43:37 +00:00 committed by Git OBS Bridge
parent 9846309532
commit 843cecacbe

View File

@ -74,11 +74,11 @@ Command-line utilities to convert from/to JPEG XL.
%if %{pkg_vcmp liblcms2-2 < 2.13} %if %{pkg_vcmp liblcms2-2 < 2.13}
# libjxl 0.7.0 requires lcms2 >= 2.13, so if we have an older version # libjxl 0.7.0 requires lcms2 >= 2.13, so if we have an older version
# (as in SLE15/Leap) just reverse the patch that adds that dependency # (as in SLE15/Leap) just reverse the patch that adds that dependency
%patch0 -p1 -R %patch0 -p1
%else %else
# Make sure patch at least applies # Make sure patch at least applies
%patch0 -p1 -R
%patch0 -p1 %patch0 -p1
%patch0 -p1 -R
%endif %endif
%build %build