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

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