Compare commits
10 Commits
4745e4c296
...
9dc35a2aa3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9dc35a2aa3 | ||
|
|
ef3e4b59d6 | ||
|
|
b320290cd9 | ||
|
|
ba013bac89 | ||
|
|
12a40a38b8 | ||
|
|
024463ca30 | ||
|
|
f99c4130bd | ||
|
|
83fb8ec771 | ||
|
|
83bd43f199 | ||
|
|
db1670d17e |
Binary file not shown.
@ -12,10 +12,10 @@ diff --git a/src/backends/native/meta-kms-impl-device-atomic.c b/src/backends/na
|
||||
index bcb41e8ad..bafbc7b8f 100644
|
||||
--- a/src/backends/native/meta-kms-impl-device-atomic.c
|
||||
+++ b/src/backends/native/meta-kms-impl-device-atomic.c
|
||||
@@ -1159,6 +1159,7 @@ is_atomic_allowed (const char *driver_name)
|
||||
@@ -1216,6 +1216,7 @@ is_atomic_allowed (const char *driver_name)
|
||||
"vboxvideo",
|
||||
"nvidia-drm",
|
||||
"virtio_gpu",
|
||||
"xlnx",
|
||||
+ "tegra",
|
||||
NULL,
|
||||
};
|
||||
|
||||
BIN
mutter-44.6.tar.xz
Normal file
BIN
mutter-44.6.tar.xz
Normal file
Binary file not shown.
49
mutter.spec
49
mutter.spec
@ -1,18 +1,20 @@
|
||||
%global glib_version 2.71.0
|
||||
%global gtk3_version 3.19.8
|
||||
%global glib_version 2.53.2
|
||||
%global gsettings_desktop_schemas_version 40~alpha
|
||||
%global gsettings_desktop_schemas_version 40
|
||||
%global json_glib_version 0.12.0
|
||||
%global libinput_version 1.4
|
||||
%global libinput_version 1.19.0
|
||||
%global pipewire_version 0.3.33
|
||||
%global mutter_api_version 10
|
||||
%global lcms2_version 2.6
|
||||
%global colord_version 1.4.5
|
||||
%global mutter_api_version 12
|
||||
|
||||
Name: mutter
|
||||
Version: 42.2
|
||||
Version: 44.6
|
||||
Release: 3
|
||||
Summary: Window and compositing manager based on Clutter
|
||||
License: GPLv2+
|
||||
URL: https://www.gnome.org
|
||||
Source0: http://download.gnome.org/sources/%{name}/42/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{version}.tar.xz
|
||||
|
||||
Patch0: 0001-window-actor-Special-case-shaped-Java-windows.patch
|
||||
Patch1: mutter-42.alpha-disable-tegra.patch
|
||||
@ -24,6 +26,8 @@ BuildRequires: pkgconfig(libpipewire-0.3) >= %{pipewire_version}
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= %{json_glib_version}
|
||||
BuildRequires: pkgconfig(libinput) >= %{libinput_version}
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= %{gsettings_desktop_schemas_version}
|
||||
BuildRequires: pkgconfig(lcms2) >= %{lcms2_version}
|
||||
BuildRequires: pkgconfig(colord) >= %{colord_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.41.0
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(libwacom)
|
||||
@ -58,6 +62,7 @@ BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
BuildRequires: xorg-x11-server
|
||||
BuildRequires: pkgconfig(xwayland)
|
||||
BuildRequires: chrpath
|
||||
|
||||
Requires: gnome-control-center-filesystem
|
||||
Requires: gsettings-desktop-schemas%{?_isa} >= %{gsettings_desktop_schemas_version}
|
||||
@ -94,32 +99,37 @@ developing applications that use %{name}.
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%meson -Degl_device=true -Dwayland_eglstream=true -Dxwayland_initfd=disabled
|
||||
%meson -Degl_device=true -Dwayland_eglstream=true
|
||||
#-Dxwayland_initfd=disabled
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
chrpath -d %{buildroot}%{_bindir}/mutter
|
||||
chrpath -d %{buildroot}%{_libdir}/mutter-%{mutter_api_version}/*.so.*
|
||||
chrpath -d %{buildroot}%{_libdir}/lib*.so.*
|
||||
|
||||
%delete_la_and_a
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
mkdir -p %{buildroot}/etc/ld.so.conf.d
|
||||
%ifarch sw_64
|
||||
echo "/usr/lib/mutter-10" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
echo "/usr/lib/mutter-12" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
%else
|
||||
echo "/usr/lib64/mutter-10" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
echo "/usr/lib64/mutter-12" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
|
||||
%endif
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files -f %{name}.lang
|
||||
%license COPYING
|
||||
%{_bindir}/mutter
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_libdir}/mutter-%{mutter_api_version}/
|
||||
%{_libexecdir}/mutter-restart-helper
|
||||
%{_libexecdir}/mutter-x11-frames
|
||||
%{_datadir}/GConf/gsettings/mutter-schemas.convert
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.mutter.wayland.gschema.xml
|
||||
@ -137,10 +147,25 @@ echo "/usr/lib64/mutter-10" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.con
|
||||
|
||||
%files help
|
||||
%defattr(-,root,root)
|
||||
%doc NEWS
|
||||
%doc NEWS
|
||||
%{_mandir}/man1/*.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Apr 19 2024 liyanan <liyanan61@h-partners.com> - 44.6-3
|
||||
- Fix libmutter-clutter-12.so.0 cannot be loaded
|
||||
|
||||
* Mon Feb 19 2024 hanhuihui <hanhuihui5@huawei.com> - 44.6-2
|
||||
- rebuild for glib2 without sysprof
|
||||
|
||||
* Wed Nov 22 2023 lwg <liweiganga@uniontech.com> - 44.6-1
|
||||
- update to version 44.6
|
||||
|
||||
* Mon Mar 13 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.2-2
|
||||
- remove rpath
|
||||
|
||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.2-1
|
||||
- Update to 43.2
|
||||
|
||||
* Wed Dec 14 2022 wuzx<wuzx1226@qq.com> - 42.2-3
|
||||
- Add sw64 architecture
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user