|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: vmaf
|
|
|
|
|
Version: 1.5.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Video Multi-Method Assessment Fusion
|
|
|
|
|
|
|
|
|
|
License: BSD-2-Clause-Patent
|
|
|
|
@ -63,6 +63,7 @@ developing applications that use %{name}.
|
|
|
|
|
# Unbundle
|
|
|
|
|
rm -rf libvmaf/src/third_party/pugixml
|
|
|
|
|
rm -rf third_party/libsvm
|
|
|
|
|
sed -i -e 's@1.3.16@%{version}@g' libvmaf/meson.build
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
pushd libvmaf
|
|
|
|
@ -112,6 +113,9 @@ touch -r LICENSE %{buildroot}%{rpmmacrodir}/macros.%{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat May 23 2020 Leigh Scott <leigh123linux@gmail.com> - 1.5.1-3
|
|
|
|
|
- Fix pkconfig version
|
|
|
|
|
|
|
|
|
|
* Wed Mar 04 2020 Leigh Scott <leigh123linux@gmail.com> - 1.5.1-2
|
|
|
|
|
- Use shared for vmafossexec
|
|
|
|
|
|
|
|
|
|