[packages/Mesa] - updated to 19.1.8 - removed obsolete xvmc-link patch

qboosh qboosh at pld-linux.org
Wed Nov 6 05:32:19 CET 2019


commit ac238fe6da1eae04483392c245195b2f695591b3
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Nov 6 05:32:09 2019 +0100

    - updated to 19.1.8
    - removed obsolete xvmc-link patch

 Mesa-xvmc-link.patch | 23 -----------------------
 Mesa.spec            |  6 ++----
 2 files changed, 2 insertions(+), 27 deletions(-)
---
diff --git a/Mesa.spec b/Mesa.spec
index ed4bca2..f298d68 100644
--- a/Mesa.spec
+++ b/Mesa.spec
@@ -55,17 +55,16 @@
 Summary:	Free OpenGL implementation
 Summary(pl.UTF-8):	Wolnodostępna implementacja standardu OpenGL
 Name:		Mesa
-Version:	19.1.7
+Version:	19.1.8
 Release:	1
 License:	MIT (core) and others - see license.html file
 Group:		X11/Libraries
 #Source0:	ftp://ftp.freedesktop.org/pub/mesa/mesa-%{version}.tar.xz
 ## Source0-md5:	7c61a801311fb8d2f7b3cceb7b5cf308
 Source0:	https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-%{version}/mesa-mesa-%{version}.tar.bz2
-# Source0-md5:	77c1b518e5a29d8a5c4d57adcaefbe12
+# Source0-md5:	7fd386faf84961cd2f08aeadfb9b09e6
 Patch0:		nouveau_no_rtti.patch
 Patch1:		i9x5-tex-ignore-the-diff-between-GL_TEXTURE_2D-and-GL_TEXTURE_RECTANGLE.patch
-Patch2:		%{name}-xvmc-link.patch
 URL:		http://www.mesa3d.org/
 %{?with_opencl:BuildRequires:	clang-devel >= %{llvm_ver}}
 BuildRequires:	elfutils-devel
@@ -1303,7 +1302,6 @@ radv - eksperymentalny sterownik Vulkan dla GPU firmy AMD.
 %setup -q -n mesa-mesa-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
 %if %{with opencl}
diff --git a/Mesa-xvmc-link.patch b/Mesa-xvmc-link.patch
deleted file mode 100644
index 0031af6..0000000
--- a/Mesa-xvmc-link.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- mesa-mesa-19.1.7/meson.build.orig	2019-09-17 12:31:43.000000000 +0200
-+++ mesa-mesa-19.1.7/meson.build	2019-10-06 20:18:10.222928443 +0200
-@@ -493,7 +493,8 @@
- with_gallium_xvmc = false
- if _xvmc != 'false'
-   dep_xvmc = dependency('xvmc', version : '>= 1.0.6', required : _xvmc == 'true')
--  with_gallium_xvmc = dep_xvmc.found()
-+  dep_xv = dependency('xv', required : _xvmc == 'true')
-+  with_gallium_xvmc = dep_xvmc.found() and dep_xv.found()
- endif
- 
- xvmc_drivers_path = get_option('xvmc-libs-path')
---- mesa-mesa-19.1.7/src/gallium/state_trackers/xvmc/meson.build.orig	2019-09-17 12:31:43.000000000 +0200
-+++ mesa-mesa-19.1.7/src/gallium/state_trackers/xvmc/meson.build	2019-10-06 20:18:31.069482175 +0200
-@@ -23,7 +23,7 @@
-   files('attributes.c', 'block.c', 'context.c', 'surface.c', 'subpicture.c'),
-   c_args : [c_vis_args],
-   include_directories : [inc_common],
--  dependencies : [dep_xvmc, dep_x11_xcb, dep_xcb, dep_xcb_dri2, dep_xcb_dri3],
-+  dependencies : [dep_xvmc, dep_xv, dep_x11_xcb, dep_xcb, dep_xcb_dri2, dep_xcb_dri3],
- )
- 
- # These tests will not work without a working xvmc configuration. 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/Mesa.git/commitdiff/ac238fe6da1eae04483392c245195b2f695591b3



More information about the pld-cvs-commit mailing list