|
|
|
@ -1,12 +1,11 @@
|
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
|
# https://github.com/georgmartius/vid.stab/commit/f9166e9b082242b622b5b456ef80cbdbd4042826
|
|
|
|
|
%global commit f9166e9b082242b622b5b456ef80cbdbd4042826
|
|
|
|
|
# https://github.com/georgmartius/vid.stab/commit/aeabc8daa7904f9edf7441a11f293965a5ef53b8
|
|
|
|
|
%global commit aeabc8daa7904f9edf7441a11f293965a5ef53b8
|
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
%global commitdate 20201110
|
|
|
|
|
%global commitdate 20190213
|
|
|
|
|
|
|
|
|
|
Name: vid.stab
|
|
|
|
|
Version: 1.1.0
|
|
|
|
|
Release: 18.%{commitdate}git%{shortcommit}%{?dist}
|
|
|
|
|
Release: 12.%{commitdate}git%{shortcommit}%{?dist}
|
|
|
|
|
Summary: Video stabilize library for fmpeg, mlt or transcode
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://public.hronopik.de/vid.stab
|
|
|
|
@ -42,17 +41,17 @@ sed -i 's|-Wall -O0|-Wall -O|' tests/CMakeLists.txt
|
|
|
|
|
sed -i 's|return units_failed==0;|return units_failed>0;|' tests/testframework.c
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%cmake
|
|
|
|
|
%cmake_build
|
|
|
|
|
%cmake .
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
# build the tests program
|
|
|
|
|
pushd tests
|
|
|
|
|
%cmake
|
|
|
|
|
%cmake_build
|
|
|
|
|
%cmake .
|
|
|
|
|
%make_build
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%cmake_install
|
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
LD_LIBRARY_PATH=%{buildroot}%{_libdir} tests/tests || :
|
|
|
|
@ -70,25 +69,8 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} tests/tests || :
|
|
|
|
|
%{_libdir}/pkgconfig/vidstab.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 14 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.0-18.20201110gitf9166e9
|
|
|
|
|
- Update to 1.1.0-18.20201110gitf9166e9
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-17.20190213gitaeabc8d
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-16.20190213gitaeabc8d
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-15.20190213gitaeabc8d
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
- Fix cmake build
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-14.20190213gitaeabc8d
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-13.20190213gitaeabc8d
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
* Tue Feb 27 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.1.0-12.20190213gitaeabc8d
|
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-12.20190213gitaeabc8d
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|