Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mesa: update to 21.1.7.
@ 2021-08-13 18:40 HadetTheUndying
  2021-08-13 18:47 ` HadetTheUndying
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: HadetTheUndying @ 2021-08-13 18:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/HadetTheUndying/void-packages mesa-21.1.7
https://github.com/void-linux/void-packages/pull/32483

mesa: update to 21.1.7.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 197429205b64b9f80831890f03537c94cb3c3dd7 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Fri, 13 Aug 2021 13:38:02 -0500
Subject: [PATCH] mesa: update to 21.1.7.

---
 srcpkgs/mesa/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 68d6a112681e..f732b7d9dbb1 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,6 +1,6 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=21.1.6
+version=21.1.7
 revision=2
 wrksrc="mesa-${version}"
 build_style=meson
@@ -23,7 +23,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=b1cb0122f911dfa9fe1f209a7061378c61a1448a280e711511ca72dad9999e37
+checksum=e9e67c10654f2e4bf15b944bb048007a614292aa4792b1b7512eb700b7b3a7bb
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	configure_args+=" -Duse-elf-tls=false"

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

* Re: mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
@ 2021-08-13 18:47 ` HadetTheUndying
  2021-08-13 18:50 ` [PR PATCH] [Updated] " HadetTheUndying
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: HadetTheUndying @ 2021-08-13 18:47 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/32483#issuecomment-898654245

Comment:
Woops i forgot to fix the revision

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

* Re: [PR PATCH] [Updated] mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
  2021-08-13 18:47 ` HadetTheUndying
@ 2021-08-13 18:50 ` HadetTheUndying
  2021-08-13 22:31 ` [PR REVIEW] " paper42
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: HadetTheUndying @ 2021-08-13 18:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/HadetTheUndying/void-packages mesa-21.1.7
https://github.com/void-linux/void-packages/pull/32483

mesa: update to 21.1.7.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From f30dcac4706e07260db8dbc11b2029db2d4b6a16 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Fri, 13 Aug 2021 13:38:02 -0500
Subject: [PATCH] mesa: update to 21.1.7.

---
 srcpkgs/mesa/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 68d6a112681e..2692e8676d0f 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,7 +1,7 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=21.1.6
-revision=2
+version=21.1.7
+revision=1
 wrksrc="mesa-${version}"
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
@@ -23,7 +23,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=b1cb0122f911dfa9fe1f209a7061378c61a1448a280e711511ca72dad9999e37
+checksum=e9e67c10654f2e4bf15b944bb048007a614292aa4792b1b7512eb700b7b3a7bb
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	configure_args+=" -Duse-elf-tls=false"

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

* Re: [PR REVIEW] mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
  2021-08-13 18:47 ` HadetTheUndying
  2021-08-13 18:50 ` [PR PATCH] [Updated] " HadetTheUndying
@ 2021-08-13 22:31 ` paper42
  2021-08-13 22:51 ` HadetTheUndying
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2021-08-13 22:31 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32483#discussion_r688811009

Comment:
Let's drop this line, `wrksrc="$pkgname-$version"` is the default, so we don't have to overwrite it.

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

* Re: mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
                   ` (2 preceding siblings ...)
  2021-08-13 22:31 ` [PR REVIEW] " paper42
@ 2021-08-13 22:51 ` HadetTheUndying
  2021-08-14 19:36 ` [PR REVIEW] " abenson
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: HadetTheUndying @ 2021-08-13 22:51 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/32483#issuecomment-898757751

Comment:
So i'm not sure why that failed to fetch the archive for the i686 build because it fetches fine on my systems.

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

* Re: [PR REVIEW] mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
                   ` (3 preceding siblings ...)
  2021-08-13 22:51 ` HadetTheUndying
@ 2021-08-14 19:36 ` abenson
  2021-08-15  5:44 ` HadetTheUndying
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: abenson @ 2021-08-14 19:36 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/32483#discussion_r688983983

Comment:
I agree, this is vestigial from when the package was named `libGL`

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

* Re: [PR REVIEW] mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
                   ` (4 preceding siblings ...)
  2021-08-14 19:36 ` [PR REVIEW] " abenson
@ 2021-08-15  5:44 ` HadetTheUndying
  2021-08-15  8:41 ` paper42
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: HadetTheUndying @ 2021-08-15  5:44 UTC (permalink / raw)
  To: ml

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

New review comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/32483#discussion_r689034185

Comment:
I'll get to this in the morning but just to clarify you are recommending removing the wrksrc line entirely? Since the default behavior makes it unnecessary? 

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

* Re: [PR REVIEW] mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
                   ` (5 preceding siblings ...)
  2021-08-15  5:44 ` HadetTheUndying
@ 2021-08-15  8:41 ` paper42
  2021-08-17  0:19 ` [PR PATCH] [Updated] " HadetTheUndying
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: paper42 @ 2021-08-15  8:41 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32483#discussion_r689054156

Comment:
Yes, we don't need to specify variables that are unnecessary.

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

* Re: [PR PATCH] [Updated] mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
                   ` (6 preceding siblings ...)
  2021-08-15  8:41 ` paper42
@ 2021-08-17  0:19 ` HadetTheUndying
  2021-08-17  0:21 ` [PR REVIEW] " HadetTheUndying
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: HadetTheUndying @ 2021-08-17  0:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/HadetTheUndying/void-packages mesa-21.1.7
https://github.com/void-linux/void-packages/pull/32483

mesa: update to 21.1.7.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From fce320b17f1dbb51545949d3e120038ddf5db524 Mon Sep 17 00:00:00 2001
From: HadetTheUndying <hadet@protonmail.com>
Date: Fri, 13 Aug 2021 13:38:02 -0500
Subject: [PATCH] mesa: update to 21.1.7.

---
 srcpkgs/mesa/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/mesa/template b/srcpkgs/mesa/template
index 68d6a112681e..655b4bf4d45e 100644
--- a/srcpkgs/mesa/template
+++ b/srcpkgs/mesa/template
@@ -1,8 +1,7 @@
 # Template file for 'mesa'
 pkgname=mesa
-version=21.1.6
-revision=2
-wrksrc="mesa-${version}"
+version=21.1.7
+revision=1
 build_style=meson
 configure_args="-Dglvnd=true -Dshared-glapi=enabled -Dgbm=enabled -Degl=enabled
  -Dosmesa=true -Dgles1=enabled -Dgles2=enabled -Dglx=dri -Ddri3=enabled
@@ -23,7 +22,7 @@ license="MIT, LGPL-2.1-or-later"
 homepage="https://www.mesa3d.org/"
 changelog="https://docs.mesa3d.org/relnotes/${version}.html"
 distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
-checksum=b1cb0122f911dfa9fe1f209a7061378c61a1448a280e711511ca72dad9999e37
+checksum=e9e67c10654f2e4bf15b944bb048007a614292aa4792b1b7512eb700b7b3a7bb
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 	configure_args+=" -Duse-elf-tls=false"

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

* Re: [PR REVIEW] mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
                   ` (7 preceding siblings ...)
  2021-08-17  0:19 ` [PR PATCH] [Updated] " HadetTheUndying
@ 2021-08-17  0:21 ` HadetTheUndying
  2021-08-17 11:28 ` ericonr
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: HadetTheUndying @ 2021-08-17  0:21 UTC (permalink / raw)
  To: ml

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

New review comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/32483#discussion_r689943415

Comment:
Okay it's spitting out new errors haha

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

* Re: mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
                   ` (8 preceding siblings ...)
  2021-08-17  0:21 ` [PR REVIEW] " HadetTheUndying
@ 2021-08-17 11:28 ` ericonr
  2021-08-18  2:36 ` [PR PATCH] [Merged]: " ericonr
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2021-08-17 11:28 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32483#issuecomment-900216351

Comment:
>  Please rebase to newest copy.

`git pull --rebase upstream master`

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

* Re: [PR PATCH] [Merged]: mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
                   ` (9 preceding siblings ...)
  2021-08-17 11:28 ` ericonr
@ 2021-08-18  2:36 ` ericonr
  2021-08-18 17:40 ` HadetTheUndying
  2021-08-18 18:41 ` ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2021-08-18  2:36 UTC (permalink / raw)
  To: ml

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

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

mesa: update to 21.1.7.
https://github.com/void-linux/void-packages/pull/32483

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
                   ` (10 preceding siblings ...)
  2021-08-18  2:36 ` [PR PATCH] [Merged]: " ericonr
@ 2021-08-18 17:40 ` HadetTheUndying
  2021-08-18 18:41 ` ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: HadetTheUndying @ 2021-08-18 17:40 UTC (permalink / raw)
  To: ml

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

New comment by HadetTheUndying on void-packages repository

https://github.com/void-linux/void-packages/pull/32483#issuecomment-901304570

Comment:
> > Please rebase to newest copy.
> 
> `git pull --rebase upstream master`

Sorry I was out at the time. I intended to do this this morning. Looks like it already merged?

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

* Re: mesa: update to 21.1.7.
  2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
                   ` (11 preceding siblings ...)
  2021-08-18 17:40 ` HadetTheUndying
@ 2021-08-18 18:41 ` ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2021-08-18 18:41 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32483#issuecomment-901344008

Comment:
Yup, no worries ;)

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

end of thread, other threads:[~2021-08-18 18:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13 18:40 [PR PATCH] mesa: update to 21.1.7 HadetTheUndying
2021-08-13 18:47 ` HadetTheUndying
2021-08-13 18:50 ` [PR PATCH] [Updated] " HadetTheUndying
2021-08-13 22:31 ` [PR REVIEW] " paper42
2021-08-13 22:51 ` HadetTheUndying
2021-08-14 19:36 ` [PR REVIEW] " abenson
2021-08-15  5:44 ` HadetTheUndying
2021-08-15  8:41 ` paper42
2021-08-17  0:19 ` [PR PATCH] [Updated] " HadetTheUndying
2021-08-17  0:21 ` [PR REVIEW] " HadetTheUndying
2021-08-17 11:28 ` ericonr
2021-08-18  2:36 ` [PR PATCH] [Merged]: " ericonr
2021-08-18 17:40 ` HadetTheUndying
2021-08-18 18:41 ` ericonr

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).