Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123
@ 2019-09-30  3:29 voidlinux-github
  2019-09-30 14:50 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-30  3:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages vulkan-updates
https://github.com/void-linux/void-packages/pull/14836

Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123
Put them together because Vulkan-Headers is required for the other two. Please let me know if this is not okay.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vulkan-updates-14836.patch --]
[-- Type: text/x-diff, Size: 2801 bytes --]

From 07a30ff9728e4fc08ca7fa37d8fb2172824cacde Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Sun, 29 Sep 2019 23:27:55 -0400
Subject: [PATCH] Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to
 1.1.123

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

diff --git a/srcpkgs/Vulkan-Headers/template b/srcpkgs/Vulkan-Headers/template
index ea706bdb8d0..addd0c9847a 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.1.121
+version=1.1.123
 revision=1
 archs=noarch
 wrksrc="${pkgname}-${version}"
@@ -10,4 +10,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=d49a50f1dd5c74896367553efffeb19c699ce1c1b30d66dc396fcb8e295a1e4a
+checksum=aa58ddcf972f05d26bdfa50ac689022b77baf101317258ac146393ef47741581
diff --git a/srcpkgs/Vulkan-Tools/template b/srcpkgs/Vulkan-Tools/template
index d68ceee8a9b..cb1dfc9b446 100644
--- a/srcpkgs/Vulkan-Tools/template
+++ b/srcpkgs/Vulkan-Tools/template
@@ -1,6 +1,6 @@
 # Template file for 'Vulkan-Tools'
 pkgname=Vulkan-Tools
-version=1.1.121
+version=1.1.123
 revision=1
 wrksrc="${pkgname}-${version}"
 build_style=cmake
@@ -14,7 +14,7 @@ maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.khronos.org/vulkan/"
 distfiles="https://github.com/KhronosGroup/${pkgname}/archive/v${version}.tar.gz"
-checksum=f28229077fbf8c898c1049f3421b14afb441fb3a25f24d5d6e90ae6c2a36c574
+checksum=a458ee9b3c6dcbdef0dbb69b6a6afbd7ac72f9355977636d34a89c2fadecc7c8
 
 build_options="cube"
 desc_option_cube="Build cube vulkan demo"
diff --git a/srcpkgs/vulkan-loader/template b/srcpkgs/vulkan-loader/template
index e17a7325699..6fddbd89c20 100644
--- a/srcpkgs/vulkan-loader/template
+++ b/srcpkgs/vulkan-loader/template
@@ -1,7 +1,7 @@
 # Template file for 'vulkan-loader'
 pkgname=vulkan-loader
 _pkgname=Vulkan-Loader
-version=1.1.121
+version=1.1.123
 revision=1
 wrksrc="${_pkgname}-${version}"
 build_style=cmake
@@ -14,7 +14,7 @@ maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.khronos.org/vulkan/"
 distfiles="https://github.com/KhronosGroup/${_pkgname}/archive/v${version}.tar.gz"
-checksum=8966eb5a0f1503f5d8ab1b3602913285961786f7ee06bd1ff436dcce337505d3
+checksum=9d3ddb84c21c41b259bbd59e649732f0c06b7bb9c42b27311851680bace0ddde
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr"

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

* Re: Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123
  2019-09-30  3:29 [PR PATCH] Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123 voidlinux-github
@ 2019-09-30 14:50 ` voidlinux-github
  2019-09-30 17:40 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-30 14:50 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/14836#issuecomment-536597857

Comment:
Putting the together in on PR is okay, however changing several templates in one commit isn't. Please split the changes into 3 commits (one per template) and push the commits to this branch. 

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

* Re: Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123
  2019-09-30  3:29 [PR PATCH] Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123 voidlinux-github
  2019-09-30 14:50 ` voidlinux-github
@ 2019-09-30 17:40 ` voidlinux-github
  2019-09-30 22:22 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-30 17:40 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/14836#issuecomment-536669444

Comment:
Got it. Thank you.

On Mon, 30 Sep, 2019, 10:50 Helmut Pozimski, <notifications@github.com>
wrote:

> Putting the together in on PR is okay, however changing several templates
> in one commit isn't. Please split the changes into 3 commits (one per
> template) and push the commits to this branch.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/void-linux/void-packages/pull/14836?email_source=notifications&email_token=AB33RLBNBKMYATX4C3DBPXDQMIG3FA5CNFSM4I3VRIZKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD755KYI#issuecomment-536597857>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AB33RLDVPJSNVMKHOOK2Q53QMIG3FANCNFSM4I3VRIZA>
> .
>


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

* Re: [PR PATCH] [Updated] Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123
  2019-09-30  3:29 [PR PATCH] Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123 voidlinux-github
  2019-09-30 14:50 ` voidlinux-github
  2019-09-30 17:40 ` voidlinux-github
@ 2019-09-30 22:22 ` voidlinux-github
  2019-09-30 22:22 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-30 22:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages vulkan-updates
https://github.com/void-linux/void-packages/pull/14836

Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123
Put them together because Vulkan-Headers is required for the other two. Please let me know if this is not okay.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vulkan-updates-14836.patch --]
[-- Type: text/x-diff, Size: 3294 bytes --]

From e78ab00824bd20c4676e2ef7153f28e03ab8b301 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 30 Sep 2019 18:21:58 -0400
Subject: [PATCH 1/3] Vulkan-Headers: update to 1.1.123

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

diff --git a/srcpkgs/Vulkan-Headers/template b/srcpkgs/Vulkan-Headers/template
index ea706bdb8d0..addd0c9847a 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.1.121
+version=1.1.123
 revision=1
 archs=noarch
 wrksrc="${pkgname}-${version}"
@@ -10,4 +10,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=d49a50f1dd5c74896367553efffeb19c699ce1c1b30d66dc396fcb8e295a1e4a
+checksum=aa58ddcf972f05d26bdfa50ac689022b77baf101317258ac146393ef47741581

From 0fcc70072a0af8a5d36fe10150b28961438996f6 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 30 Sep 2019 18:22:21 -0400
Subject: [PATCH 2/3] vulkan-loader: update to 1.1.123

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

diff --git a/srcpkgs/vulkan-loader/template b/srcpkgs/vulkan-loader/template
index e17a7325699..6fddbd89c20 100644
--- a/srcpkgs/vulkan-loader/template
+++ b/srcpkgs/vulkan-loader/template
@@ -1,7 +1,7 @@
 # Template file for 'vulkan-loader'
 pkgname=vulkan-loader
 _pkgname=Vulkan-Loader
-version=1.1.121
+version=1.1.123
 revision=1
 wrksrc="${_pkgname}-${version}"
 build_style=cmake
@@ -14,7 +14,7 @@ maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.khronos.org/vulkan/"
 distfiles="https://github.com/KhronosGroup/${_pkgname}/archive/v${version}.tar.gz"
-checksum=8966eb5a0f1503f5d8ab1b3602913285961786f7ee06bd1ff436dcce337505d3
+checksum=9d3ddb84c21c41b259bbd59e649732f0c06b7bb9c42b27311851680bace0ddde
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr"

From 69349436d22b4953b9b720f3c52659635be9e560 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 30 Sep 2019 18:22:40 -0400
Subject: [PATCH 3/3] Vulkan-Tools: update to 1.1.123

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

diff --git a/srcpkgs/Vulkan-Tools/template b/srcpkgs/Vulkan-Tools/template
index d68ceee8a9b..cb1dfc9b446 100644
--- a/srcpkgs/Vulkan-Tools/template
+++ b/srcpkgs/Vulkan-Tools/template
@@ -1,6 +1,6 @@
 # Template file for 'Vulkan-Tools'
 pkgname=Vulkan-Tools
-version=1.1.121
+version=1.1.123
 revision=1
 wrksrc="${pkgname}-${version}"
 build_style=cmake
@@ -14,7 +14,7 @@ maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.khronos.org/vulkan/"
 distfiles="https://github.com/KhronosGroup/${pkgname}/archive/v${version}.tar.gz"
-checksum=f28229077fbf8c898c1049f3421b14afb441fb3a25f24d5d6e90ae6c2a36c574
+checksum=a458ee9b3c6dcbdef0dbb69b6a6afbd7ac72f9355977636d34a89c2fadecc7c8
 
 build_options="cube"
 desc_option_cube="Build cube vulkan demo"

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

* Re: [PR PATCH] [Updated] Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123
  2019-09-30  3:29 [PR PATCH] Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-30 22:22 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-30 22:22 ` voidlinux-github
  2019-09-30 22:24 ` voidlinux-github
  2019-10-01 10:10 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-30 22:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages vulkan-updates
https://github.com/void-linux/void-packages/pull/14836

Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123
Put them together because Vulkan-Headers is required for the other two. Please let me know if this is not okay.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vulkan-updates-14836.patch --]
[-- Type: text/x-diff, Size: 3294 bytes --]

From e78ab00824bd20c4676e2ef7153f28e03ab8b301 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 30 Sep 2019 18:21:58 -0400
Subject: [PATCH 1/3] Vulkan-Headers: update to 1.1.123

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

diff --git a/srcpkgs/Vulkan-Headers/template b/srcpkgs/Vulkan-Headers/template
index ea706bdb8d0..addd0c9847a 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.1.121
+version=1.1.123
 revision=1
 archs=noarch
 wrksrc="${pkgname}-${version}"
@@ -10,4 +10,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=d49a50f1dd5c74896367553efffeb19c699ce1c1b30d66dc396fcb8e295a1e4a
+checksum=aa58ddcf972f05d26bdfa50ac689022b77baf101317258ac146393ef47741581

From 0fcc70072a0af8a5d36fe10150b28961438996f6 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 30 Sep 2019 18:22:21 -0400
Subject: [PATCH 2/3] vulkan-loader: update to 1.1.123

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

diff --git a/srcpkgs/vulkan-loader/template b/srcpkgs/vulkan-loader/template
index e17a7325699..6fddbd89c20 100644
--- a/srcpkgs/vulkan-loader/template
+++ b/srcpkgs/vulkan-loader/template
@@ -1,7 +1,7 @@
 # Template file for 'vulkan-loader'
 pkgname=vulkan-loader
 _pkgname=Vulkan-Loader
-version=1.1.121
+version=1.1.123
 revision=1
 wrksrc="${_pkgname}-${version}"
 build_style=cmake
@@ -14,7 +14,7 @@ maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.khronos.org/vulkan/"
 distfiles="https://github.com/KhronosGroup/${_pkgname}/archive/v${version}.tar.gz"
-checksum=8966eb5a0f1503f5d8ab1b3602913285961786f7ee06bd1ff436dcce337505d3
+checksum=9d3ddb84c21c41b259bbd59e649732f0c06b7bb9c42b27311851680bace0ddde
 
 if [ "$CROSS_BUILD" ]; then
 	configure_args+=" -DVULKAN_HEADERS_INSTALL_DIR=${XBPS_CROSS_BASE}/usr"

From 69349436d22b4953b9b720f3c52659635be9e560 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Mon, 30 Sep 2019 18:22:40 -0400
Subject: [PATCH 3/3] Vulkan-Tools: update to 1.1.123

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

diff --git a/srcpkgs/Vulkan-Tools/template b/srcpkgs/Vulkan-Tools/template
index d68ceee8a9b..cb1dfc9b446 100644
--- a/srcpkgs/Vulkan-Tools/template
+++ b/srcpkgs/Vulkan-Tools/template
@@ -1,6 +1,6 @@
 # Template file for 'Vulkan-Tools'
 pkgname=Vulkan-Tools
-version=1.1.121
+version=1.1.123
 revision=1
 wrksrc="${pkgname}-${version}"
 build_style=cmake
@@ -14,7 +14,7 @@ maintainer="Arvin Ignaci <arvin.ignaci@gmail.com>"
 license="Apache-2.0"
 homepage="https://www.khronos.org/vulkan/"
 distfiles="https://github.com/KhronosGroup/${pkgname}/archive/v${version}.tar.gz"
-checksum=f28229077fbf8c898c1049f3421b14afb441fb3a25f24d5d6e90ae6c2a36c574
+checksum=a458ee9b3c6dcbdef0dbb69b6a6afbd7ac72f9355977636d34a89c2fadecc7c8
 
 build_options="cube"
 desc_option_cube="Build cube vulkan demo"

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

* Re: Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123
  2019-09-30  3:29 [PR PATCH] Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-30 22:22 ` voidlinux-github
@ 2019-09-30 22:24 ` voidlinux-github
  2019-10-01 10:10 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-09-30 22:24 UTC (permalink / raw)
  To: ml

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

New comment by kartikynwa on void-packages repository

https://github.com/void-linux/void-packages/pull/14836#issuecomment-536777409

Comment:
Split the singular commit into three. Let me know something's wrong.

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

* Re: [PR PATCH] [Merged]: Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123
  2019-09-30  3:29 [PR PATCH] Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-09-30 22:24 ` voidlinux-github
@ 2019-10-01 10:10 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-01 10:10 UTC (permalink / raw)
  To: ml

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

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

Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123
https://github.com/void-linux/void-packages/pull/14836

Description:
Put them together because Vulkan-Headers is required for the other two. Please let me know if this is not okay.

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

end of thread, other threads:[~2019-10-01 10:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30  3:29 [PR PATCH] Vulkan-Headers, Vulkan-Tools, vulkan-loader: update to 1.1.123 voidlinux-github
2019-09-30 14:50 ` voidlinux-github
2019-09-30 17:40 ` voidlinux-github
2019-09-30 22:22 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-30 22:22 ` voidlinux-github
2019-09-30 22:24 ` voidlinux-github
2019-10-01 10:10 ` [PR PATCH] [Merged]: " voidlinux-github

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