|
|
@ -1,12 +1,12 @@
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
%undefine __cmake_in_source_build
|
|
|
|
# https://github.com/georgmartius/vid.stab/commit/aeabc8daa7904f9edf7441a11f293965a5ef53b8
|
|
|
|
# https://github.com/georgmartius/vid.stab/commit/f9166e9b082242b622b5b456ef80cbdbd4042826
|
|
|
|
%global commit aeabc8daa7904f9edf7441a11f293965a5ef53b8
|
|
|
|
%global commit f9166e9b082242b622b5b456ef80cbdbd4042826
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
%global commitdate 20190213
|
|
|
|
%global commitdate 20201110
|
|
|
|
|
|
|
|
|
|
|
|
Name: vid.stab
|
|
|
|
Name: vid.stab
|
|
|
|
Version: 1.1.0
|
|
|
|
Version: 1.1.0
|
|
|
|
Release: 13.%{commitdate}git%{shortcommit}%{?dist}
|
|
|
|
Release: 14.%{commitdate}git%{shortcommit}%{?dist}
|
|
|
|
Summary: Video stabilize library for fmpeg, mlt or transcode
|
|
|
|
Summary: Video stabilize library for fmpeg, mlt or transcode
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: http://public.hronopik.de/vid.stab
|
|
|
|
URL: http://public.hronopik.de/vid.stab
|
|
|
@ -70,6 +70,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} tests/tests || :
|
|
|
|
%{_libdir}/pkgconfig/vidstab.pc
|
|
|
|
%{_libdir}/pkgconfig/vidstab.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Dec 14 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.0-14.20201110gitf9166e9
|
|
|
|
|
|
|
|
- Update to 1.1.0-14.20201110gitf9166e9
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 14 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.0-13.20190213gitaeabc8d
|
|
|
|
* Tue Dec 14 2021 Martin Gansser <martinkg@fedoraproject.org> - 1.1.0-13.20190213gitaeabc8d
|
|
|
|
- Build EPEL9 package
|
|
|
|
- Build EPEL9 package
|
|
|
|
- Fix cmake build
|
|
|
|
- Fix cmake build
|
|
|
|