Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: vkBasalt-0.3.2.1_1
@ 2020-07-06 13:54 xolophreny
  2020-07-06 14:16 ` [PR REVIEW] " ericonr
                   ` (23 more replies)
  0 siblings, 24 replies; 25+ messages in thread
From: xolophreny @ 2020-07-06 13:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xolophreny/void-packages vkBasalt
https://github.com/void-linux/void-packages/pull/23416

New package: vkBasalt-0.3.2.1_1
Cross-compilation for i686 fails because meson fails to find its sanity check results, native build works

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

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

From 302b6bc778627d3d1a4366d6cd16b5425cdbe5a1 Mon Sep 17 00:00:00 2001
From: lowranker <lowranker@protonmail.com>
Date: Mon, 6 Jul 2020 18:39:33 +0500
Subject: [PATCH] New package: vkBasalt-0.3.2.1_1

---
 common/shlibs             |  1 +
 srcpkgs/vkBasalt/template | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/vkBasalt/template

diff --git a/common/shlibs b/common/shlibs
index 878ca5a5ac6..a624b635cc9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3980,3 +3980,4 @@ libselinux.so.1 libselinux-3.0_1
 libsepol.so.1 libsepol-3.0_1
 libfrrcares.so.0 libfrr-7.3.1_1
 libhugetlbfs.so.0 libhugetlbfs-2.22_1
+libvkbasalt.so vkBasalt-0.3.2.1_1
diff --git a/srcpkgs/vkBasalt/template b/srcpkgs/vkBasalt/template
new file mode 100644
index 00000000000..09e3ce23a7e
--- /dev/null
+++ b/srcpkgs/vkBasalt/template
@@ -0,0 +1,32 @@
+# Template file for 'vkBasalt'
+pkgname=vkBasalt
+version=0.3.2.1
+revision=1
+archs="x86_64 i686"
+build_style=meson
+hostmakedepends="gcc>=9 glslang pkg-config"
+makedepends="libX11-devel"
+short_desc="Vulkan post-processing layer"
+maintainer="xolophreny <lowranker@protonmail.com>"
+license="Zlib"
+homepage="https://github.com/DadSchoorse/vkBasalt"
+distfiles="https://github.com/DadSchoorse/vkBasalt/archive/v${version}.tar.gz"
+checksum=b4e8d099f7d4b7ad963edfdd7708191496674890b6673f1c03763ad418b163a9
+
+
+do_configure() {
+	case "$XBPS_TARGET_MACHINE" in
+	x86_64)
+		meson --buildtype=release --prefix=/usr build;;
+	i686)
+		ASFLAGS=--32 CFLAGS=-m32 CXXFLAGS=-m32 PKG_CONFIG_PATH=/usr/lib32/pkgconfig \
+		meson --prefix=/usr \
+		--buildtype=release \
+		--libdir=lib32 \
+		-Dwith_json=false \
+		build;;
+	esac
+}
+do_build() {
+	ninja -C build install
+}

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

* Re: [PR REVIEW] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
@ 2020-07-06 14:16 ` ericonr
  2020-07-06 14:16 ` ericonr
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-07-06 14:16 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#discussion_r450248143

Comment:
Is there anything that would it make it not work on ARM or PPC? Or `x86_64-musl`, even?

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

* Re: [PR REVIEW] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (2 preceding siblings ...)
  2020-07-06 14:16 ` ericonr
@ 2020-07-06 14:16 ` ericonr
  2020-07-06 14:16 ` ericonr
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-07-06 14:16 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#discussion_r450248852

Comment:
Do any applications link against this? Or is it just dlopened at runtime? If the latter, it _probably_ doesn't need to be here. I would wait for confirmation from someone else, though.

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

* Re: [PR REVIEW] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
  2020-07-06 14:16 ` [PR REVIEW] " ericonr
  2020-07-06 14:16 ` ericonr
@ 2020-07-06 14:16 ` ericonr
  2020-07-06 14:16 ` ericonr
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-07-06 14:16 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#discussion_r450249206

Comment:
`distfiles="${homepage}/...`

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

* Re: [PR REVIEW] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
  2020-07-06 14:16 ` [PR REVIEW] " ericonr
@ 2020-07-06 14:16 ` ericonr
  2020-07-06 14:16 ` ericonr
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-07-06 14:16 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#discussion_r450250277

Comment:
This should be done by the build style automatically. And I don't believe this one works properly, since you aren't setting `DESTDIR`.

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

* Re: [PR REVIEW] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (3 preceding siblings ...)
  2020-07-06 14:16 ` ericonr
@ 2020-07-06 14:16 ` ericonr
  2020-07-06 14:17 ` ericonr
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-07-06 14:16 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#discussion_r450251362

Comment:
You probably want to set `configure_args` conditionally, and then let the build style run its own `do_configure`.

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

* Re: [PR REVIEW] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (4 preceding siblings ...)
  2020-07-06 14:16 ` ericonr
@ 2020-07-06 14:17 ` ericonr
  2020-07-06 14:25 ` ericonr
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-07-06 14:17 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#discussion_r450252149

Comment:
Some configure arguments, such as `buildtype` and `prefix`, are already set by the build style as well.

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

* Re: New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (5 preceding siblings ...)
  2020-07-06 14:17 ` ericonr
@ 2020-07-06 14:25 ` ericonr
  2020-07-06 16:31 ` xolophreny
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-07-06 14:25 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#issuecomment-654271865

Comment:
It builds for `armv6l-musl`, `i686-musl` and `i686`, that I've tested. I removed the `arch` line and both `do_*` functions.

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

* Re: New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (6 preceding siblings ...)
  2020-07-06 14:25 ` ericonr
@ 2020-07-06 16:31 ` xolophreny
  2020-07-06 16:43 ` [PR REVIEW] " xolophreny
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: xolophreny @ 2020-07-06 16:31 UTC (permalink / raw)
  To: ml

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

New comment by xolophreny on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#issuecomment-654341219

Comment:
Alright, must be something horribly wrong with my system, it only builds natively here when style arguments are overriden by something else

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

* Re: [PR REVIEW] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (7 preceding siblings ...)
  2020-07-06 16:31 ` xolophreny
@ 2020-07-06 16:43 ` xolophreny
  2020-07-06 16:44 ` q66
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: xolophreny @ 2020-07-06 16:43 UTC (permalink / raw)
  To: ml

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

New review comment by xolophreny on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#discussion_r450349520

Comment:
Doesn't seem like anything links against that, out of maybe three other programs that use vkBasalt. Thanks, will probably be removed

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

* Re: [PR REVIEW] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (8 preceding siblings ...)
  2020-07-06 16:43 ` [PR REVIEW] " xolophreny
@ 2020-07-06 16:44 ` q66
  2020-07-06 16:45 ` q66
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: q66 @ 2020-07-06 16:44 UTC (permalink / raw)
  To: ml

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

New review comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#discussion_r450349972

Comment:
Also none of this is really needed, just build the same on all platforms

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

* Re: [PR REVIEW] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (9 preceding siblings ...)
  2020-07-06 16:44 ` q66
@ 2020-07-06 16:45 ` q66
  2020-07-06 16:46 ` q66
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: q66 @ 2020-07-06 16:45 UTC (permalink / raw)
  To: ml

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

New review comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#discussion_r450350742

Comment:
as far as i can tell, there isn't

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

* Re: [PR REVIEW] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (10 preceding siblings ...)
  2020-07-06 16:45 ` q66
@ 2020-07-06 16:46 ` q66
  2020-07-06 16:47 ` q66
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: q66 @ 2020-07-06 16:46 UTC (permalink / raw)
  To: ml

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

New review comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#discussion_r450349972

Comment:
Also none of this is really needed, just build the same on all platforms - remove the whole `do_configure`, none of these flags are needed

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

* Re: New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (11 preceding siblings ...)
  2020-07-06 16:46 ` q66
@ 2020-07-06 16:47 ` q66
  2020-07-06 16:48 ` q66
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: q66 @ 2020-07-06 16:47 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#issuecomment-654349119

Comment:
this whole template can be reduced to

```
# Template file for 'vkBasalt'
pkgname=vkBasalt
version=0.3.2.1
revision=1
build_style=meson
hostmakedepends="glslang pkg-config"
makedepends="libX11-devel"
short_desc="Vulkan post-processing layer"
maintainer="xolophreny <lowranker@protonmail.com>"
license="Zlib"
homepage="https://github.com/DadSchoorse/vkBasalt"
distfiles="https://github.com/DadSchoorse/vkBasalt/archive/v${version}.tar.gz"
checksum=b4e8d099f7d4b7ad963edfdd7708191496674890b6673f1c03763ad418b163a9
```

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

* Re: New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (12 preceding siblings ...)
  2020-07-06 16:47 ` q66
@ 2020-07-06 16:48 ` q66
  2020-07-06 16:48 ` q66
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: q66 @ 2020-07-06 16:48 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#issuecomment-654349119

Comment:
this whole template can be reduced to

```
# Template file for 'vkBasalt'
pkgname=vkBasalt
version=0.3.2.1
revision=1
build_style=meson
hostmakedepends="glslang pkg-config"
makedepends="libX11-devel"
short_desc="Vulkan post-processing layer"
maintainer="xolophreny <lowranker@protonmail.com>"
license="Zlib"
homepage="https://github.com/DadSchoorse/${pkgname}"
distfiles="https://github.com/DadSchoorse/${pkgname}/archive/v${version}.tar.gz"
checksum=b4e8d099f7d4b7ad963edfdd7708191496674890b6673f1c03763ad418b163a9
```

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

* Re: New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (13 preceding siblings ...)
  2020-07-06 16:48 ` q66
@ 2020-07-06 16:48 ` q66
  2020-07-06 16:57 ` [PR PATCH] [Updated] " xolophreny
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: q66 @ 2020-07-06 16:48 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#issuecomment-654349119

Comment:
this whole template can be reduced to

```
# Template file for 'vkBasalt'
pkgname=vkBasalt
version=0.3.2.1
revision=1
build_style=meson
hostmakedepends="glslang pkg-config"
makedepends="libX11-devel"
short_desc="Vulkan post-processing layer"
maintainer="xolophreny <lowranker@protonmail.com>"
license="Zlib"
homepage="https://github.com/DadSchoorse/vkBasalt"
distfiles="https://github.com/DadSchoorse/${pkgname}/archive/v${version}.tar.gz"
checksum=b4e8d099f7d4b7ad963edfdd7708191496674890b6673f1c03763ad418b163a9
```

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

* Re: [PR PATCH] [Updated] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (14 preceding siblings ...)
  2020-07-06 16:48 ` q66
@ 2020-07-06 16:57 ` xolophreny
  2020-07-06 17:01 ` ericonr
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: xolophreny @ 2020-07-06 16:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xolophreny/void-packages vkBasalt
https://github.com/void-linux/void-packages/pull/23416

New package: vkBasalt-0.3.2.1_1
Cross-compilation for i686 fails because meson fails to find its sanity check results, native build works

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

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

From 302b6bc778627d3d1a4366d6cd16b5425cdbe5a1 Mon Sep 17 00:00:00 2001
From: lowranker <lowranker@protonmail.com>
Date: Mon, 6 Jul 2020 18:39:33 +0500
Subject: [PATCH 1/2] New package: vkBasalt-0.3.2.1_1

---
 common/shlibs             |  1 +
 srcpkgs/vkBasalt/template | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)
 create mode 100644 srcpkgs/vkBasalt/template

diff --git a/common/shlibs b/common/shlibs
index 878ca5a5ac6..a624b635cc9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3980,3 +3980,4 @@ libselinux.so.1 libselinux-3.0_1
 libsepol.so.1 libsepol-3.0_1
 libfrrcares.so.0 libfrr-7.3.1_1
 libhugetlbfs.so.0 libhugetlbfs-2.22_1
+libvkbasalt.so vkBasalt-0.3.2.1_1
diff --git a/srcpkgs/vkBasalt/template b/srcpkgs/vkBasalt/template
new file mode 100644
index 00000000000..09e3ce23a7e
--- /dev/null
+++ b/srcpkgs/vkBasalt/template
@@ -0,0 +1,32 @@
+# Template file for 'vkBasalt'
+pkgname=vkBasalt
+version=0.3.2.1
+revision=1
+archs="x86_64 i686"
+build_style=meson
+hostmakedepends="gcc>=9 glslang pkg-config"
+makedepends="libX11-devel"
+short_desc="Vulkan post-processing layer"
+maintainer="xolophreny <lowranker@protonmail.com>"
+license="Zlib"
+homepage="https://github.com/DadSchoorse/vkBasalt"
+distfiles="https://github.com/DadSchoorse/vkBasalt/archive/v${version}.tar.gz"
+checksum=b4e8d099f7d4b7ad963edfdd7708191496674890b6673f1c03763ad418b163a9
+
+
+do_configure() {
+	case "$XBPS_TARGET_MACHINE" in
+	x86_64)
+		meson --buildtype=release --prefix=/usr build;;
+	i686)
+		ASFLAGS=--32 CFLAGS=-m32 CXXFLAGS=-m32 PKG_CONFIG_PATH=/usr/lib32/pkgconfig \
+		meson --prefix=/usr \
+		--buildtype=release \
+		--libdir=lib32 \
+		-Dwith_json=false \
+		build;;
+	esac
+}
+do_build() {
+	ninja -C build install
+}

From 8b64dd01b314d95a15df68f850274900dac767ae Mon Sep 17 00:00:00 2001
From: lowranker <lowranker@protonmail.com>
Date: Mon, 6 Jul 2020 18:39:33 +0500
Subject: [PATCH 2/2] New package: vkBasalt-0.3.2.1_1

---
 srcpkgs/vkBasalt/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/vkBasalt/template

diff --git a/srcpkgs/vkBasalt/template b/srcpkgs/vkBasalt/template
new file mode 100644
index 00000000000..f5ae9aff3eb
--- /dev/null
+++ b/srcpkgs/vkBasalt/template
@@ -0,0 +1,13 @@
+# Template file for 'vkBasalt'
+pkgname=vkBasalt
+version=0.3.2.1
+revision=1
+build_style=meson
+hostmakedepends="gcc>=9 glslang pkg-config"
+makedepends="libX11-devel"
+short_desc="Vulkan post-processing layer"
+maintainer="xolophreny <lowranker@protonmail.com>"
+license="Zlib"
+homepage="https://github.com/DadSchoorse/vkBasalt"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b4e8d099f7d4b7ad963edfdd7708191496674890b6673f1c03763ad418b163a9

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

* Re: New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (15 preceding siblings ...)
  2020-07-06 16:57 ` [PR PATCH] [Updated] " xolophreny
@ 2020-07-06 17:01 ` ericonr
  2020-07-06 17:02 ` q66
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: ericonr @ 2020-07-06 17:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#issuecomment-654356728

Comment:
You should probably remove the `gcc` dependency. And squash your commits.

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

* Re: New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (16 preceding siblings ...)
  2020-07-06 17:01 ` ericonr
@ 2020-07-06 17:02 ` q66
  2020-07-06 17:05 ` xolophreny
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: q66 @ 2020-07-06 17:02 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#issuecomment-654356765

Comment:
again, `hostmakedepends` doesn't need to specify a gcc dependency

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

* Re: New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (17 preceding siblings ...)
  2020-07-06 17:02 ` q66
@ 2020-07-06 17:05 ` xolophreny
  2020-07-06 17:16 ` [PR PATCH] [Updated] " xolophreny
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: xolophreny @ 2020-07-06 17:05 UTC (permalink / raw)
  To: ml

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

New comment by xolophreny on void-packages repository

https://github.com/void-linux/void-packages/pull/23416#issuecomment-654358665

Comment:
Well, no idea what happened ^ there, apologies. Going to take an hour to figure that out. Thanks for your guidance, ~~check back later~~

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

* Re: [PR PATCH] [Updated] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (18 preceding siblings ...)
  2020-07-06 17:05 ` xolophreny
@ 2020-07-06 17:16 ` xolophreny
  2020-07-06 17:26 ` xolophreny
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: xolophreny @ 2020-07-06 17:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xolophreny/void-packages vkBasalt
https://github.com/void-linux/void-packages/pull/23416

New package: vkBasalt-0.3.2.1_1
Cross-compilation for i686 fails because meson fails to find its sanity check results, native build works

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

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

From 3d988fba96e24f9a20098e0d0b1f0780686d2a95 Mon Sep 17 00:00:00 2001
From: lowranker <lowranker@protonmail.com>
Date: Mon, 6 Jul 2020 22:10:49 +0500
Subject: [PATCH] New package: vkBasalt-0.3.2.1_1

---
 srcpkgs/vkBasalt/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/vkBasalt/template

diff --git a/srcpkgs/vkBasalt/template b/srcpkgs/vkBasalt/template
new file mode 100644
index 00000000000..f5ae9aff3eb
--- /dev/null
+++ b/srcpkgs/vkBasalt/template
@@ -0,0 +1,13 @@
+# Template file for 'vkBasalt'
+pkgname=vkBasalt
+version=0.3.2.1
+revision=1
+build_style=meson
+hostmakedepends="gcc>=9 glslang pkg-config"
+makedepends="libX11-devel"
+short_desc="Vulkan post-processing layer"
+maintainer="xolophreny <lowranker@protonmail.com>"
+license="Zlib"
+homepage="https://github.com/DadSchoorse/vkBasalt"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b4e8d099f7d4b7ad963edfdd7708191496674890b6673f1c03763ad418b163a9

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

* Re: [PR PATCH] [Updated] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (19 preceding siblings ...)
  2020-07-06 17:16 ` [PR PATCH] [Updated] " xolophreny
@ 2020-07-06 17:26 ` xolophreny
  2020-07-20 13:01 ` xolophreny
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 25+ messages in thread
From: xolophreny @ 2020-07-06 17:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xolophreny/void-packages vkBasalt
https://github.com/void-linux/void-packages/pull/23416

New package: vkBasalt-0.3.2.1_1
Cross-compilation for i686 fails because meson fails to find its sanity check results, native build works

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

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

From 37d7537d6e7212e4a14b33e2840c847319fc320f Mon Sep 17 00:00:00 2001
From: lowranker <lowranker@protonmail.com>
Date: Mon, 6 Jul 2020 22:10:49 +0500
Subject: [PATCH] New package: vkBasalt-0.3.2.1_1

---
 srcpkgs/vkBasalt/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/vkBasalt/template

diff --git a/srcpkgs/vkBasalt/template b/srcpkgs/vkBasalt/template
new file mode 100644
index 00000000000..61dc7f5170b
--- /dev/null
+++ b/srcpkgs/vkBasalt/template
@@ -0,0 +1,13 @@
+# Template file for 'vkBasalt'
+pkgname=vkBasalt
+version=0.3.2.1
+revision=1
+build_style=meson
+hostmakedepends="glslang pkg-config"
+makedepends="libX11-devel"
+short_desc="Vulkan post-processing layer"
+maintainer="xolophreny <lowranker@protonmail.com>"
+license="Zlib"
+homepage="https://github.com/DadSchoorse/vkBasalt"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b4e8d099f7d4b7ad963edfdd7708191496674890b6673f1c03763ad418b163a9

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

* Re: [PR PATCH] [Updated] New package: vkBasalt-0.3.2.1_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (20 preceding siblings ...)
  2020-07-06 17:26 ` xolophreny
@ 2020-07-20 13:01 ` xolophreny
  2020-07-21 13:28 ` [PR PATCH] [Updated] New package: vkBasalt-0.3.2.2_1 xolophreny
  2020-07-21 13:57 ` [PR PATCH] [Merged]: " q66
  23 siblings, 0 replies; 25+ messages in thread
From: xolophreny @ 2020-07-20 13:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xolophreny/void-packages vkBasalt
https://github.com/void-linux/void-packages/pull/23416

New package: vkBasalt-0.3.2.1_1
Cross-compilation for i686 fails because meson fails to find its sanity check results, native build works

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

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

From fa1d50d1712bd047c9629d4b938a61d698cdecf4 Mon Sep 17 00:00:00 2001
From: lowranker <lowranker@protonmail.com>
Date: Mon, 6 Jul 2020 22:10:49 +0500
Subject: [PATCH] New package: vkBasalt-0.3.2.2_1

---
 srcpkgs/vkBasalt/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/vkBasalt/template

diff --git a/srcpkgs/vkBasalt/template b/srcpkgs/vkBasalt/template
new file mode 100644
index 00000000000..6f2d415b2d7
--- /dev/null
+++ b/srcpkgs/vkBasalt/template
@@ -0,0 +1,13 @@
+# Template file for 'vkBasalt'
+pkgname=vkBasalt
+version=0.3.2.2
+revision=1
+build_style=meson
+hostmakedepends="glslang pkg-config"
+makedepends="libX11-devel"
+short_desc="Vulkan post-processing layer"
+maintainer="xolophreny <lowranker@protonmail.com>"
+license="Zlib"
+homepage="https://github.com/DadSchoorse/vkBasalt"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=b4e8d099f7d4b7ad963edfdd7708191496674890b6673f1c03763ad418b163a9

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

* Re: [PR PATCH] [Updated] New package: vkBasalt-0.3.2.2_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (21 preceding siblings ...)
  2020-07-20 13:01 ` xolophreny
@ 2020-07-21 13:28 ` xolophreny
  2020-07-21 13:57 ` [PR PATCH] [Merged]: " q66
  23 siblings, 0 replies; 25+ messages in thread
From: xolophreny @ 2020-07-21 13:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xolophreny/void-packages vkBasalt
https://github.com/void-linux/void-packages/pull/23416

New package: vkBasalt-0.3.2.2_1
Cross-compilation for i686 fails because meson fails to find its sanity check results, native build works

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

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

From 3769614cf4093fbc17af7ae359c77fa3710f667f Mon Sep 17 00:00:00 2001
From: lowranker <lowranker@protonmail.com>
Date: Mon, 6 Jul 2020 22:10:49 +0500
Subject: [PATCH] New package: vkBasalt-0.3.2.2_1

---
 srcpkgs/vkBasalt/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/vkBasalt/template

diff --git a/srcpkgs/vkBasalt/template b/srcpkgs/vkBasalt/template
new file mode 100644
index 00000000000..63661ed4e5b
--- /dev/null
+++ b/srcpkgs/vkBasalt/template
@@ -0,0 +1,13 @@
+# Template file for 'vkBasalt'
+pkgname=vkBasalt
+version=0.3.2.2
+revision=1
+build_style=meson
+hostmakedepends="glslang pkg-config"
+makedepends="libX11-devel"
+short_desc="Vulkan post-processing layer"
+maintainer="xolophreny <lowranker@protonmail.com>"
+license="Zlib"
+homepage="https://github.com/DadSchoorse/vkBasalt"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=dd2c714b3569d5da0bc2f058d85cfc7683c8a9bc6d6255b80b3e968c902e1913

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

* Re: [PR PATCH] [Merged]: New package: vkBasalt-0.3.2.2_1
  2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
                   ` (22 preceding siblings ...)
  2020-07-21 13:28 ` [PR PATCH] [Updated] New package: vkBasalt-0.3.2.2_1 xolophreny
@ 2020-07-21 13:57 ` q66
  23 siblings, 0 replies; 25+ messages in thread
From: q66 @ 2020-07-21 13:57 UTC (permalink / raw)
  To: ml

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

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

New package: vkBasalt-0.3.2.2_1
https://github.com/void-linux/void-packages/pull/23416

Description:
Cross-compilation for i686 fails because meson fails to find its sanity check results, native build works

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

end of thread, other threads:[~2020-07-21 13:57 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-06 13:54 [PR PATCH] New package: vkBasalt-0.3.2.1_1 xolophreny
2020-07-06 14:16 ` [PR REVIEW] " ericonr
2020-07-06 14:16 ` ericonr
2020-07-06 14:16 ` ericonr
2020-07-06 14:16 ` ericonr
2020-07-06 14:16 ` ericonr
2020-07-06 14:17 ` ericonr
2020-07-06 14:25 ` ericonr
2020-07-06 16:31 ` xolophreny
2020-07-06 16:43 ` [PR REVIEW] " xolophreny
2020-07-06 16:44 ` q66
2020-07-06 16:45 ` q66
2020-07-06 16:46 ` q66
2020-07-06 16:47 ` q66
2020-07-06 16:48 ` q66
2020-07-06 16:48 ` q66
2020-07-06 16:57 ` [PR PATCH] [Updated] " xolophreny
2020-07-06 17:01 ` ericonr
2020-07-06 17:02 ` q66
2020-07-06 17:05 ` xolophreny
2020-07-06 17:16 ` [PR PATCH] [Updated] " xolophreny
2020-07-06 17:26 ` xolophreny
2020-07-20 13:01 ` xolophreny
2020-07-21 13:28 ` [PR PATCH] [Updated] New package: vkBasalt-0.3.2.2_1 xolophreny
2020-07-21 13:57 ` [PR PATCH] [Merged]: " 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).