[arch-commits] Commit in mesa/repos/extra-x86_64 (11 files)

2018-04-18 Thread Evangelos Foutras via arch-commits
Date: Wednesday, April 18, 2018 @ 17:07:18
  Author: foutrelis
Revision: 322190

archrelease: copy trunk to extra-x86_64

Added:
  mesa/repos/extra-x86_64/0001-glvnd-fix-gl-dot-pc.patch
(from rev 322189, mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/extra-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch
(from rev 322189, 
mesa/trunk/0004-meson-Add-library-versions-to-swr-drivers.patch)
  
mesa/repos/extra-x86_64/0005-meson-Version-libMesaOpenCL-like-autotools-does.patch
(from rev 322189, 
mesa/trunk/0005-meson-Version-libMesaOpenCL-like-autotools-does.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 322189, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 322189, mesa/trunk/PKGBUILD)
Deleted:
  mesa/repos/extra-x86_64/0001-glvnd-fix-gl-dot-pc.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD
  mesa/repos/extra-x86_64/fix-install.diff
  mesa/repos/extra-x86_64/fix-versions.diff
  mesa/repos/extra-x86_64/ndebug.diff

+
 0001-glvnd-fix-gl-dot-pc.patch |   24 
 0004-meson-Add-library-versions-to-swr-drivers.patch   |   71 +
 0005-meson-Version-libMesaOpenCL-like-autotools-does.patch |   43 +
 LICENSE|  166 ++--
 PKGBUILD   |  409 +--
 fix-install.diff   |   29 
 fix-versions.diff  |   74 -
 ndebug.diff|   13 
 8 files changed, 409 insertions(+), 420 deletions(-)

Deleted: 0001-glvnd-fix-gl-dot-pc.patch
===
--- 0001-glvnd-fix-gl-dot-pc.patch  2018-04-18 17:07:07 UTC (rev 322189)
+++ 0001-glvnd-fix-gl-dot-pc.patch  2018-04-18 17:07:18 UTC (rev 322190)
@@ -1,12 +0,0 @@
-diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
 mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
-+++ mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
-@@ -7,7 +7,7 @@ Name: gl
- Description: Mesa OpenGL library
- Requires.private: @GL_PC_REQ_PRIV@
- Version: @PACKAGE_VERSION@
--Libs: -L${libdir} -l@GL_LIB@
-+Libs: -L${libdir} -lGL
- Libs.private: @GL_PC_LIB_PRIV@
- Cflags: -I${includedir} @GL_PC_CFLAGS@
- glx_tls: @GLX_TLS@

Copied: mesa/repos/extra-x86_64/0001-glvnd-fix-gl-dot-pc.patch (from rev 
322189, mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
===
--- 0001-glvnd-fix-gl-dot-pc.patch  (rev 0)
+++ 0001-glvnd-fix-gl-dot-pc.patch  2018-04-18 17:07:18 UTC (rev 322190)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: 
mesa/repos/extra-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch 
(from rev 322189, 
mesa/trunk/0004-meson-Add-library-versions-to-swr-drivers.patch)
===
--- 0004-meson-Add-library-versions-to-swr-drivers.patch
(rev 0)
+++ 0004-meson-Add-library-versions-to-swr-drivers.patch2018-04-18 
17:07:18 UTC (rev 322190)
@@ -0,0 +1,71 @@
+From cd56731b2c63532d6ed97f7b39afa5977936b3bc Mon Sep 17 00:00:00 2001
+Message-Id: 

+In-Reply-To: 

+References: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 14 Apr 2018 18:43:23 +0200
+Subject: [PATCH 4/5] meson: Add library versions to swr drivers
+
+This is for parity with autotools.
+
+Signed-off-by: Jan Alexander Steffens (heftig) 
+---
+ src/gallium/drivers/swr/meson.build | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/gallium/drivers/swr/meson.build 
b/src/gallium/drivers/swr/meson.build
+index 43e1c5cc50..a6dbd7a3f6 100644
+--- a/src/gallium/drivers/swr/meson.build
 b/src/gallium/drivers/swr/meson.build
+@@ -198,6 +198,7 @@ if with_swr_arches.contains('avx')
+ link_args : [ld_args_gc_sections],
+ include_directories : [swr_incs],
+ dependencies : [dep_thread, dep_llvm],
++version : '0.0.0',
+ install : true,
+   )
+ endif
+@@ -230,6 +231,7 

[arch-commits] Commit in mesa/repos/extra-x86_64 (11 files)

2018-04-14 Thread Jan Steffens via arch-commits
Date: Saturday, April 14, 2018 @ 16:22:55
  Author: heftig
Revision: 321802

archrelease: copy trunk to extra-x86_64

Added:
  mesa/repos/extra-x86_64/0001-glvnd-fix-gl-dot-pc.patch
(from rev 321801, mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
  mesa/repos/extra-x86_64/LICENSE
(from rev 321801, mesa/trunk/LICENSE)
  mesa/repos/extra-x86_64/PKGBUILD
(from rev 321801, mesa/trunk/PKGBUILD)
  mesa/repos/extra-x86_64/fix-install.diff
(from rev 321801, mesa/trunk/fix-install.diff)
  mesa/repos/extra-x86_64/fix-versions.diff
(from rev 321801, mesa/trunk/fix-versions.diff)
  mesa/repos/extra-x86_64/ndebug.diff
(from rev 321801, mesa/trunk/ndebug.diff)
Deleted:
  mesa/repos/extra-x86_64/0001-glvnd-fix-gl-dot-pc.patch
  mesa/repos/extra-x86_64/LICENSE
  mesa/repos/extra-x86_64/PKGBUILD
  mesa/repos/extra-x86_64/fix-install.diff
  mesa/repos/extra-x86_64/fix-versions.diff

+
 0001-glvnd-fix-gl-dot-pc.patch |   24 +-
 LICENSE|  166 +++
 PKGBUILD   |  412 +++
 fix-install.diff   |   58 ++---
 fix-versions.diff  |  148 +++---
 ndebug.diff|   13 +
 6 files changed, 420 insertions(+), 401 deletions(-)

Deleted: 0001-glvnd-fix-gl-dot-pc.patch
===
--- 0001-glvnd-fix-gl-dot-pc.patch  2018-04-14 16:20:35 UTC (rev 321801)
+++ 0001-glvnd-fix-gl-dot-pc.patch  2018-04-14 16:22:55 UTC (rev 321802)
@@ -1,12 +0,0 @@
-diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
 mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
-+++ mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
-@@ -7,7 +7,7 @@ Name: gl
- Description: Mesa OpenGL library
- Requires.private: @GL_PC_REQ_PRIV@
- Version: @PACKAGE_VERSION@
--Libs: -L${libdir} -l@GL_LIB@
-+Libs: -L${libdir} -lGL
- Libs.private: @GL_PC_LIB_PRIV@
- Cflags: -I${includedir} @GL_PC_CFLAGS@
- glx_tls: @GLX_TLS@

Copied: mesa/repos/extra-x86_64/0001-glvnd-fix-gl-dot-pc.patch (from rev 
321801, mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
===
--- 0001-glvnd-fix-gl-dot-pc.patch  (rev 0)
+++ 0001-glvnd-fix-gl-dot-pc.patch  2018-04-14 16:22:55 UTC (rev 321802)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Deleted: LICENSE
===
--- LICENSE 2018-04-14 16:20:35 UTC (rev 321801)
+++ LICENSE 2018-04-14 16:22:55 UTC (rev 321802)
@@ -1,83 +0,0 @@
-The Mesa 3D Graphics Library
-
-Disclaimer
-
-   Mesa is a 3-D graphics library with an API which is very similar to
-   that of [1]OpenGL.* To the extent that Mesa utilizes the OpenGL command
-   syntax or state machine, it is being used with authorization from
-   [2]Silicon Graphics, Inc.(SGI). However, the author does not possess an
-   OpenGL license from SGI, and makes no claim that Mesa is in any way a
-   compatible replacement for OpenGL or associated with SGI. Those who
-   want a licensed implementation of OpenGL should contact a licensed
-   vendor.
-
-   Please do not refer to the library as MesaGL (for legal reasons). It's
-   just Mesa or The Mesa 3-D graphics library.
-
-   * OpenGL is a trademark of [3]Silicon Graphics Incorporated.
-
-License / Copyright Information
-
-   The Mesa distribution consists of several components. Different
-   copyrights and licenses apply to different components. For example, the
-   GLX client code uses the SGI Free Software License B, and some of the
-   Mesa device drivers are copyrighted by their authors. See below for a
-   list of Mesa's main components and the license for each.
-
-   The core Mesa library is licensed according to the terms of the MIT
-   license. This allows integration with the XFree86, Xorg and DRI
-   projects.
-
-   The default Mesa license is as follows:
-
-Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a
-copy of this software and associated documentation files (the "Software"),
-to deal in the Software without restriction, including without limitation
-the rights to use, copy, modify, merge, publish, distribute, sublicense,
-and/or sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the