automatic version update by autodist [release 1.8.0-1mamba;Sat Apr 02 2022]

This commit is contained in:
Automatic Build System 2024-01-05 22:33:49 +01:00
parent dcb88d4105
commit 5382d0c714

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 1.8.0-1mamba
- automatic version update by autodist
* Mon Jan 27 2020 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
- automatic version update by autodist