update to 2.2.0 [release 2.2.0-1mamba;Mon Jan 23 2023]
This commit is contained in:
parent
0800bdf3fa
commit
0a8b9050b7
@ -1,13 +1,14 @@
|
|||||||
Name: frei0r-plugins
|
Name: frei0r-plugins
|
||||||
Version: 1.8.0
|
Version: 2.2.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
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
|
||||||
Distribution: openmamba
|
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://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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -33,21 +34,16 @@ This package contains static libraries and header files needed for development.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n frei0r-%{version}
|
||||||
touch README.md ChangeLog TODO AUTHORS
|
|
||||||
./autogen.sh
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME:
|
%cmake -d build
|
||||||
# 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
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall -C build
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -55,17 +51,19 @@ touch README.md ChangeLog TODO AUTHORS
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/frei0r-1/*.so
|
%{_libdir}/frei0r-1/*.so
|
||||||
%doc AUTHORS.txt COPYING.txt
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/pkgconfig/frei0r.pc
|
%{_libdir}/pkgconfig/frei0r.pc
|
||||||
%dir %{_datadir}/doc/frei0r-plugins
|
#%dir %{_datadir}/doc/frei0r-plugins
|
||||||
%{_datadir}/doc/frei0r-plugins/*
|
#%{_datadir}/doc/frei0r-plugins/*
|
||||||
%doc README.txt
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 23 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.0-1mamba
|
||||||
|
- update to 2.2.0
|
||||||
|
|
||||||
* Sun May 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.0-2mamba
|
* Sun May 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.0-2mamba
|
||||||
- rebuilt with opencv 4.5.5
|
- rebuilt with opencv 4.5.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user