Backport a fix to make gnome-screenshot --area work
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
Name: mutter
|
||||
Version: 3.22.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
|
||||
License: GPLv2+
|
||||
@@ -15,6 +15,8 @@ Source0: http://download.gnome.org/sources/%{name}/3.22/%{name}-%{version}
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=772422
|
||||
Patch0: 0001-Use-eglGetPlatformDisplay.patch
|
||||
# Backported from upstream
|
||||
Patch1: 0001-clutter-stage-Fix-framebuffer-capture-origin-offset-.patch
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: pango-devel
|
||||
@@ -107,6 +109,7 @@ the functionality of the installed %{name} package.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
@@ -181,6 +184,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/mutter/tests
|
||||
|
||||
%changelog
|
||||
* Tue Oct 18 2016 Kalev Lember <klember@redhat.com> - 3.22.1-3
|
||||
- Backport a fix to make gnome-screenshot --area work
|
||||
|
||||
* Tue Oct 11 2016 Adam Jackson <ajax@redhat.com> - 3.22.1-2
|
||||
- Prefer eglGetPlatformDisplay() to eglGetDisplay()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user