Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
8
.gitignore
vendored
8
.gitignore
vendored
@ -1 +1,7 @@
|
||||
SOURCES/gnome-video-effects-0.4.3.tar.xz
|
||||
/gnome-video-effects-0.1.0.tar.bz2
|
||||
/gnome-video-effects-0.2.0.tar.bz2
|
||||
/gnome-video-effects-0.3.0.tar.bz2
|
||||
/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 +1 @@
|
||||
1135bb23820edee82a5fca59b4a337c5fca54fe9 SOURCES/gnome-video-effects-0.4.3.tar.xz
|
||||
40a729136da028ffea343d57fd7810c0dfb35d28 gnome-video-effects-0.5.0.tar.xz
|
||||
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}
|
@ -1,31 +1,35 @@
|
||||
Name: gnome-video-effects
|
||||
Version: 0.4.3
|
||||
Release: 3%{?dist}
|
||||
Version: 0.5.0
|
||||
Release: 7%{?dist}
|
||||
Summary: Collection of GStreamer video effects
|
||||
|
||||
Group: System Environment/Libraries
|
||||
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
|
||||
|
||||
%if 0%{?fedora}
|
||||
Requires: frei0r-plugins
|
||||
%endif
|
||||
|
||||
%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
|
||||
@ -36,6 +40,38 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.5.0-7
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 0.5.0-6
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Nov 16 2020 David King <amigadave@amigadave.com> - 0.5.0-4
|
||||
- Depend on frei0r-plugins only on Fedora
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user