|
|
@ -1,15 +1,11 @@
|
|
|
|
%global commit0 8f41503605e6e55b34945e49cba864697e1ca683
|
|
|
|
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
%global commitdate0 20190403
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: vmaf
|
|
|
|
Name: vmaf
|
|
|
|
Version: 1.3.14
|
|
|
|
Version: 1.3.15
|
|
|
|
Release: 2.%{commitdate0}git%{shortcommit0}%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Video Multi-Method Assessment Fusion
|
|
|
|
Summary: Video Multi-Method Assessment Fusion
|
|
|
|
|
|
|
|
|
|
|
|
License: ASL 2.0
|
|
|
|
License: ASL 2.0
|
|
|
|
URL: https://github.com/netflix/vmaf/
|
|
|
|
URL: https://github.com/netflix/vmaf
|
|
|
|
Source0: %{url}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
|
|
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Patch0: 0001-Use-PREFIX-and-LIBDIR-build-variable-instead-of-cust.patch
|
|
|
|
Patch0: 0001-Use-PREFIX-and-LIBDIR-build-variable-instead-of-cust.patch
|
|
|
|
Patch1: 0002-Unbundle-pugixml.patch
|
|
|
|
Patch1: 0002-Unbundle-pugixml.patch
|
|
|
|
Patch3: 0004-Use-better-FLAGS-for-ptools.patch
|
|
|
|
Patch3: 0004-Use-better-FLAGS-for-ptools.patch
|
|
|
@ -66,7 +62,7 @@ developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n %{name}-%{commit0}
|
|
|
|
%autosetup -p1
|
|
|
|
# Unbundle
|
|
|
|
# Unbundle
|
|
|
|
rm -rf wrapper/src/pugixml
|
|
|
|
rm -rf wrapper/src/pugixml
|
|
|
|
rm -rf libsvm
|
|
|
|
rm -rf libsvm
|
|
|
@ -129,11 +125,14 @@ touch -r LICENSE %{buildroot}%{rpmmacrodir}/macros.%{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Sep 11 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.3.15-1
|
|
|
|
|
|
|
|
- Update to 1.3.15
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.14-2.20190403git8f41503
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.14-2.20190403git8f41503
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Apr 06 2019 Nicolas Chauvet <kwizart@gmail.com> - 1.3.14-1.20190403git8f415036
|
|
|
|
* Sat Apr 06 2019 Nicolas Chauvet <kwizart@gmail.com> - 1.3.14-1.20190403git8f415036
|
|
|
|
- Update to 1.13.4
|
|
|
|
- Update to 1.3.14
|
|
|
|
- Rebase patches
|
|
|
|
- Rebase patches
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.9-2.20180914gita654f6f
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.9-2.20180914gita654f6f
|
|
|
|