Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Vulkan: update to 1.3.212.
@ 2022-05-07 20:52 wundrweapon
  2022-05-07 20:56 ` paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: wundrweapon @ 2022-05-07 20:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wundrweapon/void-packages vulkan_1.3
https://github.com/void-linux/void-packages/pull/37026

Vulkan: update to 1.3.212.
Contains `vulkan-loader` and `Vulkan-Headers`, as I was asked to put them in the same commit last time I made a PR like this. Does not include `Vulkan-ValidationLayers` or `Vulkan-Tools` as they did not build with a simple version change, and I do not understand Vulkan well enough to diagnose the issue.

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

I played through about half a DOOM Eternal mission.

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vulkan_1.3-37026.patch --]
[-- Type: text/x-diff, Size: 1815 bytes --]

From 93e575d5b38a5149d48843035ffe48e7fc9b5779 Mon Sep 17 00:00:00 2001
From: wundrweapon <whhacker.dcx@gmail.com>
Date: Sat, 7 May 2022 16:43:55 -0400
Subject: [PATCH] Vulkan: update to 1.3.212.

---
 srcpkgs/Vulkan-Headers/template | 4 ++--
 srcpkgs/vulkan-loader/template  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/Vulkan-Headers/template b/srcpkgs/Vulkan-Headers/template
index d619f96e2362..db4907eaf609 100644
--- a/srcpkgs/Vulkan-Headers/template
+++ b/srcpkgs/Vulkan-Headers/template
@@ -1,6 +1,6 @@
 # Template file for 'Vulkan-Headers'
 pkgname=Vulkan-Headers
-version=1.2.182
+version=1.3.212
 revision=1
 build_style=cmake
 short_desc="Vulkan header files"
@@ -8,4 +8,4 @@ maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.khronos.org/vulkan/"
 distfiles="https://github.com/KhronosGroup/Vulkan-Headers/archive/v${version}.tar.gz"
-checksum=38d1c953de7bb2d839556226851feeb690f0d23bc22ac46c823dcb66c97bfdc8
+checksum=deea32809940711be36258e17ac887818f6261c96be27b24a1b82ac6718f0b2b
diff --git a/srcpkgs/vulkan-loader/template b/srcpkgs/vulkan-loader/template
index 383d90ddd350..47d29ee47c43 100644
--- a/srcpkgs/vulkan-loader/template
+++ b/srcpkgs/vulkan-loader/template
@@ -1,6 +1,6 @@
 # Template file for 'vulkan-loader'
 pkgname=vulkan-loader
-version=1.2.182
+version=1.3.212
 revision=1
 wrksrc="Vulkan-Loader-${version}"
 build_style=cmake
@@ -14,4 +14,4 @@ maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.khronos.org/vulkan/"
 distfiles="https://github.com/KhronosGroup/Vulkan-Loader/archive/v${version}.tar.gz"
-checksum=0d1f9fde9d21642526e9baa55d30364c95035c4fe3c6db96836631991b44dd90
+checksum=70165622606ed8face4382a23cb8b4cf9dfa023001b01cbc286e0fa40b91047a

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

* Re: Vulkan: update to 1.3.212.
  2022-05-07 20:52 [PR PATCH] Vulkan: update to 1.3.212 wundrweapon
@ 2022-05-07 20:56 ` paper42
  2022-05-07 21:15 ` tibequadorian
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-05-07 20:56 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37026#issuecomment-1120288942

Comment:
> Contains vulkan-loader and Vulkan-Headers, as I was asked to put them in the same commit last time I made a PR like this. 

You were most likely asked to include them both in the same PR, not in the same commit.

> Does not include Vulkan-ValidationLayers or Vulkan-Tools as they did not build with a simple version change, and I do not understand Vulkan well enough to diagnose the issue.

#35431

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

* Re: Vulkan: update to 1.3.212.
  2022-05-07 20:52 [PR PATCH] Vulkan: update to 1.3.212 wundrweapon
  2022-05-07 20:56 ` paper42
@ 2022-05-07 21:15 ` tibequadorian
  2022-05-07 21:16 ` wundrweapon
  2022-05-07 21:16 ` [PR PATCH] [Closed]: " wundrweapon
  3 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2022-05-07 21:15 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/37026#issuecomment-1120291915

Comment:
Vulkan gets updated very frequently so it's better to only update to [sdk releases](https://github.com/KhronosGroup/Vulkan-Loader/releases/tag/sdk-1.3.211.0). Versions should also be kept in sync among all vulkan related packages.

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

* Re: Vulkan: update to 1.3.212.
  2022-05-07 20:52 [PR PATCH] Vulkan: update to 1.3.212 wundrweapon
  2022-05-07 20:56 ` paper42
  2022-05-07 21:15 ` tibequadorian
@ 2022-05-07 21:16 ` wundrweapon
  2022-05-07 21:16 ` [PR PATCH] [Closed]: " wundrweapon
  3 siblings, 0 replies; 5+ messages in thread
From: wundrweapon @ 2022-05-07 21:16 UTC (permalink / raw)
  To: ml

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

New comment by wundrweapon on void-packages repository

https://github.com/void-linux/void-packages/pull/37026#issuecomment-1120292183

Comment:
welp, guess this can go then

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

* Re: [PR PATCH] [Closed]: Vulkan: update to 1.3.212.
  2022-05-07 20:52 [PR PATCH] Vulkan: update to 1.3.212 wundrweapon
                   ` (2 preceding siblings ...)
  2022-05-07 21:16 ` wundrweapon
@ 2022-05-07 21:16 ` wundrweapon
  3 siblings, 0 replies; 5+ messages in thread
From: wundrweapon @ 2022-05-07 21:16 UTC (permalink / raw)
  To: ml

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

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

Vulkan: update to 1.3.212.
https://github.com/void-linux/void-packages/pull/37026

Description:
Contains `vulkan-loader` and `Vulkan-Headers`, as I was asked to put them in the same commit last time I made a PR like this. Does not include `Vulkan-ValidationLayers` or `Vulkan-Tools` as they did not build with a simple version change, and I do not understand Vulkan well enough to diagnose the issue.

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

I played through about half a DOOM Eternal mission.

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

end of thread, other threads:[~2022-05-07 21:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-07 20:52 [PR PATCH] Vulkan: update to 1.3.212 wundrweapon
2022-05-07 20:56 ` paper42
2022-05-07 21:15 ` tibequadorian
2022-05-07 21:16 ` wundrweapon
2022-05-07 21:16 ` [PR PATCH] [Closed]: " wundrweapon

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