Github messages for voidlinux
 help / color / mirror / Atom feed
From: xolophreny <xolophreny@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: vkBasalt-0.3.2.1_1
Date: Mon, 06 Jul 2020 15:54:47 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23416@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2020-07-06 13:54 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-06 13:54 xolophreny [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23416@inbox.vuxu.org \
    --to=xolophreny@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).