- Update to 2.3.g401
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=12
This commit is contained in:
parent
4194d9088b
commit
eef7130ba4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e64e2c96ec96707fc4aeea47f3f2ccc27b949b3f977b5ee5cd344565989f4ce
|
|
||||||
size 573912
|
|
3
glslang-2.3.g401.tar.xz
Normal file
3
glslang-2.3.g401.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd311b86ecf0655e06e9946cd5295e9465910da9695c583ddcc9dd153ee5b967
|
||||||
|
size 586956
|
@ -1,7 +1,7 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 26 18:35:34 UTC 2016 - jengelh@inai.de
|
Tue Apr 26 18:35:34 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
- Update to 2.3.g356
|
- Update to 2.3.g401
|
||||||
* Fix compile error involving std::isinf
|
* Fix compile error involving std::isinf
|
||||||
- Drop badcode.diff (merged upstream)
|
- Drop badcode.diff (merged upstream)
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 2.3.g356
|
%define version_unconverted 2.3.g401
|
||||||
|
|
||||||
Name: glslang
|
Name: glslang
|
||||||
Version: 2.3.g356
|
Version: 2.3.g401
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenGL and OpenGL ES shader front end and validator
|
Summary: OpenGL and OpenGL ES shader front end and validator
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -74,12 +74,14 @@ cp -a SPIRV glslang "$b/%_includedir/"
|
|||||||
find "$b/%_includedir/" -type f ! -iname "*.h" -a ! -iname "*.hpp" -print -delete
|
find "$b/%_includedir/" -type f ! -iname "*.h" -a ! -iname "*.hpp" -print -delete
|
||||||
ln -s SPIRV/spirv.hpp "$b/%_includedir/"
|
ln -s SPIRV/spirv.hpp "$b/%_includedir/"
|
||||||
find "$b/%_includedir/" -type f -exec chmod a-x "{}" "+"
|
find "$b/%_includedir/" -type f -exec chmod a-x "{}" "+"
|
||||||
|
cp build/StandAlone/libglslang-default-resource-limits.so "$b/%_libdir/"
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_bindir/gls*
|
%_bindir/gls*
|
||||||
%_bindir/spirv*
|
%_bindir/spirv*
|
||||||
%_libdir/*.a
|
%_libdir/*.a
|
||||||
|
%_libdir/*resource*.so
|
||||||
%_includedir/*
|
%_includedir/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user