mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-24 07:02:54 +00:00
Updated to 19.1.7
This commit is contained in:
parent
1fcd635e04
commit
f0b0eeb09d
2 changed files with 6 additions and 9 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,3 +1,3 @@
|
|||
sources:
|
||||
mesa-18.3.6.tar.xz: cc7cb8cef999bc89142eaf5e162fcb24f6569645
|
||||
mesa-18.3.6.tar.xz.sig: 274c219cbf0ef870a9c437de1f9b35ca6b54aa46
|
||||
mesa-19.1.7.tar.xz: 5fcd2ee01087c821b5e644e007bb491563b9d4e0
|
||||
mesa-19.1.7.tar.xz.sig: f9d1ad9673658d2b96c2d5f5cf932b92d1f147f2
|
||||
|
|
11
mesa.spec
11
mesa.spec
|
@ -31,8 +31,8 @@
|
|||
|
||||
Summary: OpenGL-compatible 3D graphics library
|
||||
Name: mesa
|
||||
Version: 18.3.6
|
||||
Release: 8
|
||||
Version: 19.1.7
|
||||
Release: 1
|
||||
License: MIT
|
||||
Group: System/Libraries
|
||||
Url: http://www.mesa3d.org
|
||||
|
@ -69,8 +69,8 @@ BuildRequires: pkgconfig(vdpau)
|
|||
%endif
|
||||
%if %{with opencl}
|
||||
BuildRequires: gcc >= 5.3
|
||||
BuildRequires: clang >= 6.0.0
|
||||
BuildRequires: clang-devel >= 6.0.0
|
||||
BuildRequires: clang >= 7.0.0
|
||||
BuildRequires: clang-devel >= 7.0.0
|
||||
BuildRequires: opencl-headers >= 2.1
|
||||
BuildRequires: pkgconfig(OpenCL) >= 2.1
|
||||
%endif
|
||||
|
@ -113,9 +113,6 @@ contains no libraries but rather the common files.
|
|||
|
||||
%files
|
||||
%doc docs/README.*
|
||||
# This file will be included to mesa package automatically
|
||||
# due to being located in %{_defaultdocdir}/%{name}:
|
||||
#%{_defaultdocdir}/mesa/00-mesa-defaults_%{_arch}.conf.sample
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue