]> git.pld-linux.org Git - packages/Mesa.git/commitdiff
- updated to 19.1.8 auto/th/Mesa-19.1.8-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Nov 2019 04:32:09 +0000 (05:32 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 6 Nov 2019 04:32:09 +0000 (05:32 +0100)
- removed obsolete xvmc-link patch

Mesa-xvmc-link.patch [deleted file]
Mesa.spec

diff --git a/Mesa-xvmc-link.patch b/Mesa-xvmc-link.patch
deleted file mode 100644 (file)
index 0031af6..0000000
+++ /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. 
index ed4bca201d609b4c94c8f2a792460f94a7709f62..f298d68dfdf811f152495c0772e365961e35b11b 100644 (file)
--- a/Mesa.spec
+++ b/Mesa.spec
 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}
This page took 0.05316 seconds and 4 git commands to generate.