Update to 0.5.0
- Switch to the meson build system
This commit is contained in:
parent
f032c97b72
commit
1c7d6456ed
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/gnome-video-effects-0.4.0.tar.xz
|
||||
/gnome-video-effects-0.4.1.tar.xz
|
||||
/gnome-video-effects-0.4.3.tar.xz
|
||||
/gnome-video-effects-0.5.0.tar.xz
|
||||
|
@ -1,30 +1,33 @@
|
||||
Name: gnome-video-effects
|
||||
Version: 0.4.3
|
||||
Release: 6%{?dist}
|
||||
Version: 0.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Collection of GStreamer video effects
|
||||
|
||||
License: GPLv2
|
||||
URL: https://wiki.gnome.org/Projects/GnomeVideoEffects
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.xz
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.xz
|
||||
Buildarch: noarch
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: gettext
|
||||
BuildRequires: meson
|
||||
|
||||
Requires: frei0r-plugins
|
||||
|
||||
%description
|
||||
A collection of GStreamer effects to be used in different GNOME Modules.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%meson_install
|
||||
|
||||
|
||||
%files
|
||||
@ -35,6 +38,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 0.5.0-1
|
||||
- Update to 0.5.0
|
||||
- Switch to the meson build system
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gnome-video-effects-0.4.3.tar.xz) = 5cf708f7deea4edd5d80cd838a78a7b539cb87504f55bfda1686bbe0136ee0eba20885ab8cd2a880ad0c825bf5ca972b0f612a579016eace736b790d7bdd10d3
|
||||
SHA512 (gnome-video-effects-0.5.0.tar.xz) = 48d68984913e6732a097b4f235671ecb3442945ec843accfae4b4526ecd27641831a847ea193ac1e13a452700c4a76fa15fa84c2293cbaf7b1b2f4d1b85487ce
|
||||
|
Loading…
Reference in New Issue
Block a user