Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
4847ec9cc8
!14 Upgrade to latest release [frei0r-plugins -> 2.3.0]
From: @Jason_828e 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-11-06 08:44:04 +00:00
Jason_828e
e5f2e25faf update version to 2.3.0 2023-07-13 21:05:46 +08:00
openeuler-ci-bot
18606e8890
!13 update to 2.2.0
From: @desert-sailor 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-04-14 08:59:25 +00:00
desert-sailor
9aa6668fce upgrade to 2.2.0 2023-04-13 14:41:42 +08:00
openeuler-ci-bot
de7b42b00f
!12 update to 1.8.0
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-06-20 10:35:40 +00:00
dillon_chen
4d2b45b0e9 update to 1.8.0 2022-06-20 12:29:46 +08:00
openeuler-ci-bot
f1e3bb97e5 !11 update to 1.7.0
From: @wangchen2020
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-01-28 09:00:06 +08:00
wangchen2020
332ae80161 update to 1.7.0 2021-01-20 14:52:28 +08:00
openeuler-ci-bot
bb8762efd2 !5 Modify Source0 Url of package frei0r-plugins
From: @wang--ge
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-14 09:33:15 +08:00
wangge
d840164483 Modify Source0 Url 2020-09-11 14:48:14 +08:00
3 changed files with 33 additions and 14 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,12 +1,15 @@
Name: frei0r-plugins Name: frei0r-plugins
Version: 1.6.1 Version: 2.3.0
Release: 8 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/arvhive/frei0r-plugins-%{version}.tar.gz Source0: https://github.com/dyne/frei0r/archive/v%{version}.tar.gz#/frei0r-plugins-%{version}.tar.gz
BuildRequires: libtool gcc-c++ gavl-devel cairo-devel BuildRequires: cmake doxygen graphviz gcc-c++
BuildRequires: libtool
BuildRequires: gavl-devel >= 0.2.3
BuildRequires: cairo-devel >= 1.0.0
%description %description
Frei0r is a minimalistic plugin API for video effects. Frei0r is a minimalistic plugin API for video effects.
@ -23,7 +26,7 @@ Summary: Header files for frei0r-plugins
Requires: frei0r-plugins = %{version}-%{release} Requires: frei0r-plugins = %{version}-%{release}
%description -n frei0r-devel %description -n frei0r-devel
Headerfilesforfrei0r-plugins Headerfiles for frei0r-plugins
%package_help %package_help
@ -31,15 +34,15 @@ Headerfilesforfrei0r-plugins
%autosetup -n frei0r-%{version} -p1 %autosetup -n frei0r-%{version} -p1
%build %build
mkdir -p m4 %cmake -DCMAKE_INSTALL_PREFIX=/usr ./
autoreconf -i make %{?_smp_mflags}
%configure
%make_build
%install %install
%make_install rm -rf $RPM_BUILD_ROOT
%delete_la_and_a make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
rm -rf %{buildroot}/%{_datadir}/doc/%{name}
#Remove installed doc
rm -rf %{buildroot}%{_docdir}/%{name}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -55,8 +58,24 @@ 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
* Wed Jul 12 2023 chenzixuan <chenzixuan@kylinos.cn> - 2.3.0-1
- Update to 2.3.0
* Thu Apr 6 2023 Dongxing Wang <dxwangk@isoftstone.com> - 2.2.0-1
- Update to 2.2.0
* 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
- Update to 1.7.0
* Wed Sep 9 2020 Ge Wang <wangge20@huawei.com> - 1.6.1-9
- Modify Source0 Url
* Thu Mar 5 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.1-8 * Thu Mar 5 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.6.1-8
- Package init - Package init