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 Name: frei0r-plugins
Version: 2.3.0 Version: 1.6.1
Release: 1 Release: 8
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/arvhive/frei0r-plugins-%{version}.tar.gz
BuildRequires: cmake doxygen graphviz gcc-c++ BuildRequires: libtool gcc-c++ gavl-devel cairo-devel
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.
@ -26,7 +23,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
Headerfiles for frei0r-plugins Headerfilesforfrei0r-plugins
%package_help %package_help
@ -34,15 +31,15 @@ Headerfiles for frei0r-plugins
%autosetup -n frei0r-%{version} -p1 %autosetup -n frei0r-%{version} -p1
%build %build
%cmake -DCMAKE_INSTALL_PREFIX=/usr ./ mkdir -p m4
make %{?_smp_mflags} autoreconf -i
%configure
%install %make_build
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
#Remove installed doc %install
rm -rf %{buildroot}%{_docdir}/%{name} %make_install
%delete_la_and_a
rm -rf %{buildroot}/%{_datadir}/doc/%{name}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
@ -58,24 +55,8 @@ rm -rf %{buildroot}%{_docdir}/%{name}
%files help %files help
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog README.md %doc ChangeLog README.md TODO
%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