|
|
@ -1,14 +1,13 @@
|
|
|
|
%global apiver 13
|
|
|
|
%global apiver 14
|
|
|
|
|
|
|
|
|
|
|
|
Name: weston
|
|
|
|
Name: weston
|
|
|
|
Version: %{apiver}.0.3
|
|
|
|
Version: 13.0.95
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Reference compositor for Wayland
|
|
|
|
Summary: Reference compositor for Wayland
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD and CC-BY-SA
|
|
|
|
License: MIT and CC-BY-SA-3.0
|
|
|
|
URL: http://wayland.freedesktop.org/
|
|
|
|
URL: http://wayland.freedesktop.org/
|
|
|
|
Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: https://gitlab.freedesktop.org/wayland/%{name}/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
|
|
|
|
Patch0: 0001-vnc-Allow-neatvnc-in-version-0.8.0.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
@ -23,14 +22,24 @@ BuildRequires: pkgconfig(cairo-xcb)
|
|
|
|
BuildRequires: pkgconfig(colord) >= 0.1.27
|
|
|
|
BuildRequires: pkgconfig(colord) >= 0.1.27
|
|
|
|
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
|
|
|
BuildRequires: pkgconfig(dbus-1) >= 1.6
|
|
|
|
BuildRequires: pkgconfig(egl)
|
|
|
|
BuildRequires: pkgconfig(egl)
|
|
|
|
BuildRequires: pkgconfig(freerdp2)
|
|
|
|
BuildRequires: pkgconfig(freerdp3)
|
|
|
|
BuildRequires: pkgconfig(gbm) >= 10.2
|
|
|
|
BuildRequires: pkgconfig(gbm) >= 10.2
|
|
|
|
BuildRequires: pkgconfig(glesv2)
|
|
|
|
BuildRequires: pkgconfig(glesv2)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gstreamer-allocators-1.0)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gstreamer-app-1.0)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gstreamer-video-1.0)
|
|
|
|
BuildRequires: pkgconfig(lcms2)
|
|
|
|
BuildRequires: pkgconfig(lcms2)
|
|
|
|
BuildRequires: pkgconfig(libdrm) >= 2.4.30
|
|
|
|
BuildRequires: pkgconfig(libdisplay-info) >= 0.1.1
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libdrm) >= 2.4.109
|
|
|
|
BuildRequires: pkgconfig(libevdev)
|
|
|
|
BuildRequires: pkgconfig(libevdev)
|
|
|
|
BuildRequires: pkgconfig(libinput) >= 0.8.0
|
|
|
|
BuildRequires: pkgconfig(libinput) >= 0.8.0
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libpipewire-0.3)
|
|
|
|
BuildRequires: pkgconfig(libpng)
|
|
|
|
BuildRequires: pkgconfig(libpng)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libseat) >= 0.6.1
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libspa-0.2)
|
|
|
|
BuildRequires: pkgconfig(libsystemd) >= 209
|
|
|
|
BuildRequires: pkgconfig(libsystemd) >= 209
|
|
|
|
BuildRequires: pkgconfig(libudev) >= 136
|
|
|
|
BuildRequires: pkgconfig(libudev) >= 136
|
|
|
|
# libunwind available only on selected arches
|
|
|
|
# libunwind available only on selected arches
|
|
|
@ -42,15 +51,15 @@ BuildRequires: pkgconfig(libva-drm) >= 0.34.0
|
|
|
|
BuildRequires: pkgconfig(libwebp)
|
|
|
|
BuildRequires: pkgconfig(libwebp)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.6
|
|
|
|
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
|
|
|
BuildRequires: pkgconfig(mtdev) >= 1.1.0
|
|
|
|
BuildRequires: pkgconfig(neatvnc)
|
|
|
|
BuildRequires: (pkgconfig(neatvnc) >= 0.7.0 with pkgconfig(neatvnc) < 0.9.0)
|
|
|
|
BuildRequires: pkgconfig(pangocairo)
|
|
|
|
BuildRequires: pkgconfig(pangocairo)
|
|
|
|
BuildRequires: pkgconfig(pixman-1) >= 0.25.2
|
|
|
|
BuildRequires: pkgconfig(pixman-1) >= 0.25.2
|
|
|
|
BuildRequires: pkgconfig(wayland-client) >= 1.12.0
|
|
|
|
BuildRequires: pkgconfig(wayland-client) >= 1.22.0
|
|
|
|
BuildRequires: pkgconfig(wayland-cursor)
|
|
|
|
BuildRequires: pkgconfig(wayland-cursor)
|
|
|
|
BuildRequires: pkgconfig(wayland-egl)
|
|
|
|
BuildRequires: pkgconfig(wayland-egl)
|
|
|
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.24
|
|
|
|
BuildRequires: pkgconfig(wayland-protocols) >= 1.33
|
|
|
|
BuildRequires: pkgconfig(wayland-scanner)
|
|
|
|
BuildRequires: pkgconfig(wayland-scanner)
|
|
|
|
BuildRequires: pkgconfig(wayland-server)
|
|
|
|
BuildRequires: pkgconfig(wayland-server) >= 1.22
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
BuildRequires: pkgconfig(x11-xcb)
|
|
|
|
BuildRequires: pkgconfig(x11-xcb)
|
|
|
|
BuildRequires: pkgconfig(xcb)
|
|
|
|
BuildRequires: pkgconfig(xcb)
|
|
|
@ -61,13 +70,6 @@ BuildRequires: pkgconfig(xcb-xfixes)
|
|
|
|
BuildRequires: pkgconfig(xcb-xkb)
|
|
|
|
BuildRequires: pkgconfig(xcb-xkb)
|
|
|
|
BuildRequires: pkgconfig(xcursor)
|
|
|
|
BuildRequires: pkgconfig(xcursor)
|
|
|
|
BuildRequires: pkgconfig(xkbcommon)
|
|
|
|
BuildRequires: pkgconfig(xkbcommon)
|
|
|
|
BuildRequires: pkgconfig(libpipewire-0.3)
|
|
|
|
|
|
|
|
BuildRequires: poppler-devel
|
|
|
|
|
|
|
|
BuildRequires: poppler-glib-devel
|
|
|
|
|
|
|
|
BuildRequires: gstreamer1-devel
|
|
|
|
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel
|
|
|
|
|
|
|
|
BuildRequires: pipewire-devel
|
|
|
|
|
|
|
|
BuildRequires: libseat-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts: %{name} < 13.0.0-4
|
|
|
|
Conflicts: %{name} < 13.0.0-4
|
|
|
|
Obsoletes: %{name} < 13.0.0-4
|
|
|
|
Obsoletes: %{name} < 13.0.0-4
|
|
|
@ -210,6 +212,9 @@ Common headers for weston
|
|
|
|
%{_datadir}/libweston-%{apiver}/protocols/
|
|
|
|
%{_datadir}/libweston-%{apiver}/protocols/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Sep 02 2024 Neal Gompa <ngompa@fedoraproject.org> - 13.0.95-1
|
|
|
|
|
|
|
|
- Rebase to 14.0.0~rc3 (13.0.95)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 27 2024 Neal Gompa <ngompa@fedoraproject.org> - 13.0.3-3
|
|
|
|
* Tue Aug 27 2024 Neal Gompa <ngompa@fedoraproject.org> - 13.0.3-3
|
|
|
|
- Mark weston remote access pam config noreplace (rhbz#2307373)
|
|
|
|
- Mark weston remote access pam config noreplace (rhbz#2307373)
|
|
|
|
|
|
|
|
|
|
|
|