logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 5a14b1279270906a1eb00a2a3dd8518436e245b8
parent 3aa2df99e37cd27a02c1a6c7c66d84e12cfe975e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  6 Jan 2021 23:12:38 +0100

dev-util/glslang: Version clean-bump, 11.1.0

Diffstat:

Mdev-util/glslang/Manifest2+-
Adev-util/glslang/glslang-11.1.0.ebuild19+++++++++++++++++++
Ddev-util/glslang/glslang-8.13.3559.ebuild16----------------
3 files changed, 20 insertions(+), 17 deletions(-)

diff --git a/dev-util/glslang/Manifest b/dev-util/glslang/Manifest @@ -1 +1 @@ -DIST glslang-8.13.3559.tar.gz 3122936 BLAKE2B 856e6068a06407195f97478b3e6bd91aa619213d8468a8c9ff7ee8e7a36a904e4896e34e021e8e4e047fab6ea406d89206849058a659de8075c52a06118b0e7b SHA512 d2f09888dd1b6edb4f324502627aeca0c78411f61ab50e672fa2a6d9ae46611849e1d13b9c6069b77f31092d843abcf3d74ed7cfc3c9144ced80e65876f4b781 +DIST glslang-11.1.0.tar.gz 3284512 BLAKE2B 8731c8d7f99cb0bc45537d12a694549f9d8a95a43666e5b4a8f00b403f34f035df0a631b45536d182b07cf00f695af777ece6bce16ad1306bac63a211a698cb9 SHA512 48405373497f3672e238b9f81187bdefe3b4c1cd4971adbfb65c2461f90722f67e144c19841fec3bce63efa44eb5fc9c9672525dec62574811420e259bc40e3c diff --git a/dev-util/glslang/glslang-11.1.0.ebuild b/dev-util/glslang/glslang-11.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-multilib cmake-utils + +# https://bugs.gentoo.org/show_bug.cgi?id=760777 +MYCMAKEARGS="-DENABLE_PCH=OFF" + +DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator" +HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/" +SRC_URI="https://github.com/KhronosGroup/glslang/archive/${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64 ~x86" +LICENSE="BSD" +SLOT="0" +DEPENDS=" + >=dev-lang/python-3.0 +" diff --git a/dev-util/glslang/glslang-8.13.3559.ebuild b/dev-util/glslang/glslang-8.13.3559.ebuild @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-multilib cmake-utils - -DESCRIPTION="Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator" -HOMEPAGE="https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/" -SRC_URI="https://github.com/KhronosGroup/glslang/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~amd64 ~x86" -LICENSE="BSD" -SLOT="0" -DEPENDS=" - >=dev-lang/python-3.0 -"