|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
Name: vid.stab
|
|
|
|
|
Version: 1.1.0
|
|
|
|
|
Release: 1.%{commitdate}git%{shortcommit}%{?dist}
|
|
|
|
|
Release: 9.%{commitdate}git%{shortcommit}%{?dist}
|
|
|
|
|
Summary: Video stabilize library for fmpeg, mlt or transcode
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://public.hronopik.de/vid.stab
|
|
|
|
@ -16,6 +16,9 @@ BuildRequires: gcc-c++
|
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
BuildRequires: orc-devel
|
|
|
|
|
Requires: glibc
|
|
|
|
|
#To be removed more or less in Fedora 32
|
|
|
|
|
Provides: %{name}-libs = %{version}-%{release}
|
|
|
|
|
Obsoletes: %{name}-libs < %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Vidstab is a video stabilization library which can be plugged-in with Ffmpeg
|
|
|
|
@ -67,6 +70,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} tests/tests || :
|
|
|
|
|
%{_libdir}/pkgconfig/vidstab.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 01 2018 Sérgio Basto <sergio@serjux.com> - 1.1.0-9.20180529git38ecbaf
|
|
|
|
|
- Obsoletes: vid.stab-libs
|
|
|
|
|
|
|
|
|
|
* Sat Sep 29 2018 Sérgio Basto <sergio@serjux.com> - 1.1.0-1.20180529git38ecbaf
|
|
|
|
|
- Fix version number and update the source code
|
|
|
|
|
|
|
|
|
|