update to 9.0.0 [release 9.0.0-1mamba;Thu Mar 30 2023]
This commit is contained in:
parent
705649f32e
commit
701c57ab07
@ -1,13 +1,13 @@
|
|||||||
Name: mesa-demos
|
Name: mesa-demos
|
||||||
Version: 8.5.0
|
Version: 9.0.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Demos for the Mesa GL libraries
|
Summary: Demos for the Mesa GL libraries
|
||||||
Group: Applications/Graphics
|
Group: Applications/Graphics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.mesa3d.org/
|
URL: https://www.mesa3d.org/
|
||||||
Source: https://archive.mesa3d.org/demos/%{version}/mesa-demos-%{version}.tar.bz2
|
Source: https://archive.mesa3d.org/demos/mesa-demos-%{version}.tar.xz
|
||||||
Patch0: %{name}-8.0.1-missing_headers.patch
|
Patch0: %{name}-8.0.1-missing_headers.patch
|
||||||
Patch1: mesa-demos-8.0.1-arm-tegra-es2gears-float.patch
|
Patch1: mesa-demos-8.0.1-arm-tegra-es2gears-float.patch
|
||||||
Patch2: mesa-demos-8.0.1-arm-tegra-eglut-VisualNoMask.patch
|
Patch2: mesa-demos-8.0.1-arm-tegra-eglut-VisualNoMask.patch
|
||||||
@ -17,11 +17,16 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libGLU-devel
|
BuildRequires: libGLU-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
|
BuildRequires: libdecor-devel
|
||||||
|
BuildRequires: libdrm-devel
|
||||||
BuildRequires: libfreeglut-devel
|
BuildRequires: libfreeglut-devel
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libmesa-devel
|
BuildRequires: libmesa-devel
|
||||||
|
BuildRequires: libvulkan-devel
|
||||||
BuildRequires: libwayland-devel
|
BuildRequires: libwayland-devel
|
||||||
BuildRequires: libwayland-egl-devel
|
BuildRequires: libwayland-egl-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
|
BuildRequires: libxkbcommon-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libmesa-devel
|
BuildRequires: libmesa-devel
|
||||||
|
|
||||||
@ -39,7 +44,7 @@ Obsoletes: mesa-tools < 8.4.0-3mamba
|
|||||||
%description -n mesa-tests
|
%description -n mesa-tests
|
||||||
Test and information tools for the Mesa libraries.
|
Test and information tools for the Mesa libraries.
|
||||||
|
|
||||||
#% debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -97,6 +102,9 @@ rm -f %{buildroot}%{_bindir}/clear
|
|||||||
%{_datadir}/mesa-demos/*
|
%{_datadir}/mesa-demos/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 30 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 9.0.0-1mamba
|
||||||
|
- update to 9.0.0
|
||||||
|
|
||||||
* Tue Aug 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 8.5.0-2mamba
|
* Tue Aug 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 8.5.0-2mamba
|
||||||
- restore previous install code removing conflicting files bitmap and clear
|
- restore previous install code removing conflicting files bitmap and clear
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user