|
|
@ -1,5 +1,5 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
## (rpmautospec version 0.6.1)
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
release_number = 1;
|
|
|
|
release_number = 1;
|
|
|
@ -15,11 +15,15 @@
|
|
|
|
%ifarch x86_64
|
|
|
|
%ifarch x86_64
|
|
|
|
%bcond_without vmaf
|
|
|
|
%bcond_without vmaf
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%if 0%{?fedora} >= 40
|
|
|
|
|
|
|
|
%bcond_with jpegxl
|
|
|
|
|
|
|
|
%else
|
|
|
|
%bcond_without jpegxl
|
|
|
|
%bcond_without jpegxl
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: aom
|
|
|
|
Name: aom
|
|
|
|
Version: 3.8.0
|
|
|
|
Version: 3.8.2
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Royalty-free next-generation video format
|
|
|
|
Summary: Royalty-free next-generation video format
|
|
|
|
|
|
|
|
|
|
|
@ -127,6 +131,28 @@ rm -rvf %{buildroot}%{_libdir}/libaom.a
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Thu Mar 14 2024 Fabio Valentini <decathorpe@gmail.com> - 3.8.2-1
|
|
|
|
|
|
|
|
- Update to version 3.8.2; Fixes RHBZ#2258897
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 13 2024 Sérgio M. Basto <sergio@serjux.com> - 3.8.0-7
|
|
|
|
|
|
|
|
- Rebuild for jpegxl (libjxl) 0.10.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 14 2024 Sérgio M. Basto <sergio@serjux.com> - 3.8.0-6
|
|
|
|
|
|
|
|
- fix previous commit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 14 2024 Sérgio M. Basto <sergio@serjux.com> - 3.8.0-5
|
|
|
|
|
|
|
|
- Disable jpegxl on Fedora 40+ jpegxl 0.9 removed butteraugli api
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Feb 14 2024 Sérgio M. Basto <sergio@serjux.com> - 3.8.0-4
|
|
|
|
|
|
|
|
- Rebuild for jpegxl (libjxl) 0.9.2 with soname bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 28 2023 Fabio Valentini <decathorpe@gmail.com> - 3.8.0-1
|
|
|
|
* Thu Dec 28 2023 Fabio Valentini <decathorpe@gmail.com> - 3.8.0-1
|
|
|
|
- Update to version 3.8.0; Fixes RHBZ#2252498
|
|
|
|
- Update to version 3.8.0; Fixes RHBZ#2252498
|
|
|
|
|
|
|
|
|
|
|
@ -257,3 +283,4 @@ rm -rvf %{buildroot}%{_libdir}/libaom.a
|
|
|
|
* Wed Mar 07 2018 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
|
|
|
|
* Wed Mar 07 2018 Robert-André Mauchin <zebob.m@gmail.com> - 1.0.0-1
|
|
|
|
- First RPM release
|
|
|
|
- First RPM release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|