From 0da57badb3ede711919d366d4db51cb3ee9d75ae Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 30 Nov 2020 09:42:24 +0100 Subject: [PATCH] Disable avif support This needs to be actively maintained as libavif is not a stable API yet! --- efl.spec | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/efl.spec b/efl.spec index 1aa8d17..b2d7198 100644 --- a/efl.spec +++ b/efl.spec @@ -1,6 +1,8 @@ %global _hardened_build 1 %global has_luajit 1 +%bcond_with avif + %if 0%{?rhel} && 0%{?rhel} <= 7 %global has_luajit 0 %endif @@ -62,7 +64,9 @@ BuildRequires: pkgconfig(poppler-cpp) >= 0.12 BuildRequires: pkgconfig(libspectre) pkgconfig(libraw) BuildRequires: pkgconfig(librsvg-2.0) >= 2.14.0 BuildRequires: pkgconfig(cairo) >= 1.0.0 +%if %{with avif} BuildRequires: pkgconfig(libavif) +%endif %if %{with_scim} BuildRequires: scim-devel %endif @@ -566,6 +570,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_libdir}/libexactness*.so %changelog +* Mon Nov 30 2020 Andreas Schneider - 1.25.1-3 +- Disable avif support + * Fri Oct 23 10:33:37 CEST 2020 Nils Philippsen - 1.25.1-2 - rebuild for new libavif