From 0a8b9050b7002f5e0d91ab72a026ffad5be04e41 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 22:33:50 +0100 Subject: [PATCH] update to 2.2.0 [release 2.2.0-1mamba;Mon Jan 23 2023] --- frei0r-plugins.spec | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/frei0r-plugins.spec b/frei0r-plugins.spec index 5d3e273..dd5b46b 100644 --- a/frei0r-plugins.spec +++ b/frei0r-plugins.spec @@ -1,13 +1,14 @@ Name: frei0r-plugins -Version: 1.8.0 -Release: 2mamba +Version: 2.2.0 +Release: 1mamba Summary: A minimalistic plugin API for video sources and filters Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://frei0r.dyne.org/ -Source: https://files.dyne.org/frei0r/frei0r-plugins-%{version}.tar.gz +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 ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -33,21 +34,16 @@ This package contains static libraries and header files needed for development. %debug_package %prep -%setup -q -touch README.md ChangeLog TODO AUTHORS -./autogen.sh +%setup -q -n frei0r-%{version} %build -# FIXME: -# configure: WARNING: *** opencv >= 1.0.0 not found - this program enables -# optional plugin with the Open Source Computer Vision -# library >= 1.0.0 http://opencvlibrary.sourceforge.net/ *** -%configure +%cmake -d build + %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%makeinstall +%makeinstall -C build %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -55,17 +51,19 @@ touch README.md ChangeLog TODO AUTHORS %files %defattr(-,root,root) %{_libdir}/frei0r-1/*.so -%doc AUTHORS.txt COPYING.txt +%doc AUTHORS COPYING %files devel %defattr(-,root,root) %{_includedir}/*.h %{_libdir}/pkgconfig/frei0r.pc -%dir %{_datadir}/doc/frei0r-plugins -%{_datadir}/doc/frei0r-plugins/* -%doc README.txt +#%dir %{_datadir}/doc/frei0r-plugins +#%{_datadir}/doc/frei0r-plugins/* %changelog +* Mon Jan 23 2023 Silvan Calarco 2.2.0-1mamba +- update to 2.2.0 + * Sun May 29 2022 Silvan Calarco 1.8.0-2mamba - rebuilt with opencv 4.5.5