frei0r-plugins/frei0r-plugins.spec

85 lines
2.8 KiB
RPMSpec
Raw Normal View History

Name: frei0r-plugins
Version: 1.8.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://www.piksel.org/frei0r
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
%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
touch README.md ChangeLog TODO AUTHORS
./autogen.sh
%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
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_libdir}/frei0r-1/*.so
%doc AUTHORS.txt COPYING.txt
%files devel
%defattr(-,root,root)
%{_includedir}/*.h
%{_libdir}/pkgconfig/frei0r.pc
%dir %{_datadir}/doc/frei0r-plugins
%{_datadir}/doc/frei0r-plugins/*
%doc README.txt
%changelog
* 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