diff --git a/frei0r-plugins.spec b/frei0r-plugins.spec index 8b41c7f..ee9fb97 100644 --- a/frei0r-plugins.spec +++ b/frei0r-plugins.spec @@ -1,20 +1,21 @@ Name: frei0r-plugins -Version: 1.7.0 +Version: 1.8.0 Release: 1mamba Summary: A minimalistic plugin API for video sources and filters Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.piksel.org/frei0r +URL: https://www.piksel.org/frei0r Source: https://files.dyne.org/frei0r/frei0r-plugins-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libcairo-devel BuildRequires: libgcc +BuildRequires: libopencv-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description frei0r is a minimalistic plugin API for video sources and filters. The behavior of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications. @@ -26,12 +27,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel frei0r is a minimalistic plugin API for video sources and filters. The behavior of the effects can be controlled from the host by simple parameters. The intent is to solve the recurring reimplementation or adaptation issue of standard effects. It is not meant as a generic API for all kinds of video applications. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q touch README.md ChangeLog TODO AUTHORS +./autogen.sh %build # FIXME: @@ -62,6 +65,9 @@ touch README.md ChangeLog TODO AUTHORS %doc README.txt %changelog +* Sat Apr 02 2022 Automatic Build System 1.8.0-1mamba +- automatic version update by autodist + * Mon Jan 27 2020 Automatic Build System 1.7.0-1mamba - automatic version update by autodist