frei0r-plugins/frei0r-plugins.spec

74 lines
1.8 KiB
RPMSpec
Raw Normal View History

2020-03-06 17:27:04 +08:00
Name: frei0r-plugins
2022-06-20 12:29:46 +08:00
Version: 1.8.0
2021-01-20 14:52:28 +08:00
Release: 1
2020-03-06 17:27:04 +08:00
Summary: Minimalistic plugin API for video effects, by the Piksel Developers Union
License: GPLv2+
URL: https://github.com/dyne/frei0r
2020-09-11 14:48:14 +08:00
Source0: https://github.com/dyne/frei0r/archive/v%{version}.tar.gz#/frei0r-plugins-%{version}.tar.gz
2022-06-20 12:29:46 +08:00
Patch1: TODO.patch
2019-12-23 15:15:59 +08:00
2020-03-06 17:27:04 +08:00
BuildRequires: libtool gcc-c++ gavl-devel cairo-devel
2019-12-23 15:15:59 +08:00
%description
2020-03-06 17:27:04 +08:00
Frei0r is a minimalistic plugin API for video effects.
2019-12-23 15:15:59 +08:00
2020-03-06 17:27:04 +08:00
The main emphasis is on simplicity for an API that will round up the
most common video effects into simple filters.
2019-12-23 15:15:59 +08:00
2020-03-06 17:27:04 +08:00
It is a minimalist 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 re-implementation or adaptation issue of standard effect
2019-12-23 15:15:59 +08:00
%package -n frei0r-devel
2020-03-06 17:27:04 +08:00
Summary: Header files for frei0r-plugins
Requires: frei0r-plugins = %{version}-%{release}
2019-12-23 15:15:59 +08:00
%description -n frei0r-devel
2020-03-06 17:27:04 +08:00
Headerfilesforfrei0r-plugins
%package_help
2019-12-23 15:15:59 +08:00
%prep
%autosetup -n frei0r-%{version} -p1
%build
2020-03-06 17:27:04 +08:00
mkdir -p m4
2019-12-23 15:15:59 +08:00
autoreconf -i
2020-03-06 17:27:04 +08:00
%configure
2019-12-23 15:15:59 +08:00
%make_build
%install
%make_install
2020-03-06 17:27:04 +08:00
%delete_la_and_a
rm -rf %{buildroot}/%{_datadir}/doc/%{name}
2019-12-23 15:15:59 +08:00
%files
2020-03-06 17:27:04 +08:00
%defattr(-,root,root)
%doc AUTHORS
%license COPYING
2019-12-23 15:15:59 +08:00
%dir %{_libdir}/frei0r-1
%{_libdir}/frei0r-1/*.so
2020-03-06 17:27:04 +08:00
%files -n frei0r-devel
%defattr(-,root,root)
2019-12-23 15:15:59 +08:00
%{_includedir}/frei0r.h
2020-03-06 17:27:04 +08:00
%{_libdir}/pkgconfig/*.pc
%files help
%defattr(-,root,root)
2022-06-20 12:29:46 +08:00
%doc ChangeLog README.md
2019-12-23 15:15:59 +08:00
%changelog
2022-06-20 12:29:46 +08:00
* Mon Jun 20 2022 dillon chen <dillon.chen@gmail.com> - 1.8.0-1
- Update to 1.8.0
- remove TODO
2021-01-20 14:52:28 +08:00
* Wed Jan 20 2021 wangchen <wangchen137@huawei.com> - 1.7.0-1
- Update to 1.7.0
2020-09-11 14:48:14 +08:00
* Wed Sep 9 2020 Ge Wang <wangge20@huawei.com> - 1.6.1-9
- Modify Source0 Url
2020-03-06 17:27:04 +08:00
* Thu Mar 5 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.1-8
- Package init