From 46bb54f64b6cfd810c05601fa15703580400e537 Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 12 Jan 2025 21:11:06 +0300 Subject: [PATCH] Build with hevc --- SPECS/libheif.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/SPECS/libheif.spec b/SPECS/libheif.spec index ff15c30..f3568f0 100644 --- a/SPECS/libheif.spec +++ b/SPECS/libheif.spec @@ -1,13 +1,13 @@ %global somajor 1 # Unable to ship this in Fedora -%bcond_with hevc +%bcond_without hevc %bcond_with check Name: libheif Version: 1.17.6 -Release: 2%{?dist} +Release: 2%{?dist}.inferit Summary: HEIF and AVIF file format decoder and encoder License: LGPL-3.0-or-later and MIT @@ -34,11 +34,9 @@ BuildRequires: pkgconfig(dav1d) BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(libopenjp2) BuildRequires: pkgconfig(libpng) -%if ! (0%{?rhel} && 0%{?rhel} <= 9) BuildRequires: pkgconfig(libsharpyuv) BuildRequires: pkgconfig(rav1e) BuildRequires: pkgconfig(SvtAv1Enc) -%endif %description libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format) @@ -172,6 +170,9 @@ rm -rf third-party/ %changelog +* Sun Jan 12 2025 Arkady L. Shane - 1.17.6-2.inferit +- Build with hevc + * Thu Dec 19 2024 Dmitriy Samoylik - 1.17.6-2 - Rebuilt for MSVSphere 10