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
|
||||
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 <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- rebuilt with opencv 4.5.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user