update to 1.8.0

This commit is contained in:
dillon_chen 2022-06-20 12:29:46 +08:00
parent f1e3bb97e5
commit 4d2b45b0e9
4 changed files with 16 additions and 2 deletions

9
TODO.patch Normal file
View File

@ -0,0 +1,9 @@
diff -urN frei0r-1.8.0/Makefile.am frei0r-1.8.0.new/Makefile.am
--- frei0r-1.8.0/Makefile.am 2022-03-28 04:59:28.000000000 +0800
+++ frei0r-1.8.0.new/Makefile.am 2022-06-20 12:11:55.651915117 +0800
@@ -16,4 +16,4 @@
pkgconfig_DATA = frei0r.pc
docsdir = ${prefix}/share/doc/${PACKAGE}
-docs_DATA = README.md ChangeLog TODO AUTHORS
+docs_DATA = README.md ChangeLog AUTHORS

Binary file not shown.

BIN
frei0r-plugins-1.8.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,11 @@
Name: frei0r-plugins Name: frei0r-plugins
Version: 1.7.0 Version: 1.8.0
Release: 1 Release: 1
Summary: Minimalistic plugin API for video effects, by the Piksel Developers Union Summary: Minimalistic plugin API for video effects, by the Piksel Developers Union
License: GPLv2+ License: GPLv2+
URL: https://github.com/dyne/frei0r URL: https://github.com/dyne/frei0r
Source0: https://github.com/dyne/frei0r/archive/v%{version}.tar.gz#/frei0r-plugins-%{version}.tar.gz Source0: https://github.com/dyne/frei0r/archive/v%{version}.tar.gz#/frei0r-plugins-%{version}.tar.gz
Patch1: TODO.patch
BuildRequires: libtool gcc-c++ gavl-devel cairo-devel BuildRequires: libtool gcc-c++ gavl-devel cairo-devel
@ -55,9 +56,13 @@ rm -rf %{buildroot}/%{_datadir}/doc/%{name}
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog README.md TODO %doc ChangeLog README.md
%changelog %changelog
* Mon Jun 20 2022 dillon chen <dillon.chen@gmail.com> - 1.8.0-1
- Update to 1.8.0
- remove TODO
* Wed Jan 20 2021 wangchen <wangchen137@huawei.com> - 1.7.0-1 * Wed Jan 20 2021 wangchen <wangchen137@huawei.com> - 1.7.0-1
- Update to 1.7.0 - Update to 1.7.0