Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update SPIRV-Tools to v2019.4
@ 2019-10-04 20:49 voidlinux-github
  2019-10-04 20:59 ` [PR PATCH] [Updated] SPIRV-Tools: update to 2019.4 voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-04 20:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jackkdev/void-packages master
https://github.com/void-linux/void-packages/pull/15098

Update SPIRV-Tools to v2019.4


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

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

From b0229fa6c63a7f2e7fe8faab23d65ada66a07329 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:48:20 +0100
Subject: [PATCH] Update SPIRV-Tools to v2019.4

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

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 2c077be3c55..33d4dc3cb36 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -1,6 +1,6 @@
 # Template file for 'SPIRV-Tools'
 pkgname=SPIRV-Tools
-version=2019.3
+version=2019.4
 revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/KhronosGroup/SPIRV-Tools"
 distfiles="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${version}.tar.gz"
-checksum=57c59584d83294ac914c1b21530f9441c29d30979a54e5f0a97b10715dc42c64
+checksum=2ab4fa3dbff0aa263da9576beefa5d080ebaf3672b1215025504115d614caab5
 
 SPIRV-Tools-devel_package() {
 	depends="SPIRV-Tools-${version}_${revision}"

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

* Re: [PR PATCH] [Updated] SPIRV-Tools: update to 2019.4
  2019-10-04 20:49 [PR PATCH] Update SPIRV-Tools to v2019.4 voidlinux-github
  2019-10-04 20:59 ` [PR PATCH] [Updated] SPIRV-Tools: update to 2019.4 voidlinux-github
@ 2019-10-04 20:59 ` voidlinux-github
  2019-10-04 21:05 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-04 20:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jackkdev/void-packages master
https://github.com/void-linux/void-packages/pull/15098

SPIRV-Tools: update to 2019.4


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

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

From b0229fa6c63a7f2e7fe8faab23d65ada66a07329 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:48:20 +0100
Subject: [PATCH 1/2] Update SPIRV-Tools to v2019.4

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

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 2c077be3c55..33d4dc3cb36 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -1,6 +1,6 @@
 # Template file for 'SPIRV-Tools'
 pkgname=SPIRV-Tools
-version=2019.3
+version=2019.4
 revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/KhronosGroup/SPIRV-Tools"
 distfiles="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${version}.tar.gz"
-checksum=57c59584d83294ac914c1b21530f9441c29d30979a54e5f0a97b10715dc42c64
+checksum=2ab4fa3dbff0aa263da9576beefa5d080ebaf3672b1215025504115d614caab5
 
 SPIRV-Tools-devel_package() {
 	depends="SPIRV-Tools-${version}_${revision}"

From 753fbc40a58b9e2789239dac9fa9668de77ebf54 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:59:35 +0100
Subject: [PATCH 2/2] Remove DSPIRV_BUILD_COMPRESSION flag

---
 srcpkgs/SPIRV-Tools/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 33d4dc3cb36..21dd84ab28a 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -5,7 +5,6 @@ revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
  -DSPIRV-Headers_SOURCE_DIR=${XBPS_CROSS_BASE}/usr
- -DSPIRV_BUILD_COMPRESSION=ON"
 hostmakedepends="python3"
 makedepends="SPIRV-Headers"
 short_desc="API and commands for processing SPIR-V modules"

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

* Re: [PR PATCH] [Updated] SPIRV-Tools: update to 2019.4
  2019-10-04 20:49 [PR PATCH] Update SPIRV-Tools to v2019.4 voidlinux-github
@ 2019-10-04 20:59 ` voidlinux-github
  2019-10-04 20:59 ` voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-04 20:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jackkdev/void-packages master
https://github.com/void-linux/void-packages/pull/15098

SPIRV-Tools: update to 2019.4


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

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

From b0229fa6c63a7f2e7fe8faab23d65ada66a07329 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:48:20 +0100
Subject: [PATCH 1/2] Update SPIRV-Tools to v2019.4

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

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 2c077be3c55..33d4dc3cb36 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -1,6 +1,6 @@
 # Template file for 'SPIRV-Tools'
 pkgname=SPIRV-Tools
-version=2019.3
+version=2019.4
 revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/KhronosGroup/SPIRV-Tools"
 distfiles="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${version}.tar.gz"
-checksum=57c59584d83294ac914c1b21530f9441c29d30979a54e5f0a97b10715dc42c64
+checksum=2ab4fa3dbff0aa263da9576beefa5d080ebaf3672b1215025504115d614caab5
 
 SPIRV-Tools-devel_package() {
 	depends="SPIRV-Tools-${version}_${revision}"

From 753fbc40a58b9e2789239dac9fa9668de77ebf54 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:59:35 +0100
Subject: [PATCH 2/2] Remove DSPIRV_BUILD_COMPRESSION flag

---
 srcpkgs/SPIRV-Tools/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 33d4dc3cb36..21dd84ab28a 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -5,7 +5,6 @@ revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
  -DSPIRV-Headers_SOURCE_DIR=${XBPS_CROSS_BASE}/usr
- -DSPIRV_BUILD_COMPRESSION=ON"
 hostmakedepends="python3"
 makedepends="SPIRV-Headers"
 short_desc="API and commands for processing SPIR-V modules"

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

* Re: [PR PATCH] [Updated] SPIRV-Tools: update to 2019.4
  2019-10-04 20:49 [PR PATCH] Update SPIRV-Tools to v2019.4 voidlinux-github
  2019-10-04 20:59 ` [PR PATCH] [Updated] SPIRV-Tools: update to 2019.4 voidlinux-github
  2019-10-04 20:59 ` voidlinux-github
@ 2019-10-04 21:05 ` voidlinux-github
  2019-10-04 21:05 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-04 21:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jackkdev/void-packages master
https://github.com/void-linux/void-packages/pull/15098

SPIRV-Tools: update to 2019.4


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

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

From b0229fa6c63a7f2e7fe8faab23d65ada66a07329 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:48:20 +0100
Subject: [PATCH 1/3] Update SPIRV-Tools to v2019.4

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

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 2c077be3c55..33d4dc3cb36 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -1,6 +1,6 @@
 # Template file for 'SPIRV-Tools'
 pkgname=SPIRV-Tools
-version=2019.3
+version=2019.4
 revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/KhronosGroup/SPIRV-Tools"
 distfiles="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${version}.tar.gz"
-checksum=57c59584d83294ac914c1b21530f9441c29d30979a54e5f0a97b10715dc42c64
+checksum=2ab4fa3dbff0aa263da9576beefa5d080ebaf3672b1215025504115d614caab5
 
 SPIRV-Tools-devel_package() {
 	depends="SPIRV-Tools-${version}_${revision}"

From 753fbc40a58b9e2789239dac9fa9668de77ebf54 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:59:35 +0100
Subject: [PATCH 2/3] Remove DSPIRV_BUILD_COMPRESSION flag

---
 srcpkgs/SPIRV-Tools/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 33d4dc3cb36..21dd84ab28a 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -5,7 +5,6 @@ revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
  -DSPIRV-Headers_SOURCE_DIR=${XBPS_CROSS_BASE}/usr
- -DSPIRV_BUILD_COMPRESSION=ON"
 hostmakedepends="python3"
 makedepends="SPIRV-Headers"
 short_desc="API and commands for processing SPIR-V modules"

From 00f743407abfc07800b1a0f7a246c19d3973f8aa Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 22:04:57 +0100
Subject: [PATCH 3/3] attempt to fix eof ci error

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

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 21dd84ab28a..4eebe8396bd 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -22,4 +22,4 @@ SPIRV-Tools-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 	}
-}
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] SPIRV-Tools: update to 2019.4
  2019-10-04 20:49 [PR PATCH] Update SPIRV-Tools to v2019.4 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-04 21:05 ` voidlinux-github
@ 2019-10-04 21:05 ` voidlinux-github
  2019-10-04 21:31 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-04 21:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jackkdev/void-packages master
https://github.com/void-linux/void-packages/pull/15098

SPIRV-Tools: update to 2019.4


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

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

From b0229fa6c63a7f2e7fe8faab23d65ada66a07329 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:48:20 +0100
Subject: [PATCH 1/3] Update SPIRV-Tools to v2019.4

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

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 2c077be3c55..33d4dc3cb36 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -1,6 +1,6 @@
 # Template file for 'SPIRV-Tools'
 pkgname=SPIRV-Tools
-version=2019.3
+version=2019.4
 revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/KhronosGroup/SPIRV-Tools"
 distfiles="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${version}.tar.gz"
-checksum=57c59584d83294ac914c1b21530f9441c29d30979a54e5f0a97b10715dc42c64
+checksum=2ab4fa3dbff0aa263da9576beefa5d080ebaf3672b1215025504115d614caab5
 
 SPIRV-Tools-devel_package() {
 	depends="SPIRV-Tools-${version}_${revision}"

From 753fbc40a58b9e2789239dac9fa9668de77ebf54 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:59:35 +0100
Subject: [PATCH 2/3] Remove DSPIRV_BUILD_COMPRESSION flag

---
 srcpkgs/SPIRV-Tools/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 33d4dc3cb36..21dd84ab28a 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -5,7 +5,6 @@ revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
  -DSPIRV-Headers_SOURCE_DIR=${XBPS_CROSS_BASE}/usr
- -DSPIRV_BUILD_COMPRESSION=ON"
 hostmakedepends="python3"
 makedepends="SPIRV-Headers"
 short_desc="API and commands for processing SPIR-V modules"

From 00f743407abfc07800b1a0f7a246c19d3973f8aa Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 22:04:57 +0100
Subject: [PATCH 3/3] attempt to fix eof ci error

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

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 21dd84ab28a..4eebe8396bd 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -22,4 +22,4 @@ SPIRV-Tools-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 	}
-}
+}
\ No newline at end of file

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

* Re: [PR PATCH] [Updated] SPIRV-Tools: update to 2019.4
  2019-10-04 20:49 [PR PATCH] Update SPIRV-Tools to v2019.4 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-04 21:31 ` voidlinux-github
@ 2019-10-04 21:31 ` voidlinux-github
  2019-10-04 21:33 ` [PR PATCH] [Closed]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-04 21:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jackkdev/void-packages master
https://github.com/void-linux/void-packages/pull/15098

SPIRV-Tools: update to 2019.4


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

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

From b0229fa6c63a7f2e7fe8faab23d65ada66a07329 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:48:20 +0100
Subject: [PATCH 1/4] Update SPIRV-Tools to v2019.4

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

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 2c077be3c55..33d4dc3cb36 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -1,6 +1,6 @@
 # Template file for 'SPIRV-Tools'
 pkgname=SPIRV-Tools
-version=2019.3
+version=2019.4
 revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/KhronosGroup/SPIRV-Tools"
 distfiles="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${version}.tar.gz"
-checksum=57c59584d83294ac914c1b21530f9441c29d30979a54e5f0a97b10715dc42c64
+checksum=2ab4fa3dbff0aa263da9576beefa5d080ebaf3672b1215025504115d614caab5
 
 SPIRV-Tools-devel_package() {
 	depends="SPIRV-Tools-${version}_${revision}"

From 753fbc40a58b9e2789239dac9fa9668de77ebf54 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:59:35 +0100
Subject: [PATCH 2/4] Remove DSPIRV_BUILD_COMPRESSION flag

---
 srcpkgs/SPIRV-Tools/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 33d4dc3cb36..21dd84ab28a 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -5,7 +5,6 @@ revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
  -DSPIRV-Headers_SOURCE_DIR=${XBPS_CROSS_BASE}/usr
- -DSPIRV_BUILD_COMPRESSION=ON"
 hostmakedepends="python3"
 makedepends="SPIRV-Headers"
 short_desc="API and commands for processing SPIR-V modules"

From 00f743407abfc07800b1a0f7a246c19d3973f8aa Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 22:04:57 +0100
Subject: [PATCH 3/4] attempt to fix eof ci error

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

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 21dd84ab28a..4eebe8396bd 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -22,4 +22,4 @@ SPIRV-Tools-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 	}
-}
+}
\ No newline at end of file

From 4b2e40a8567f4fce88183c22cd25f99676970d4a Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 22:31:39 +0100
Subject: [PATCH 4/4] lightdm-gtk-greeter: update to 2.0.6

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

diff --git a/srcpkgs/lightdm-gtk-greeter/template b/srcpkgs/lightdm-gtk-greeter/template
index 574877b6369..2aebf7eeea7 100644
--- a/srcpkgs/lightdm-gtk-greeter/template
+++ b/srcpkgs/lightdm-gtk-greeter/template
@@ -1,6 +1,6 @@
 # Template file for 'lightdm-gtk-greeter'
 pkgname=lightdm-gtk-greeter
-version=1.8.5
+version=2.0.6
 revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-gtk2
@@ -14,6 +14,6 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://launchpad.net/lightdm-gtk-greeter"
 distfiles="${homepage}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.gz"
-checksum=22386e787dc64ac372c63cf2cdce47bfa1c791d1cf8b5d3df68df24ecfbf7d68
+checksum=255cf4039ab2536020ca8714bdc98300c8f71719183bbb5b18ef96f43c2e3ade
 conflicts="lightdm-gtk3-greeter>=0"
 patch_args="-Np1"

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

* Re: [PR PATCH] [Updated] SPIRV-Tools: update to 2019.4
  2019-10-04 20:49 [PR PATCH] Update SPIRV-Tools to v2019.4 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-04 21:05 ` voidlinux-github
@ 2019-10-04 21:31 ` voidlinux-github
  2019-10-04 21:31 ` voidlinux-github
  2019-10-04 21:33 ` [PR PATCH] [Closed]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-04 21:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jackkdev/void-packages master
https://github.com/void-linux/void-packages/pull/15098

SPIRV-Tools: update to 2019.4


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

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

From b0229fa6c63a7f2e7fe8faab23d65ada66a07329 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:48:20 +0100
Subject: [PATCH 1/4] Update SPIRV-Tools to v2019.4

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

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 2c077be3c55..33d4dc3cb36 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -1,6 +1,6 @@
 # Template file for 'SPIRV-Tools'
 pkgname=SPIRV-Tools
-version=2019.3
+version=2019.4
 revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
@@ -13,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://github.com/KhronosGroup/SPIRV-Tools"
 distfiles="https://github.com/KhronosGroup/SPIRV-Tools/archive/v${version}.tar.gz"
-checksum=57c59584d83294ac914c1b21530f9441c29d30979a54e5f0a97b10715dc42c64
+checksum=2ab4fa3dbff0aa263da9576beefa5d080ebaf3672b1215025504115d614caab5
 
 SPIRV-Tools-devel_package() {
 	depends="SPIRV-Tools-${version}_${revision}"

From 753fbc40a58b9e2789239dac9fa9668de77ebf54 Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 21:59:35 +0100
Subject: [PATCH 2/4] Remove DSPIRV_BUILD_COMPRESSION flag

---
 srcpkgs/SPIRV-Tools/template | 1 -
 1 file changed, 1 deletion(-)

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 33d4dc3cb36..21dd84ab28a 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -5,7 +5,6 @@ revision=1
 build_style=cmake
 configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
  -DSPIRV-Headers_SOURCE_DIR=${XBPS_CROSS_BASE}/usr
- -DSPIRV_BUILD_COMPRESSION=ON"
 hostmakedepends="python3"
 makedepends="SPIRV-Headers"
 short_desc="API and commands for processing SPIR-V modules"

From 00f743407abfc07800b1a0f7a246c19d3973f8aa Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 22:04:57 +0100
Subject: [PATCH 3/4] attempt to fix eof ci error

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

diff --git a/srcpkgs/SPIRV-Tools/template b/srcpkgs/SPIRV-Tools/template
index 21dd84ab28a..4eebe8396bd 100644
--- a/srcpkgs/SPIRV-Tools/template
+++ b/srcpkgs/SPIRV-Tools/template
@@ -22,4 +22,4 @@ SPIRV-Tools-devel_package() {
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.a"
 	}
-}
+}
\ No newline at end of file

From 4b2e40a8567f4fce88183c22cd25f99676970d4a Mon Sep 17 00:00:00 2001
From: Jack Coble <jackkdev@protonmail.com>
Date: Fri, 4 Oct 2019 22:31:39 +0100
Subject: [PATCH 4/4] lightdm-gtk-greeter: update to 2.0.6

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

diff --git a/srcpkgs/lightdm-gtk-greeter/template b/srcpkgs/lightdm-gtk-greeter/template
index 574877b6369..2aebf7eeea7 100644
--- a/srcpkgs/lightdm-gtk-greeter/template
+++ b/srcpkgs/lightdm-gtk-greeter/template
@@ -1,6 +1,6 @@
 # Template file for 'lightdm-gtk-greeter'
 pkgname=lightdm-gtk-greeter
-version=1.8.5
+version=2.0.6
 revision=4
 build_style=gnu-configure
 configure_args="--disable-static --with-gtk2
@@ -14,6 +14,6 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://launchpad.net/lightdm-gtk-greeter"
 distfiles="${homepage}/${version%.*}/${version}/+download/${pkgname}-${version}.tar.gz"
-checksum=22386e787dc64ac372c63cf2cdce47bfa1c791d1cf8b5d3df68df24ecfbf7d68
+checksum=255cf4039ab2536020ca8714bdc98300c8f71719183bbb5b18ef96f43c2e3ade
 conflicts="lightdm-gtk3-greeter>=0"
 patch_args="-Np1"

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

* Re: [PR PATCH] [Closed]: SPIRV-Tools: update to 2019.4
  2019-10-04 20:49 [PR PATCH] Update SPIRV-Tools to v2019.4 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-04 21:31 ` voidlinux-github
@ 2019-10-04 21:33 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-04 21:33 UTC (permalink / raw)
  To: ml

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

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

SPIRV-Tools: update to 2019.4
https://github.com/void-linux/void-packages/pull/15098

Description:


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04 20:49 [PR PATCH] Update SPIRV-Tools to v2019.4 voidlinux-github
2019-10-04 20:59 ` [PR PATCH] [Updated] SPIRV-Tools: update to 2019.4 voidlinux-github
2019-10-04 20:59 ` voidlinux-github
2019-10-04 21:05 ` voidlinux-github
2019-10-04 21:05 ` voidlinux-github
2019-10-04 21:31 ` voidlinux-github
2019-10-04 21:31 ` voidlinux-github
2019-10-04 21:33 ` [PR PATCH] [Closed]: " 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).