Upgrade to 0.5.0

Update Version, Release, Source0, BuildRequires
Update stage 'build', 'install'
This commit is contained in:
weijin-deng 2021-05-28 16:46:20 +08:00
parent 298ab82e39
commit 2e838f9813
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 Name: gnome-video-effects
Version: 0.4.3 Version: 0.5.0
Release: 5 Release: 1
Summary: Collection for GStreamer video effects Summary: Collection for GStreamer video effects
License: GPLv2 License: GPLv2
URL: https://wiki.gnome.org/Projects/GnomeVideoEffects 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 Buildarch: noarch
BuildRequires: intltool BuildRequires: meson gettext
Requires: frei0r-plugins Requires: frei0r-plugins
%description %description
This package is a collection of GStreamer effects to be used in different GNOME Modules. 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 %autosetup -p1
%build %build
%configure %meson
%make_build %meson_build
%install %install
%make_install %meson_install
%files %files
%doc AUTHORS NEWS README COPYING %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 %{_datadir}/gnome-video-effects
%changelog %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 * Wed Dec 11 2019 Tianfei <tianfei16@huawei.com> - 0.4.3-5
- Package init - Package init