mirror of
https://abf.rosa.ru/djam/mesa.git
synced 2025-02-25 07:32:59 +00:00
Merge branch 'master' into rosa2016.1
This commit is contained in:
commit
d21edf1097
2 changed files with 7 additions and 4 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
mesa-13.0.4.tar.xz: b5527aefe1a783f023f7e0c6e7cb87a837f54749
|
mesa-17.0.1.tar.xz: 7888c44300f25debb71d962a46d568349c3a081c
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
|
|
||||||
Summary: OpenGL-compatible 3D graphics library
|
Summary: OpenGL-compatible 3D graphics library
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 13.0.4
|
Version: 17.0.1
|
||||||
Release: 3
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.mesa3d.org
|
Url: http://www.mesa3d.org
|
||||||
|
@ -59,7 +59,7 @@ BuildRequires: pkgconfig(talloc)
|
||||||
BuildRequires: pkgconfig(vdpau)
|
BuildRequires: pkgconfig(vdpau)
|
||||||
%endif
|
%endif
|
||||||
%if %{with wayland}
|
%if %{with wayland}
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client) >= 1.11
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xdamage)
|
BuildRequires: pkgconfig(xdamage)
|
||||||
|
@ -120,6 +120,9 @@ contains no libraries but rather the common files.
|
||||||
%package -n %{dridrivers}
|
%package -n %{dridrivers}
|
||||||
Summary: Mesa DRI drivers
|
Summary: Mesa DRI drivers
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# This helps if a user tries to install RPMs from Fedora and the like
|
||||||
|
# which often require mesa-dri-drivers.
|
||||||
|
Provides: mesa-dri-drivers = %{EVRD}
|
||||||
|
|
||||||
%description -n %{dridrivers}
|
%description -n %{dridrivers}
|
||||||
Mesa is an OpenGL compatible 3D graphics library. This
|
Mesa is an OpenGL compatible 3D graphics library. This
|
||||||
|
|
Loading…
Add table
Reference in a new issue