|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
%global somajor 1
|
|
|
|
|
|
|
|
|
|
# Unable to ship this in Fedora
|
|
|
|
|
%bcond_with hevc
|
|
|
|
|
%bcond_without hevc
|
|
|
|
|
|
|
|
|
|
Name: libheif
|
|
|
|
|
Version: 1.16.1
|
|
|
|
|
Release: 2%{?dist}.1
|
|
|
|
|
Release: 2%{?dist}.2
|
|
|
|
|
Summary: HEIF and AVIF file format decoder and encoder
|
|
|
|
|
|
|
|
|
|
License: LGPL-3.0-or-later and MIT
|
|
|
|
@ -23,9 +23,9 @@ BuildRequires: pkgconfig(libpng)
|
|
|
|
|
BuildRequires: pkgconfig(libsharpyuv)
|
|
|
|
|
BuildRequires: pkgconfig(rav1e)
|
|
|
|
|
%endif
|
|
|
|
|
%if ! ((0%{?rhel} && 0%{?rhel} <= 9) || (0%{?fedora} && 0%{?fedora} < 38))
|
|
|
|
|
BuildRequires: pkgconfig(SvtAv1Enc)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Recommends: %{name}-hevc = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File Format)
|
|
|
|
@ -135,6 +135,9 @@ rm -rf third-party/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 2 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.16.1-2.el9.2
|
|
|
|
|
- Build with hevc and svt-av1
|
|
|
|
|
|
|
|
|
|
* Fri Nov 29 2024 Eduard Basov <ebasov@msvsphere-os.ru> - 1.16.1-2.el9.1
|
|
|
|
|
- Rebuilt against new dav1d
|
|
|
|
|
|
|
|
|
|