Update to 1.1.0-14.20201110gitf9166e9

epel9
Martin Gansser 3 years ago
parent 3b2e01b6e7
commit 23d2c259ac

1
.gitignore vendored

@ -1 +1,2 @@
/vid.stab-aeabc8d.tar.gz
/vid.stab-f9166e9.tar.gz

@ -1 +1 @@
SHA512 (vid.stab-aeabc8d.tar.gz) = 9b0b802eb5a0ec1253bfec392b868b6d7e92c59f112da58aa3ea3b09871b2373614bf4a55b510c9360b51af0d18eff2eeaf2a51c17547ebcf2b0b0b036665b81
SHA512 (vid.stab-f9166e9.tar.gz) = 6c4e81b79b37cac0d4c8abfb30b4436b54c7070283e9569d36f92dba2b901e7f8d836b08abc30acf6eb32c7711b8108555a170ab78f3da50fc418730fb8d0663

@ -1,12 +1,12 @@
%undefine __cmake_in_source_build
# https://github.com/georgmartius/vid.stab/commit/aeabc8daa7904f9edf7441a11f293965a5ef53b8
%global commit aeabc8daa7904f9edf7441a11f293965a5ef53b8
# https://github.com/georgmartius/vid.stab/commit/f9166e9b082242b622b5b456ef80cbdbd4042826
%global commit f9166e9b082242b622b5b456ef80cbdbd4042826
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20190213
%global commitdate 20201110
Name: vid.stab
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
License: GPLv2+
URL: http://public.hronopik.de/vid.stab
@ -70,6 +70,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} tests/tests || :
%{_libdir}/pkgconfig/vidstab.pc
%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
- Build EPEL9 package
- Fix cmake build

Loading…
Cancel
Save