Compare commits

..

No commits in common. "4847ec9cc885a3e96170e700c052c8f71dccf12b" and "039f02cba35866f6146f4df717a055c3f88d7fe8" have entirely different histories.

3 changed files with 14 additions and 33 deletions

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

Binary file not shown.

Binary file not shown.

View File

@ -1,15 +1,12 @@
Name: frei0r-plugins
Version: 2.3.0
Release: 1
Version: 1.6.1
Release: 8
Summary: Minimalistic plugin API for video effects, by the Piksel Developers Union
License: GPLv2+
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/arvhive/frei0r-plugins-%{version}.tar.gz
BuildRequires: cmake doxygen graphviz gcc-c++
BuildRequires: libtool
BuildRequires: gavl-devel >= 0.2.3
BuildRequires: cairo-devel >= 1.0.0
BuildRequires: libtool gcc-c++ gavl-devel cairo-devel
%description
Frei0r is a minimalistic plugin API for video effects.
@ -34,15 +31,15 @@ Headerfiles for frei0r-plugins
%autosetup -n frei0r-%{version} -p1
%build
%cmake -DCMAKE_INSTALL_PREFIX=/usr ./
make %{?_smp_mflags}
mkdir -p m4
autoreconf -i
%configure
%make_build
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
#Remove installed doc
rm -rf %{buildroot}%{_docdir}/%{name}
%make_install
%delete_la_and_a
rm -rf %{buildroot}/%{_datadir}/doc/%{name}
%files
%defattr(-,root,root)
@ -58,24 +55,8 @@ rm -rf %{buildroot}%{_docdir}/%{name}
%files help
%defattr(-,root,root)
%doc ChangeLog README.md
%doc ChangeLog README.md TODO
%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
- Package init