From a1b615a267297373246b3aebe747b19ef7ec2d35 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Thu, 3 Oct 2024 13:56:11 +0300 Subject: [PATCH] - Enable vc4 and v3d for Raspberry Pi graphics in AlmaLinux Resolves: https://github.com/AlmaLinux/raspberry-pi/issues/32 --- SPECS/mesa.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/SPECS/mesa.spec b/SPECS/mesa.spec index c0df241..7455e44 100644 --- a/SPECS/mesa.spec +++ b/SPECS/mesa.spec @@ -31,6 +31,11 @@ %endif %ifarch %{arm} aarch64 +# RHEL doesn't ship vc4 and v3d but we do for RPi +%if 0%{?almalinux} +%global with_vc4 1 +%global with_v3d 1 +%endif %if !0%{?rhel} %global with_etnaviv 1 %global with_lima 1 @@ -70,7 +75,7 @@ Name: mesa Summary: Mesa graphics libraries %global ver 24.1.2 Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)} -Release: 3%{?dist} +Release: 3%{?dist}.alma.1 License: MIT AND BSD-3-Clause AND SGI-B-2.0 URL: http://www.mesa3d.org @@ -871,6 +876,10 @@ popd %endif %changelog +* Thu Oct 03 2024 Eduard Abdullin - 23.3.3-1.alma.1 +- Enable vc4 and v3d for Raspberry Pi graphics in AlmaLinux + Resolves: https://github.com/AlmaLinux/raspberry-pi/issues/32 + * Mon Aug 26 2024 José Expósito - 24.1.2-3 - Match mesa-libEGL version Cherry-picked from: https://src.fedoraproject.org/rpms/mesa/pull-request/24