rebuilt with opencv 4.11.0 [release 2.3.3-2mamba;Wed Feb 12 2025]

This commit is contained in:
Silvan Calarco 2025-02-13 09:52:44 +01:00
parent d8dd7e0fdb
commit 2c4ce313aa

View File

@ -1,6 +1,6 @@
Name: frei0r-plugins Name: frei0r-plugins
Version: 2.3.3 Version: 2.3.3
Release: 1mamba Release: 2mamba
Summary: A minimalistic plugin API for video sources and filters Summary: A minimalistic plugin API for video sources and filters
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -8,7 +8,6 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://frei0r.dyne.org/ URL: https://frei0r.dyne.org/
Source: https://github.com/dyne/frei0r.git/v%{version}/frei0r-%{version}.tar.bz2 Source: https://github.com/dyne/frei0r.git/v%{version}/frei0r-%{version}.tar.bz2
#Source: https://files.dyne.org/frei0r/frei0r-plugins-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -17,7 +16,7 @@ BuildRequires: libgcc
BuildRequires: libopencv-devel BuildRequires: libopencv-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libopencv-devel >= 4.9.0-1mamba BuildRequires: libopencv-devel >= 4.11.0-1mamba
%description %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. 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.
@ -31,8 +30,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
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. 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 needed for development.
%debug_package
%prep %prep
%setup -q -n frei0r-%{version} %setup -q -n frei0r-%{version}
@ -57,10 +54,11 @@ This package contains static libraries and header files needed for development.
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/*.h %{_includedir}/*.h
%{_libdir}/pkgconfig/frei0r.pc %{_libdir}/pkgconfig/frei0r.pc
#%dir %{_datadir}/doc/frei0r-plugins
#%{_datadir}/doc/frei0r-plugins/*
%changelog %changelog
* Wed Feb 12 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.3-2mamba
- rebuilt with opencv 4.11.0
* Fri Jun 07 2024 Automatic Build System <autodist@openmamba.org> 2.3.3-1mamba * Fri Jun 07 2024 Automatic Build System <autodist@openmamba.org> 2.3.3-1mamba
- automatic version update by autodist - automatic version update by autodist