Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : glslang | name : glslang | ||||
| version : 3.20 | version : 5.1 | ||||
| release : 5 | release : 6 | ||||
| source : | source : | ||||
| - git|https://github.com/KhronosGroup/glslang.git : 82ead04c39c6a4b7fa153d692b26181091c43c15 | - git|https://github.com/KhronosGroup/glslang.git : 097047a919be0bdebe106e8de593697dada054c5 | ||||
| license : MIT | license : MIT | ||||
| component : xorg.graphics | component : xorg.graphics | ||||
| libsplit : no | |||||
| emul32 : yes | |||||
| summary : Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator | summary : Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator | ||||
| description: | | description: | | ||||
| Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator | Khronos reference front-end for GLSL and ESSL, and sample SPIR-V generator | ||||
| builddeps : | |||||
| - bison | |||||
| libsplit : no | |||||
| emul32 : yes | |||||
| setup : | | setup : | | ||||
| %cmake . | %patch -p1 < $pkgfiles/glslang_tests.patch | ||||
| mkdir solusBuildDir && cd solusBuildDir | |||||
| %cmake -DCMAKE_INSTALL_LIBDIR=%libdir% \ | |||||
| -GNinja .. | |||||
| build : | | build : | | ||||
| %make | %meson_build | ||||
| install : | | install : | | ||||
| %make_install | %meson_install | ||||
| if [[ ! -z "${EMUL32BUILD}" ]]; then | check : | | ||||
| mv $installdir/usr/lib $installdir/usr/lib32 | cd Test | ||||
| else | ./runtests | ||||
| mv $installdir/usr/lib $installdir/usr/lib64 | |||||
| fi | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.