Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libglvnd: update to 1.4.0.
@ 2021-12-28 18:34 st3r4g
  2021-12-31 15:55 ` st3r4g
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: st3r4g @ 2021-12-28 18:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/st3r4g/void-packages libglvnd-1.4.0
https://github.com/void-linux/void-packages/pull/34740

libglvnd: update to 1.4.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

After the fix https://gitlab.freedesktop.org/glvnd/libglvnd/-/merge_requests/249 we should be able to enable tls on musl. There is also a similar fix for mesa.
Only tested x86_64, musl needs testing!

cc @q66 (because of the patch)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/34740.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libglvnd-1.4.0-34740.patch --]
[-- Type: text/x-diff, Size: 1435 bytes --]

From 96471a1dc9a71643bd7e79d6e842c4466eb2928f Mon Sep 17 00:00:00 2001
From: Stefano Ragni <stefano.ragni@outlook.com>
Date: Tue, 28 Dec 2021 19:27:05 +0100
Subject: [PATCH] libglvnd: update to 1.4.0.

---
 srcpkgs/libglvnd/template | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libglvnd/template b/srcpkgs/libglvnd/template
index fbfa0908133d..15b190995998 100644
--- a/srcpkgs/libglvnd/template
+++ b/srcpkgs/libglvnd/template
@@ -1,6 +1,6 @@
 # Template file for 'libglvnd'
 pkgname=libglvnd
-version=1.3.3
+version=1.4.0
 revision=1
 wrksrc="libglvnd-v${version}"
 build_style=meson
@@ -12,16 +12,11 @@ maintainer="Stefano Ragni <st3r4g@protonmail.com>"
 license="custom:MIT-alike"
 homepage="https://gitlab.freedesktop.org/glvnd/libglvnd"
 distfiles="https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v${version}/libglvnd-v${version}.tar.gz"
-checksum=e768f43a0b23d9a8c9f1bed425f7f15d8491a1780253945a4445ddc40e5f6f84
+checksum=33b8b993adf47a21bc1c46bcf970927edeb9884390d5b09b1aed051d600c0b2f
 
 provides="libGL-7.11_1 libEGL-7.11_1 libGLES-7.11_1"
 replaces="libGL>=0 libEGL>=0 libGLES>=0"
 
-# Disable TLS with musl: https://bugs.freedesktop.org/show_bug.cgi?id=35268
-if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
-	configure_args="-Dtls=disabled"
-fi
-
 # ppc64_tsd (used when ppc64_tls is not available)
 # is broken with threads, so disable it on musl
 case "$XBPS_TARGET_MACHINE" in

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

* Re: libglvnd: update to 1.4.0.
  2021-12-28 18:34 [PR PATCH] libglvnd: update to 1.4.0 st3r4g
@ 2021-12-31 15:55 ` st3r4g
  2021-12-31 22:43 ` q66
  2022-01-01 17:14 ` [PR PATCH] [Closed]: " q66
  2 siblings, 0 replies; 4+ messages in thread
From: st3r4g @ 2021-12-31 15:55 UTC (permalink / raw)
  To: ml

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

New comment by st3r4g on void-packages repository

https://github.com/void-linux/void-packages/pull/34740#issuecomment-1003406448

Comment:
tested x86_64-musl (sway, alacritty), looks ok

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

* Re: libglvnd: update to 1.4.0.
  2021-12-28 18:34 [PR PATCH] libglvnd: update to 1.4.0 st3r4g
  2021-12-31 15:55 ` st3r4g
@ 2021-12-31 22:43 ` q66
  2022-01-01 17:14 ` [PR PATCH] [Closed]: " q66
  2 siblings, 0 replies; 4+ messages in thread
From: q66 @ 2021-12-31 22:43 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/34740#issuecomment-1003461395

Comment:
i wonder if we can do away with the `-O0` workaround now that the broken TSD path won't be used, I'll test that once I'm home next year

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

* Re: [PR PATCH] [Closed]: libglvnd: update to 1.4.0.
  2021-12-28 18:34 [PR PATCH] libglvnd: update to 1.4.0 st3r4g
  2021-12-31 15:55 ` st3r4g
  2021-12-31 22:43 ` q66
@ 2022-01-01 17:14 ` q66
  2 siblings, 0 replies; 4+ messages in thread
From: q66 @ 2022-01-01 17:14 UTC (permalink / raw)
  To: ml

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

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

libglvnd: update to 1.4.0.
https://github.com/void-linux/void-packages/pull/34740

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

After the fix https://gitlab.freedesktop.org/glvnd/libglvnd/-/merge_requests/249 we should be able to enable tls on musl. There is also a similar fix for mesa.
Only tested x86_64 glibc, musl needs testing!

cc @q66 (because of the patch)

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-01-01 17:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28 18:34 [PR PATCH] libglvnd: update to 1.4.0 st3r4g
2021-12-31 15:55 ` st3r4g
2021-12-31 22:43 ` q66
2022-01-01 17:14 ` [PR PATCH] [Closed]: " 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).