[packages/Mesa-legacy-omx] - Mesa OMX driver built from last supporting Mesa version
qboosh
qboosh at pld-linux.org
Sat Feb 8 09:57:14 CET 2025
commit 23d8d82e5ed72d43f4a89a7c323cfc717438c2ca
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Feb 8 08:47:13 2025 +0100
- Mesa OMX driver built from last supporting Mesa version
Mesa-legacy-omx.spec | 212 +++++++++++++++++++++++++++++++++++++++++++++++++++
x32.patch | 11 +++
2 files changed, 223 insertions(+)
---
diff --git a/Mesa-legacy-omx.spec b/Mesa-legacy-omx.spec
new file mode 100644
index 0000000..4df1851
--- /dev/null
+++ b/Mesa-legacy-omx.spec
@@ -0,0 +1,212 @@
+# TODO:
+# - libtizonia >= 0.10.0 as an alternative for bellagio?
+#
+# Conditional build:
+%bcond_without gallium_i915 # gallium i915 driver
+%bcond_without gallium_nouveau # gallium nouveau driver
+%bcond_without gallium_radeon # gallium radeon drivers
+%bcond_without gallium_zink # gallium zink driver (based on vulkan)
+%bcond_with sse2 # SSE2 instructions
+%bcond_with hud_extra # HUD block/NIC I/O HUD stats support
+%bcond_with lm_sensors # HUD lm_sensors support
+%bcond_with tests # tests
+
+%define libdrm_ver 2.4.121
+%define dri2proto_ver 2.8
+%define glproto_ver 1.4.14
+%define zlib_ver 1.2.8
+%define libglvnd_ver 1.3.4-2
+%define llvm_ver 15.0.0
+%define gcc_ver 6:8
+
+%ifarch %{x86_with_sse2}
+%define with_sse2 1
+%endif
+
+Summary: Free OpenGL implementation
+Summary(pl.UTF-8): Wolnodostępna implementacja standardu OpenGL
+Name: Mesa-legacy-omx
+Version: 24.2.8
+Release: 1
+License: MIT (core) and others - see license.html file
+Group: X11/Libraries
+Source0: https://archive.mesa3d.org/mesa-%{version}.tar.xz
+# Source0-md5: 8e80f63c4983a4cff5dec6ede74dd77c
+Patch0: x32.patch
+URL: https://www.mesa3d.org/
+BuildRequires: SPIRV-LLVM-Translator-devel >= 8.0.1.3
+%{?with_gallium_zink:BuildRequires: Vulkan-Loader-devel}
+BuildRequires: bison >= 2.4.1
+BuildRequires: elfutils-devel
+BuildRequires: expat-devel >= 1.95
+BuildRequires: flex >= 2.5.35
+BuildRequires: gcc >= %{gcc_ver}
+%ifarch %{armv6}
+BuildRequires: libatomic-devel
+%endif
+BuildRequires: libdrm-devel >= %{libdrm_ver}
+BuildRequires: libglvnd-devel >= %{libglvnd_ver}
+BuildRequires: libselinux-devel
+BuildRequires: libstdc++-devel >= %{gcc_ver}
+BuildRequires: libunwind-devel
+BuildRequires: libxcb-devel >= 1.17
+BuildRequires: llvm-devel >= %{llvm_ver}
+BuildRequires: llvm-libclc
+BuildRequires: libomxil-bellagio-devel
+%{?with_lm_sensors:BuildRequires: lm_sensors-devel}
+BuildRequires: meson >= 1.4.0
+BuildRequires: ninja >= 1.5
+BuildRequires: pkgconfig
+BuildRequires: pkgconfig(talloc) >= 2.0.1
+BuildRequires: pkgconfig(xcb-dri2) >= 1.8
+BuildRequires: pkgconfig(xcb-dri3) >= 1.17
+BuildRequires: pkgconfig(xcb-glx) >= 1.8.1
+BuildRequires: pkgconfig(xcb-present) >= 1.17
+BuildRequires: pkgconfig(xcb-randr) >= 1.12
+BuildRequires: python3 >= 1:3.2
+BuildRequires: python3-Mako >= 0.8.0
+BuildRequires: python3-PyYAML
+%ifarch %{arm} aarch64
+BuildRequires: python3-pycparser >= 2.20
+%endif
+BuildRequires: rpmbuild(macros) >= 2.042
+BuildRequires: sed >= 4.0
+BuildRequires: spirv-tools-devel >= 2018.0
+BuildRequires: tar >= 1:1.22
+BuildRequires: udev-devel
+BuildRequires: xcb-util-keysyms-devel
+BuildRequires: xorg-lib-libX11-devel
+BuildRequires: xorg-lib-libXext-devel >= 1.0.5
+BuildRequires: xorg-lib-libXfixes-devel >= 2.0
+BuildRequires: xorg-lib-libXrandr-devel >= 1.3
+BuildRequires: xorg-lib-libXxf86vm-devel
+BuildRequires: xorg-lib-libxshmfence-devel >= 1.1
+BuildRequires: xorg-proto-dri2proto-devel >= %{dri2proto_ver}
+BuildRequires: xorg-proto-glproto-devel >= %{glproto_ver}
+BuildRequires: xz
+BuildRequires: zlib-devel >= %{zlib_ver}
+BuildRequires: zstd-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Mesa is a 3-D graphics library with an API which is very similar to
+that of OpenGL(R). To the extent that Mesa utilizes the OpenGL command
+syntax or state machine, it is being used with authorization from
+Silicon Graphics, Inc. However, the author does not possess an OpenGL
+license from SGI, and makes no claim that Mesa is in any way a
+compatible replacement for OpenGL or associated with SGI.
+
+%description -l pl.UTF-8
+Mesa jest biblioteką grafiki 3D z API bardzo podobnym do OpenGL(R). Do
+tego stopnia, że Mesa używa składni i automatu OpenGL jest używana z
+autoryzacją Silicon Graphics, Inc. Jednak autor nie posiada licencji
+OpenGL od SGI i nie twierdzi, że Mesa jest kompatybilnym zamiennikiem
+OpenGL ani powiązana z SGI.
+
+%package -n omxil-mesa
+Summary: Mesa driver for Bellagio OpenMAX IL API
+Summary(pl.UTF-8): Sterownik Mesa nouveau dla API Bellagio OpenMAX IL
+License: MIT
+Group: X11/Libraries
+Requires: libdrm%{?_isa} >= %{libdrm_ver}
+Requires: libomxil-bellagio
+Requires: libxcb%{?_isa} >= 1.17
+Requires: zlib%{?_isa} >= %{zlib_ver}
+Obsoletes: omxil-mesa-nouveau < 10.3
+Obsoletes: omxil-mesa-r600 < 10.3
+Obsoletes: omxil-mesa-radeonsi < 10.3
+
+%description -n omxil-mesa
+Mesa driver for Bellagio OpenMAX IL API.
+
+%description -n omxil-mesa -l pl.UTF-8
+Sterownik Mesa dla API Bellagio OpenMAX IL.
+
+%prep
+%setup -q -n mesa-%{version}
+%patch -P0 -p1
+
+%build
+gallium_drivers="virgl llvmpipe softpipe %{?with_gallium_zink:zink} \
+%ifarch %{ix86} %{x8664} x32
+svga iris %{?with_gallium_i915:i915} crocus \
+%endif
+%if %{with gallium_radeon}
+r300 r600 radeonsi \
+%endif
+%if %{with gallium_nouveau}
+nouveau
+%endif
+%ifarch %{arm} aarch64
+etnaviv \
+freedreno \
+lima \
+panfrost \
+%{?with_gallium_nouveau:tegra} \
+v3d \
+vc4 \
+%endif
+"
+# TODO: asahi (Apple Silicon) - arm/aarch64?
+
+gallium_drivers=$(echo $gallium_drivers | xargs | tr ' ' ',')
+
+%meson \
+ -Dplatforms=x11 \
+ -Dandroid-libbacktrace=disabled \
+ -Ddri3=enabled \
+ -Ddri-drivers-path=%{_libdir}/xorg/modules/dri \
+ -Degl=disabled \
+ -Dgallium-drivers=${gallium_drivers} \
+ %{?with_hud_extra:-Dgallium-extra-hud=true} \
+ -Dgallium-nine=false \
+ -Dgallium-omx=bellagio \
+ -Dgallium-opencl=disabled \
+ -Dgallium-va=disabled \
+ -Dgallium-vdpau=disabled \
+ -Dgallium-xa=disabled \
+ -Dgbm=disabled \
+ -Dgles1=disabled \
+ -Dgles2=disabled \
+ -Dglvnd=enabled \
+ -Dglx=dri \
+ -Dintel-rt=disabled \
+ -Dlibunwind=enabled \
+ -Dlmsensors=%{?with_lm_sensors:enabled}%{!?with_lm_sensors:disabled} \
+ -Dmicrosoft-clc=disabled \
+ -Dopencl-spirv=false \
+ -Dopengl=true \
+ -Dosmesa=false \
+ -Dselinux=true \
+ -Dsse2=%{__true_false sse2} \
+ -Dvideo-codecs=all \
+ -Dvulkan-drivers= \
+ -Dvulkan-icd-dir=/usr/share/vulkan/icd.d \
+%ifarch %{arm} aarch64
+ -Dfreedreno-kmds=msm,virtio \
+ -Dimagination-srv=true
+%endif
+
+%meson_build
+
+%{?with_tests:%meson_test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%meson_install
+
+# rely on standard Mesa
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libGLX_mesa.so*
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libgallium-*.so
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libglapi.so*
+%{__rm} $RPM_BUILD_ROOT%{_pkgconfigdir}/dri.pc
+%{__rm} -r $RPM_BUILD_ROOT%{_includedir}/GL
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/drirc.d
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -n omxil-mesa
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/bellagio/libomx_mesa.so
diff --git a/x32.patch b/x32.patch
new file mode 100644
index 0000000..1c28bc6
--- /dev/null
+++ b/x32.patch
@@ -0,0 +1,11 @@
+--- mesa-24.2.0/src/util/blake3/meson.build.orig 2024-08-14 18:37:13.000000000 +0200
++++ mesa-24.2.0/src/util/blake3/meson.build 2024-08-19 14:45:23.812609378 +0200
+@@ -24,6 +24,8 @@
+ else
+ files_blake3 += ['blake3_sse2_x86-64_windows_gnu.S', 'blake3_sse41_x86-64_windows_gnu.S', 'blake3_avx2_x86-64_windows_gnu.S', 'blake3_avx512_x86-64_windows_gnu.S']
+ endif
++ elif meson.get_compiler('c').has_define('__ILP32__')
++ blake3_defs += blake3_x86_no_simd_defs
+ else
+ files_blake3 += ['blake3_sse2_x86-64_unix.S', 'blake3_sse41_x86-64_unix.S', 'blake3_avx2_x86-64_unix.S', 'blake3_avx512_x86-64_unix.S']
+ endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/Mesa-legacy-omx.git/commitdiff/23d8d82e5ed72d43f4a89a7c323cfc717438c2ca
More information about the pld-cvs-commit
mailing list