frei0r-plugins/frei0r-plugins.spec

90 lines
3.0 KiB
RPMSpec
Raw Normal View History

Name: frei0r-plugins
Version: 2.3.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://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
BuildRequires: libcairo-devel
BuildRequires: libgcc
BuildRequires: libopencv-devel
BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: libopencv-devel >= 4.5.5-1mamba
%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.
%package devel
Summary: Devel package for %{name}
Group: Development/Libraries
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.
%debug_package
%prep
%setup -q -n frei0r-%{version}
%build
%cmake -d build
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/frei0r-1/*.so
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/pkgconfig/frei0r.pc
#%dir %{_datadir}/doc/frei0r-plugins
#%{_datadir}/doc/frei0r-plugins/*
%changelog
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 2.3.0-1mamba
- automatic version update by autodist
* 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
* 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
* Sat Dec 23 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.1-1mamba
- update to 1.6.1
* Thu Mar 07 2013 Automatic Build System <autodist@mambasoft.it> 1.4-1mamba
- automatic version update by autodist
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 1.3-1mamba
- update to 1.3
* Wed Apr 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.21-1mamba
- package created by autospec