33 lines
799 B
RPMSpec
33 lines
799 B
RPMSpec
Name: gnome-video-effects
|
|
Version: 0.4.3
|
|
Release: 5
|
|
Summary: Collection for GStreamer video effects
|
|
License: GPLv2
|
|
URL: https://wiki.gnome.org/Projects/GnomeVideoEffects
|
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-video-effects/0.4/gnome-video-effects-%{version}.tar.xz
|
|
Buildarch: noarch
|
|
BuildRequires: intltool
|
|
Requires: frei0r-plugins
|
|
%description
|
|
This package is a collection of GStreamer effects to be used in different GNOME Modules.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%configure
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
|
|
%files
|
|
%doc AUTHORS NEWS README COPYING
|
|
%{_datadir}/pkgconfig/gnome-video-effects.pc
|
|
%{_datadir}/gnome-video-effects
|
|
|
|
%changelog
|
|
* Wed Dec 11 2019 Tianfei <tianfei16@huawei.com> - 0.4.3-5
|
|
- Package init
|
|
|