!4 Upgrade to 0.5.0

From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2021-05-28 16:52:34 +08:00 committed by Gitee
commit cd31feac12
3 changed files with 12 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: gnome-video-effects
Version: 0.4.3
Release: 5
Version: 0.5.0
Release: 1
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
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz
Buildarch: noarch
BuildRequires: intltool
BuildRequires: meson gettext
Requires: frei0r-plugins
%description
This package is a collection of GStreamer effects to be used in different GNOME Modules.
@ -15,11 +15,11 @@ This package is a collection of GStreamer effects to be used in different GNOME
%autosetup -p1
%build
%configure
%make_build
%meson
%meson_build
%install
%make_install
%meson_install
%files
%doc AUTHORS NEWS README COPYING
@ -27,6 +27,11 @@ This package is a collection of GStreamer effects to be used in different GNOME
%{_datadir}/gnome-video-effects
%changelog
* Fri May 28 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.5.0-1
- Upgrade to 0.5.0
- Update Version, Release, Source0, BuildRequires
- Update stage 'build', 'install'
* Wed Dec 11 2019 Tianfei <tianfei16@huawei.com> - 0.4.3-5
- Package init