mutter-never-slice-shape-mask.patch, mutter-use-cogl-texrect-api.patch:
Fix window texturing on hardware without ARB_texture_non_power_of_two (#813648)
This commit is contained in:
12
mutter.spec
12
mutter.spec
@@ -1,6 +1,6 @@
|
||||
Name: mutter
|
||||
Version: 3.4.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
|
||||
Group: User Interface/Desktops
|
||||
@@ -8,6 +8,9 @@ License: GPLv2+
|
||||
#VCS: git:git://git.gnome.org/mutter
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.4/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch0: mutter-never-slice-shape-mask.patch
|
||||
Patch1: mutter-use-cogl-texrect-api.patch
|
||||
|
||||
BuildRequires: clutter-devel >= 1.7.5
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: startup-notification-devel
|
||||
@@ -63,6 +66,8 @@ utilities for testing Metacity/Mutter themes.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
||||
@@ -131,6 +136,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%doc %{_mandir}/man1/mutter-window-demo.1.gz
|
||||
|
||||
%changelog
|
||||
* Wed May 09 2012 Adam Jackson <ajax@redhat.com> 3.4.1-3
|
||||
- mutter-never-slice-shape-mask.patch, mutter-use-cogl-texrect-api.patch:
|
||||
Fix window texturing on hardware without ARB_texture_non_power_of_two
|
||||
(#813648)
|
||||
|
||||
* Wed Apr 18 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
|
||||
- Silence glib-compile-schemas scriplets
|
||||
|
||||
|
||||
Reference in New Issue
Block a user