|
|
|
@ -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 <tigro@msvsphere-os.ru> - 1.17.6-2.inferit
|
|
|
|
|
- Build with hevc
|
|
|
|
|
|
|
|
|
|
* Thu Dec 19 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 1.17.6-2
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|