Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mesa: update to 20.1.3, fix patches
@ 2020-07-09 18:18 BouncyMaster
  2020-07-09 20:29 ` [PR REVIEW] " travankor
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: BouncyMaster @ 2020-07-09 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

There is a new pull request by BouncyMaster against master on the void-packages repository

https://github.com/BouncyMaster/void-packages mesa-20.1.3
https://github.com/void-linux/void-packages/pull/23499

mesa: update to 20.1.3, fix patches
`fix-libXvMC-versioning.patch` was fixed upstream [here](https://github.com/mesa3d/mesa/commit/a35c4675a72c30e6b7e116237a43ca7c520b060d).
For `clover-ppc64-cpp14.patch`, the `clover_cpp_std` variable was removed completely, so not sure if that still works.

A patch file from https://github.com/void-linux/void-packages/pull/23499.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa-20.1.3-23499.patch --]
[-- Type: text/x-diff, Size: 4158 bytes --]

From 810a894aa342bd26aecce22ed721435798fa56e6 Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 9 Jul 2020 21:07:24 +0300
Subject: [PATCH] mesa: Update to 20.1.3, fix patches

---
 srcpkgs/mesa/patches/add-use-elf-tls.patch        | 10 +++++-----
 srcpkgs/mesa/patches/clover-ppc64-cpp14.patch     | 13 -------------
 srcpkgs/mesa/patches/fix-libXvMC-versioning.patch | 15 ---------------
 srcpkgs/mesa/template                             |  4 ++--
 4 files changed, 7 insertions(+), 35 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
 delete mode 100644 srcpkgs/mesa/patches/fix-libXvMC-versioning.patch

diff --git a/srcpkgs/mesa/patches/add-use-elf-tls.patch b/srcpkgs/mesa/patches/add-use-elf-tls.patch
index 08d15e6a2cf..d5b933d586d 100644
--- a/srcpkgs/mesa/patches/add-use-elf-tls.patch
+++ b/srcpkgs/mesa/patches/add-use-elf-tls.patch
@@ -2,19 +2,19 @@ Upstream: https://gitlab.freedesktop.org/mesa/mesa/issues/966
 Status: Not fixed upstream
 
 diff --git meson.build meson.build
-index 4afd8ca..ab9b365 100644
+index d228de0..972cd79 100644
 --- meson.build
 +++ meson.build
-@@ -387,7 +387,8 @@
+@@ -392,7 +392,8 @@ if with_egl and not (with_platform_drm or with_platform_surfaceless or with_plat
  endif
  
  # Android uses emutls for versions <= P/28. For USE_ELF_TLS we need ELF TLS.
--if host_machine.system() != 'windows' and (not with_platform_android or get_option('platform-sdk-version') >= 29)
+-if not ['windows', 'freebsd'].contains(host_machine.system()) and (not with_platform_android or get_option('platform-sdk-version') >= 29)
 +with_use_elf_tls = get_option('use-elf-tls')
-+if host_machine.system() != 'windows' and with_use_elf_tls and (not with_platform_android or get_option('platform-sdk-version') >= 29)
++if not ['windows', 'freebsd'].contains(host_machine.system()) and with_use_elf_tls and (not with_platform_android or get_option('platform-sdk-version') >= 29)
    pre_args += '-DUSE_ELF_TLS'
  endif
- 
+
 diff --git meson_options.txt meson_options.txt
 index b768c15..2533220 100644
 --- meson_options.txt
diff --git a/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch b/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
deleted file mode 100644
index b7eef76959a..00000000000
--- a/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-LLVM10 headers need C++14, so override the override.
-
---- meson.build
-+++ meson.build
-@@ -730,7 +730,7 @@ if _opencl != 'disabled'
-       #error "AltiVec not enabled"
-       #endif''',
-       name : 'Altivec')
--    clover_cpp_std += ['cpp_std=gnu++11']
-+    clover_cpp_std += ['cpp_std=gnu++14']
-   endif
- else
-   dep_clc = null_dep
diff --git a/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch b/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch
deleted file mode 100644
index b2f507bc76e..00000000000
--- a/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: maxice8
-Upstream: no
-Reason: restores versioning of libXvMC drivers that was on autotools
-
---- src/gallium/targets/xvmc/meson.build
-+++ src/gallium/targets/xvmc/meson.build
-@@ -51,7 +51,7 @@ libxvmc_gallium = shared_library(
- 
- foreach d : [[with_gallium_r600, 'r600'], [with_gallium_nouveau, 'nouveau']]
-   if d[0]
--    xvmc_drivers += 'libXvMC@0@.so'.format(d[1])
-+    xvmc_drivers += 'libXvMC@0@.so.1.0.0'.format(d[1])
-   endif
- endforeach
- 
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 21218e86f3c..dc90f485b87 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=20.1.2
+version=20.1.3
 revision=1
 wrksrc="mesa-${version}"
 build_style=meson
@@ -23,7 +23,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://www.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=283dff72814c8a80ce1ff8271e3f055895d26f4da3f4362acc49193e635780cb
+checksum=9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1
 
 build_options="wayland"
 build_options_default="wayland"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
@ 2020-07-09 20:29 ` travankor
  2020-07-09 20:29 ` travankor
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: travankor @ 2020-07-09 20:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New review comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/23499#discussion_r452471653

Comment:
https://docs.mesa3d.org/relnotes/20.1.3.html

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR REVIEW] mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
  2020-07-09 20:29 ` [PR REVIEW] " travankor
@ 2020-07-09 20:29 ` travankor
  2020-07-09 20:42 ` [PR PATCH] [Updated] " BouncyMaster
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: travankor @ 2020-07-09 20:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 197 bytes --]

New review comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/23499#discussion_r452471653

Comment:
https://docs.mesa3d.org/relnotes/${version}.html

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
  2020-07-09 20:29 ` [PR REVIEW] " travankor
  2020-07-09 20:29 ` travankor
@ 2020-07-09 20:42 ` BouncyMaster
  2020-07-09 23:41 ` fosslinux
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: BouncyMaster @ 2020-07-09 20:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

There is an updated pull request by BouncyMaster against master on the void-packages repository

https://github.com/BouncyMaster/void-packages mesa-20.1.3
https://github.com/void-linux/void-packages/pull/23499

mesa: update to 20.1.3, fix patches
`fix-libXvMC-versioning.patch` was fixed upstream [here](https://github.com/mesa3d/mesa/commit/a35c4675a72c30e6b7e116237a43ca7c520b060d).
For `clover-ppc64-cpp14.patch`, the `clover_cpp_std` variable was removed completely, so not sure if that still works.

A patch file from https://github.com/void-linux/void-packages/pull/23499.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa-20.1.3-23499.patch --]
[-- Type: text/x-diff, Size: 5067 bytes --]

From 810a894aa342bd26aecce22ed721435798fa56e6 Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 9 Jul 2020 21:07:24 +0300
Subject: [PATCH 1/2] mesa: Update to 20.1.3, fix patches

---
 srcpkgs/mesa/patches/add-use-elf-tls.patch        | 10 +++++-----
 srcpkgs/mesa/patches/clover-ppc64-cpp14.patch     | 13 -------------
 srcpkgs/mesa/patches/fix-libXvMC-versioning.patch | 15 ---------------
 srcpkgs/mesa/template                             |  4 ++--
 4 files changed, 7 insertions(+), 35 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
 delete mode 100644 srcpkgs/mesa/patches/fix-libXvMC-versioning.patch

diff --git a/srcpkgs/mesa/patches/add-use-elf-tls.patch b/srcpkgs/mesa/patches/add-use-elf-tls.patch
index 08d15e6a2cf..d5b933d586d 100644
--- a/srcpkgs/mesa/patches/add-use-elf-tls.patch
+++ b/srcpkgs/mesa/patches/add-use-elf-tls.patch
@@ -2,19 +2,19 @@ Upstream: https://gitlab.freedesktop.org/mesa/mesa/issues/966
 Status: Not fixed upstream
 
 diff --git meson.build meson.build
-index 4afd8ca..ab9b365 100644
+index d228de0..972cd79 100644
 --- meson.build
 +++ meson.build
-@@ -387,7 +387,8 @@
+@@ -392,7 +392,8 @@ if with_egl and not (with_platform_drm or with_platform_surfaceless or with_plat
  endif
  
  # Android uses emutls for versions <= P/28. For USE_ELF_TLS we need ELF TLS.
--if host_machine.system() != 'windows' and (not with_platform_android or get_option('platform-sdk-version') >= 29)
+-if not ['windows', 'freebsd'].contains(host_machine.system()) and (not with_platform_android or get_option('platform-sdk-version') >= 29)
 +with_use_elf_tls = get_option('use-elf-tls')
-+if host_machine.system() != 'windows' and with_use_elf_tls and (not with_platform_android or get_option('platform-sdk-version') >= 29)
++if not ['windows', 'freebsd'].contains(host_machine.system()) and with_use_elf_tls and (not with_platform_android or get_option('platform-sdk-version') >= 29)
    pre_args += '-DUSE_ELF_TLS'
  endif
- 
+
 diff --git meson_options.txt meson_options.txt
 index b768c15..2533220 100644
 --- meson_options.txt
diff --git a/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch b/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
deleted file mode 100644
index b7eef76959a..00000000000
--- a/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-LLVM10 headers need C++14, so override the override.
-
---- meson.build
-+++ meson.build
-@@ -730,7 +730,7 @@ if _opencl != 'disabled'
-       #error "AltiVec not enabled"
-       #endif''',
-       name : 'Altivec')
--    clover_cpp_std += ['cpp_std=gnu++11']
-+    clover_cpp_std += ['cpp_std=gnu++14']
-   endif
- else
-   dep_clc = null_dep
diff --git a/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch b/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch
deleted file mode 100644
index b2f507bc76e..00000000000
--- a/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: maxice8
-Upstream: no
-Reason: restores versioning of libXvMC drivers that was on autotools
-
---- src/gallium/targets/xvmc/meson.build
-+++ src/gallium/targets/xvmc/meson.build
-@@ -51,7 +51,7 @@ libxvmc_gallium = shared_library(
- 
- foreach d : [[with_gallium_r600, 'r600'], [with_gallium_nouveau, 'nouveau']]
-   if d[0]
--    xvmc_drivers += 'libXvMC@0@.so'.format(d[1])
-+    xvmc_drivers += 'libXvMC@0@.so.1.0.0'.format(d[1])
-   endif
- endforeach
- 
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 21218e86f3c..dc90f485b87 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=20.1.2
+version=20.1.3
 revision=1
 wrksrc="mesa-${version}"
 build_style=meson
@@ -23,7 +23,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://www.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=283dff72814c8a80ce1ff8271e3f055895d26f4da3f4362acc49193e635780cb
+checksum=9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1
 
 build_options="wayland"
 build_options_default="wayland"

From c52ff4aa621c9971ba797e5cc0f18a4ffadd43f4 Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 9 Jul 2020 23:41:44 +0300
Subject: [PATCH 2/2] mesa: fix changelog link in template

---
 srcpkgs/mesa/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index dc90f485b87..6e3246a8ffb 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -21,7 +21,7 @@ short_desc="Graphics library similar to SGI's OpenGL"
 maintainer="Juan RP <xtraeme@gmail.com>"
 license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
-changelog="https://www.mesa3d.org/relnotes/${version}.html"
+changelog="https://docs.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
 checksum=9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1
 

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (2 preceding siblings ...)
  2020-07-09 20:42 ` [PR PATCH] [Updated] " BouncyMaster
@ 2020-07-09 23:41 ` fosslinux
  2020-07-10  9:13 ` [PR PATCH] [Updated] " BouncyMaster
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: fosslinux @ 2020-07-09 23:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 178 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23499#issuecomment-656402786

Comment:
Probably should squash the commits.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (3 preceding siblings ...)
  2020-07-09 23:41 ` fosslinux
@ 2020-07-10  9:13 ` BouncyMaster
  2020-07-10  9:13 ` BouncyMaster
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: BouncyMaster @ 2020-07-10  9:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

There is an updated pull request by BouncyMaster against master on the void-packages repository

https://github.com/BouncyMaster/void-packages mesa-20.1.3
https://github.com/void-linux/void-packages/pull/23499

mesa: update to 20.1.3, fix patches
`fix-libXvMC-versioning.patch` was fixed upstream [here](https://github.com/mesa3d/mesa/commit/a35c4675a72c30e6b7e116237a43ca7c520b060d).
For `clover-ppc64-cpp14.patch`, the `clover_cpp_std` variable was removed completely, so not sure if that still works.

A patch file from https://github.com/void-linux/void-packages/pull/23499.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa-20.1.3-23499.patch --]
[-- Type: text/x-diff, Size: 4307 bytes --]

From 8fcb252ec46ea13e6b517fc78603cd905029b731 Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Fri, 10 Jul 2020 12:11:31 +0300
Subject: [PATCH] mesa: Update to 20.1.3

---
 srcpkgs/mesa/patches/add-use-elf-tls.patch        | 10 +++++-----
 srcpkgs/mesa/patches/clover-ppc64-cpp14.patch     | 13 -------------
 srcpkgs/mesa/patches/fix-libXvMC-versioning.patch | 15 ---------------
 srcpkgs/mesa/template                             |  6 +++---
 4 files changed, 8 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
 delete mode 100644 srcpkgs/mesa/patches/fix-libXvMC-versioning.patch

diff --git a/srcpkgs/mesa/patches/add-use-elf-tls.patch b/srcpkgs/mesa/patches/add-use-elf-tls.patch
index 08d15e6a2cf..d5b933d586d 100644
--- a/srcpkgs/mesa/patches/add-use-elf-tls.patch
+++ b/srcpkgs/mesa/patches/add-use-elf-tls.patch
@@ -2,19 +2,19 @@ Upstream: https://gitlab.freedesktop.org/mesa/mesa/issues/966
 Status: Not fixed upstream
 
 diff --git meson.build meson.build
-index 4afd8ca..ab9b365 100644
+index d228de0..972cd79 100644
 --- meson.build
 +++ meson.build
-@@ -387,7 +387,8 @@
+@@ -392,7 +392,8 @@ if with_egl and not (with_platform_drm or with_platform_surfaceless or with_plat
  endif
  
  # Android uses emutls for versions <= P/28. For USE_ELF_TLS we need ELF TLS.
--if host_machine.system() != 'windows' and (not with_platform_android or get_option('platform-sdk-version') >= 29)
+-if not ['windows', 'freebsd'].contains(host_machine.system()) and (not with_platform_android or get_option('platform-sdk-version') >= 29)
 +with_use_elf_tls = get_option('use-elf-tls')
-+if host_machine.system() != 'windows' and with_use_elf_tls and (not with_platform_android or get_option('platform-sdk-version') >= 29)
++if not ['windows', 'freebsd'].contains(host_machine.system()) and with_use_elf_tls and (not with_platform_android or get_option('platform-sdk-version') >= 29)
    pre_args += '-DUSE_ELF_TLS'
  endif
- 
+
 diff --git meson_options.txt meson_options.txt
 index b768c15..2533220 100644
 --- meson_options.txt
diff --git a/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch b/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
deleted file mode 100644
index b7eef76959a..00000000000
--- a/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-LLVM10 headers need C++14, so override the override.
-
---- meson.build
-+++ meson.build
-@@ -730,7 +730,7 @@ if _opencl != 'disabled'
-       #error "AltiVec not enabled"
-       #endif''',
-       name : 'Altivec')
--    clover_cpp_std += ['cpp_std=gnu++11']
-+    clover_cpp_std += ['cpp_std=gnu++14']
-   endif
- else
-   dep_clc = null_dep
diff --git a/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch b/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch
deleted file mode 100644
index b2f507bc76e..00000000000
--- a/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: maxice8
-Upstream: no
-Reason: restores versioning of libXvMC drivers that was on autotools
-
---- src/gallium/targets/xvmc/meson.build
-+++ src/gallium/targets/xvmc/meson.build
-@@ -51,7 +51,7 @@ libxvmc_gallium = shared_library(
- 
- foreach d : [[with_gallium_r600, 'r600'], [with_gallium_nouveau, 'nouveau']]
-   if d[0]
--    xvmc_drivers += 'libXvMC@0@.so'.format(d[1])
-+    xvmc_drivers += 'libXvMC@0@.so.1.0.0'.format(d[1])
-   endif
- endforeach
- 
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 21218e86f3c..6e3246a8ffb 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=20.1.2
+version=20.1.3
 revision=1
 wrksrc="mesa-${version}"
 build_style=meson
@@ -21,9 +21,9 @@ short_desc="Graphics library similar to SGI's OpenGL"
 maintainer="Juan RP <xtraeme@gmail.com>"
 license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
-changelog="https://www.mesa3d.org/relnotes/${version}.html"
+changelog="https://docs.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=283dff72814c8a80ce1ff8271e3f055895d26f4da3f4362acc49193e635780cb
+checksum=9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1
 
 build_options="wayland"
 build_options_default="wayland"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (4 preceding siblings ...)
  2020-07-10  9:13 ` [PR PATCH] [Updated] " BouncyMaster
@ 2020-07-10  9:13 ` BouncyMaster
  2020-07-22 22:09 ` st3r4g
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: BouncyMaster @ 2020-07-10  9:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]

New comment by BouncyMaster on void-packages repository

https://github.com/void-linux/void-packages/pull/23499#issuecomment-656574659

Comment:
Done

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (5 preceding siblings ...)
  2020-07-10  9:13 ` BouncyMaster
@ 2020-07-22 22:09 ` st3r4g
  2020-07-23  9:17 ` BouncyMaster
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: st3r4g @ 2020-07-22 22:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 149 bytes --]

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/23499#issuecomment-662722776

Comment:
.4 is out

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (6 preceding siblings ...)
  2020-07-22 22:09 ` st3r4g
@ 2020-07-23  9:17 ` BouncyMaster
  2020-07-23  9:55 ` fosslinux
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: BouncyMaster @ 2020-07-23  9:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

New comment by BouncyMaster on void-packages repository

https://github.com/void-linux/void-packages/pull/23499#issuecomment-662904252

Comment:
> .4 is out

Will update this PR

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (7 preceding siblings ...)
  2020-07-23  9:17 ` BouncyMaster
@ 2020-07-23  9:55 ` fosslinux
  2020-07-23  9:55 ` fosslinux
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: fosslinux @ 2020-07-23  9:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23499#issuecomment-662919158

Comment:
>  For clover-ppc64-cpp14.patch, the clover_cpp_std variable was removed completely, so not sure if that still works.

Pinging @q66 

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (8 preceding siblings ...)
  2020-07-23  9:55 ` fosslinux
@ 2020-07-23  9:55 ` fosslinux
  2020-07-23  9:55 ` fosslinux
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: fosslinux @ 2020-07-23  9:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23499#issuecomment-662919289

Comment:
>  For clover-ppc64-cpp14.patch, the clover_cpp_std variable was removed completely, so not sure if that still works.

Pinging @q66 

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (9 preceding siblings ...)
  2020-07-23  9:55 ` fosslinux
@ 2020-07-23  9:55 ` fosslinux
  2020-07-23 10:07 ` [PR PATCH] [Updated] " BouncyMaster
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: fosslinux @ 2020-07-23  9:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/23499#issuecomment-662919289

Comment:
>  For clover-ppc64-cpp14.patch, the clover_cpp_std variable was removed completely, so not sure if that still works.

Pinging @q66 

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (10 preceding siblings ...)
  2020-07-23  9:55 ` fosslinux
@ 2020-07-23 10:07 ` BouncyMaster
  2020-07-23 10:08 ` BouncyMaster
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: BouncyMaster @ 2020-07-23 10:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

There is an updated pull request by BouncyMaster against master on the void-packages repository

https://github.com/BouncyMaster/void-packages mesa-20.1.3
https://github.com/void-linux/void-packages/pull/23499

mesa: update to 20.1.3, fix patches
`fix-libXvMC-versioning.patch` was fixed upstream [here](https://github.com/mesa3d/mesa/commit/a35c4675a72c30e6b7e116237a43ca7c520b060d).
For `clover-ppc64-cpp14.patch`, the `clover_cpp_std` variable was removed completely, so not sure if that still works.

A patch file from https://github.com/void-linux/void-packages/pull/23499.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa-20.1.3-23499.patch --]
[-- Type: text/x-diff, Size: 4307 bytes --]

From a9050fb125f47a66ee40401eee4ebb2838f79d45 Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 23 Jul 2020 12:33:32 +0300
Subject: [PATCH] mesa: Update to 20.1.4

---
 srcpkgs/mesa/patches/add-use-elf-tls.patch        | 10 +++++-----
 srcpkgs/mesa/patches/clover-ppc64-cpp14.patch     | 13 -------------
 srcpkgs/mesa/patches/fix-libXvMC-versioning.patch | 15 ---------------
 srcpkgs/mesa/template                             |  6 +++---
 4 files changed, 8 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
 delete mode 100644 srcpkgs/mesa/patches/fix-libXvMC-versioning.patch

diff --git a/srcpkgs/mesa/patches/add-use-elf-tls.patch b/srcpkgs/mesa/patches/add-use-elf-tls.patch
index 08d15e6a2cf..d5b933d586d 100644
--- a/srcpkgs/mesa/patches/add-use-elf-tls.patch
+++ b/srcpkgs/mesa/patches/add-use-elf-tls.patch
@@ -2,19 +2,19 @@ Upstream: https://gitlab.freedesktop.org/mesa/mesa/issues/966
 Status: Not fixed upstream
 
 diff --git meson.build meson.build
-index 4afd8ca..ab9b365 100644
+index d228de0..972cd79 100644
 --- meson.build
 +++ meson.build
-@@ -387,7 +387,8 @@
+@@ -392,7 +392,8 @@ if with_egl and not (with_platform_drm or with_platform_surfaceless or with_plat
  endif
  
  # Android uses emutls for versions <= P/28. For USE_ELF_TLS we need ELF TLS.
--if host_machine.system() != 'windows' and (not with_platform_android or get_option('platform-sdk-version') >= 29)
+-if not ['windows', 'freebsd'].contains(host_machine.system()) and (not with_platform_android or get_option('platform-sdk-version') >= 29)
 +with_use_elf_tls = get_option('use-elf-tls')
-+if host_machine.system() != 'windows' and with_use_elf_tls and (not with_platform_android or get_option('platform-sdk-version') >= 29)
++if not ['windows', 'freebsd'].contains(host_machine.system()) and with_use_elf_tls and (not with_platform_android or get_option('platform-sdk-version') >= 29)
    pre_args += '-DUSE_ELF_TLS'
  endif
- 
+
 diff --git meson_options.txt meson_options.txt
 index b768c15..2533220 100644
 --- meson_options.txt
diff --git a/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch b/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
deleted file mode 100644
index b7eef76959a..00000000000
--- a/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-LLVM10 headers need C++14, so override the override.
-
---- meson.build
-+++ meson.build
-@@ -730,7 +730,7 @@ if _opencl != 'disabled'
-       #error "AltiVec not enabled"
-       #endif''',
-       name : 'Altivec')
--    clover_cpp_std += ['cpp_std=gnu++11']
-+    clover_cpp_std += ['cpp_std=gnu++14']
-   endif
- else
-   dep_clc = null_dep
diff --git a/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch b/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch
deleted file mode 100644
index b2f507bc76e..00000000000
--- a/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: maxice8
-Upstream: no
-Reason: restores versioning of libXvMC drivers that was on autotools
-
---- src/gallium/targets/xvmc/meson.build
-+++ src/gallium/targets/xvmc/meson.build
-@@ -51,7 +51,7 @@ libxvmc_gallium = shared_library(
- 
- foreach d : [[with_gallium_r600, 'r600'], [with_gallium_nouveau, 'nouveau']]
-   if d[0]
--    xvmc_drivers += 'libXvMC@0@.so'.format(d[1])
-+    xvmc_drivers += 'libXvMC@0@.so.1.0.0'.format(d[1])
-   endif
- endforeach
- 
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 21218e86f3c..7bfb661a15b 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=20.1.2
+version=20.1.4
 revision=1
 wrksrc="mesa-${version}"
 build_style=meson
@@ -21,9 +21,9 @@ short_desc="Graphics library similar to SGI's OpenGL"
 maintainer="Juan RP <xtraeme@gmail.com>"
 license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
-changelog="https://www.mesa3d.org/relnotes/${version}.html"
+changelog="https://docs.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=283dff72814c8a80ce1ff8271e3f055895d26f4da3f4362acc49193e635780cb
+checksum=6800271c2be2a0447510eb4e9b67edd9521859a4d565310617c4b359eb6799fe
 
 build_options="wayland"
 build_options_default="wayland"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Updated] mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (11 preceding siblings ...)
  2020-07-23 10:07 ` [PR PATCH] [Updated] " BouncyMaster
@ 2020-07-23 10:08 ` BouncyMaster
  2020-07-23 10:13 ` BouncyMaster
  2020-07-28 23:11 ` [PR PATCH] [Merged]: mesa: update to 20.1.4, " q66
  14 siblings, 0 replies; 16+ messages in thread
From: BouncyMaster @ 2020-07-23 10:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 596 bytes --]

There is an updated pull request by BouncyMaster against master on the void-packages repository

https://github.com/BouncyMaster/void-packages mesa-20.1.3
https://github.com/void-linux/void-packages/pull/23499

mesa: update to 20.1.3, fix patches
`fix-libXvMC-versioning.patch` was fixed upstream [here](https://github.com/mesa3d/mesa/commit/a35c4675a72c30e6b7e116237a43ca7c520b060d).
For `clover-ppc64-cpp14.patch`, the `clover_cpp_std` variable was removed completely, so not sure if that still works.

A patch file from https://github.com/void-linux/void-packages/pull/23499.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mesa-20.1.3-23499.patch --]
[-- Type: text/x-diff, Size: 4307 bytes --]

From a9050fb125f47a66ee40401eee4ebb2838f79d45 Mon Sep 17 00:00:00 2001
From: Nicu Borta <nicuborta123@tutanota.com>
Date: Thu, 23 Jul 2020 12:33:32 +0300
Subject: [PATCH] mesa: Update to 20.1.4

---
 srcpkgs/mesa/patches/add-use-elf-tls.patch        | 10 +++++-----
 srcpkgs/mesa/patches/clover-ppc64-cpp14.patch     | 13 -------------
 srcpkgs/mesa/patches/fix-libXvMC-versioning.patch | 15 ---------------
 srcpkgs/mesa/template                             |  6 +++---
 4 files changed, 8 insertions(+), 36 deletions(-)
 delete mode 100644 srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
 delete mode 100644 srcpkgs/mesa/patches/fix-libXvMC-versioning.patch

diff --git a/srcpkgs/mesa/patches/add-use-elf-tls.patch b/srcpkgs/mesa/patches/add-use-elf-tls.patch
index 08d15e6a2cf..d5b933d586d 100644
--- a/srcpkgs/mesa/patches/add-use-elf-tls.patch
+++ b/srcpkgs/mesa/patches/add-use-elf-tls.patch
@@ -2,19 +2,19 @@ Upstream: https://gitlab.freedesktop.org/mesa/mesa/issues/966
 Status: Not fixed upstream
 
 diff --git meson.build meson.build
-index 4afd8ca..ab9b365 100644
+index d228de0..972cd79 100644
 --- meson.build
 +++ meson.build
-@@ -387,7 +387,8 @@
+@@ -392,7 +392,8 @@ if with_egl and not (with_platform_drm or with_platform_surfaceless or with_plat
  endif
  
  # Android uses emutls for versions <= P/28. For USE_ELF_TLS we need ELF TLS.
--if host_machine.system() != 'windows' and (not with_platform_android or get_option('platform-sdk-version') >= 29)
+-if not ['windows', 'freebsd'].contains(host_machine.system()) and (not with_platform_android or get_option('platform-sdk-version') >= 29)
 +with_use_elf_tls = get_option('use-elf-tls')
-+if host_machine.system() != 'windows' and with_use_elf_tls and (not with_platform_android or get_option('platform-sdk-version') >= 29)
++if not ['windows', 'freebsd'].contains(host_machine.system()) and with_use_elf_tls and (not with_platform_android or get_option('platform-sdk-version') >= 29)
    pre_args += '-DUSE_ELF_TLS'
  endif
- 
+
 diff --git meson_options.txt meson_options.txt
 index b768c15..2533220 100644
 --- meson_options.txt
diff --git a/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch b/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
deleted file mode 100644
index b7eef76959a..00000000000
--- a/srcpkgs/mesa/patches/clover-ppc64-cpp14.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-LLVM10 headers need C++14, so override the override.
-
---- meson.build
-+++ meson.build
-@@ -730,7 +730,7 @@ if _opencl != 'disabled'
-       #error "AltiVec not enabled"
-       #endif''',
-       name : 'Altivec')
--    clover_cpp_std += ['cpp_std=gnu++11']
-+    clover_cpp_std += ['cpp_std=gnu++14']
-   endif
- else
-   dep_clc = null_dep
diff --git a/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch b/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch
deleted file mode 100644
index b2f507bc76e..00000000000
--- a/srcpkgs/mesa/patches/fix-libXvMC-versioning.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Source: maxice8
-Upstream: no
-Reason: restores versioning of libXvMC drivers that was on autotools
-
---- src/gallium/targets/xvmc/meson.build
-+++ src/gallium/targets/xvmc/meson.build
-@@ -51,7 +51,7 @@ libxvmc_gallium = shared_library(
- 
- foreach d : [[with_gallium_r600, 'r600'], [with_gallium_nouveau, 'nouveau']]
-   if d[0]
--    xvmc_drivers += 'libXvMC@0@.so'.format(d[1])
-+    xvmc_drivers += 'libXvMC@0@.so.1.0.0'.format(d[1])
-   endif
- endforeach
- 
diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 21218e86f3c..7bfb661a15b 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=20.1.2
+version=20.1.4
 revision=1
 wrksrc="mesa-${version}"
 build_style=meson
@@ -21,9 +21,9 @@ short_desc="Graphics library similar to SGI's OpenGL"
 maintainer="Juan RP <xtraeme@gmail.com>"
 license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
-changelog="https://www.mesa3d.org/relnotes/${version}.html"
+changelog="https://docs.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=283dff72814c8a80ce1ff8271e3f055895d26f4da3f4362acc49193e635780cb
+checksum=6800271c2be2a0447510eb4e9b67edd9521859a4d565310617c4b359eb6799fe
 
 build_options="wayland"
 build_options_default="wayland"

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: mesa: update to 20.1.3, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (12 preceding siblings ...)
  2020-07-23 10:08 ` BouncyMaster
@ 2020-07-23 10:13 ` BouncyMaster
  2020-07-28 23:11 ` [PR PATCH] [Merged]: mesa: update to 20.1.4, " q66
  14 siblings, 0 replies; 16+ messages in thread
From: BouncyMaster @ 2020-07-23 10:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 339 bytes --]

New comment by BouncyMaster on void-packages repository

https://github.com/void-linux/void-packages/pull/23499#issuecomment-662926284

Comment:
Removed patch `parallel-build.patch`, possibly fixed upstream [here](https://github.com/mesa3d/mesa/commit/b3fe8cb8d9688082eadf8b5e25f0d4990f825193). Not sure though, need @q66 to look at this.

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PR PATCH] [Merged]: mesa: update to 20.1.4, fix patches
  2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
                   ` (13 preceding siblings ...)
  2020-07-23 10:13 ` BouncyMaster
@ 2020-07-28 23:11 ` q66
  14 siblings, 0 replies; 16+ messages in thread
From: q66 @ 2020-07-28 23:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 426 bytes --]

There's a merged pull request on the void-packages repository

mesa: update to 20.1.4, fix patches
https://github.com/void-linux/void-packages/pull/23499

Description:
`fix-libXvMC-versioning.patch` was fixed upstream [here](https://github.com/mesa3d/mesa/commit/a35c4675a72c30e6b7e116237a43ca7c520b060d).
For `clover-ppc64-cpp14.patch`, the `clover_cpp_std` variable was removed completely, so not sure if that still works.

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2020-07-28 23:11 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-09 18:18 [PR PATCH] mesa: update to 20.1.3, fix patches BouncyMaster
2020-07-09 20:29 ` [PR REVIEW] " travankor
2020-07-09 20:29 ` travankor
2020-07-09 20:42 ` [PR PATCH] [Updated] " BouncyMaster
2020-07-09 23:41 ` fosslinux
2020-07-10  9:13 ` [PR PATCH] [Updated] " BouncyMaster
2020-07-10  9:13 ` BouncyMaster
2020-07-22 22:09 ` st3r4g
2020-07-23  9:17 ` BouncyMaster
2020-07-23  9:55 ` fosslinux
2020-07-23  9:55 ` fosslinux
2020-07-23  9:55 ` fosslinux
2020-07-23 10:07 ` [PR PATCH] [Updated] " BouncyMaster
2020-07-23 10:08 ` BouncyMaster
2020-07-23 10:13 ` BouncyMaster
2020-07-28 23:11 ` [PR PATCH] [Merged]: mesa: update to 20.1.4, " q66

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).