Compare commits
10 Commits
039f02cba3
...
4847ec9cc8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4847ec9cc8 | ||
|
|
e5f2e25faf | ||
|
|
18606e8890 | ||
|
|
9aa6668fce | ||
|
|
de7b42b00f | ||
|
|
4d2b45b0e9 | ||
|
|
f1e3bb97e5 | ||
|
|
332ae80161 | ||
|
|
bb8762efd2 | ||
|
|
d840164483 |
Binary file not shown.
BIN
frei0r-plugins-2.3.0.tar.gz
Normal file
BIN
frei0r-plugins-2.3.0.tar.gz
Normal file
Binary file not shown.
@ -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.
|
||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user