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.0.tar.xz
|
||||||
/gnome-video-effects-0.4.1.tar.xz
|
/gnome-video-effects-0.4.1.tar.xz
|
||||||
/gnome-video-effects-0.4.3.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
|
Name: gnome-video-effects
|
||||||
Version: 0.4.3
|
Version: 0.5.0
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Collection of GStreamer video effects
|
Summary: Collection of 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/%{name}/0.4/%{name}-%{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: gettext
|
||||||
|
BuildRequires: meson
|
||||||
|
|
||||||
Requires: frei0r-plugins
|
Requires: frei0r-plugins
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A collection of GStreamer effects to be used in different GNOME Modules.
|
A collection of GStreamer effects to be used in different GNOME Modules.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%meson
|
||||||
make %{?_smp_mflags}
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
%meson_install
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -35,6 +38,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- 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