Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] glslang: update to 7.13.3496
Date: Sun, 10 Nov 2019 22:28:42 +0100	[thread overview]
Message-ID: <20191110212842.ZgFcjKxmut-5hNNt67-1AeWHFWQdRI2Y5IEamyc8O0o@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16341@inbox.vuxu.org>

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

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

https://github.com/ndowens/void-packages glslang
https://github.com/void-linux/void-packages/pull/16341

glslang: update to 7.13.3496


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

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

From 08860064a4ff70ef284e00ec461c167bc47d6565 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Sun, 10 Nov 2019 14:54:44 -0600
Subject: [PATCH] glslang: update to 7.13.3496

Now only builds with python3
---
 srcpkgs/glslang/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glslang/template b/srcpkgs/glslang/template
index cde1162b93f..9a61cb10549 100644
--- a/srcpkgs/glslang/template
+++ b/srcpkgs/glslang/template
@@ -1,16 +1,16 @@
 # Template file for 'glslang'
 pkgname=glslang
-version=7.11.3214
+version=7.13.3496
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON"
-hostmakedepends="python bison"
+hostmakedepends="python3 bison"
 short_desc="Khronos reference front-end for GLSL, ESSL, and sample SPIR-V generator"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/KhronosGroup/glslang"
 distfiles="https://github.com/KhronosGroup/glslang/archive/${version}.tar.gz"
-checksum=b30b4668734328d256e30c94037e60d3775b1055743c04d8fd709f2960f302a9
+checksum=170d1538a670af4cae300e875d7cda9744b1acee1ab7252ecf7c4004186bb922
 
 post_install() {
 	sed -n '2,32p' < glslang/GenericCodeGen/CodeGen.cpp > LICENSE
@@ -23,5 +23,6 @@ glslang-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove "usr/lib/*.a"
+		vmove usr/lib/cmake
 	}
 }

  reply	other threads:[~2019-11-10 21:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-10 21:13 [PR PATCH] " voidlinux-github
2019-11-10 21:28 ` voidlinux-github [this message]
2019-11-11  6:18 ` [PR PATCH] [Merged]: " voidlinux-github
2019-11-11 14:55 ` voidlinux-github

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=20191110212842.ZgFcjKxmut-5hNNt67-1AeWHFWQdRI2Y5IEamyc8O0o@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).