forked from pool/shaderc
Accepting request 862164 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/862164 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/shaderc?expand=0&rev=8
This commit is contained in:
commit
b51a9fce29
@ -1,15 +1,15 @@
|
|||||||
diff -Naur a/CMakeLists.txt b/CMakeLists.txt
|
Index: shaderc-2020.4/CMakeLists.txt
|
||||||
--- a/CMakeLists.txt 2020-07-23 16:43:08.000000000 -0500
|
===================================================================
|
||||||
+++ b/CMakeLists.txt 2020-08-16 20:18:41.235394189 -0500
|
--- shaderc-2020.4.orig/CMakeLists.txt
|
||||||
@@ -113,7 +113,6 @@
|
+++ shaderc-2020.4/CMakeLists.txt
|
||||||
|
@@ -102,18 +102,12 @@ endif(MSVC)
|
||||||
|
|
||||||
# Configure subdirectories.
|
# Configure subdirectories.
|
||||||
# We depend on these for later projects, so they should come first.
|
# We depend on these for later projects, so they should come first.
|
||||||
-add_subdirectory(third_party)
|
-add_subdirectory(third_party)
|
||||||
|
|
||||||
if(SHADERC_ENABLE_SPVC)
|
add_subdirectory(libshaderc_util)
|
||||||
add_subdirectory(libshaderc_spvc)
|
add_subdirectory(libshaderc)
|
||||||
@@ -124,11 +123,6 @@
|
|
||||||
add_subdirectory(glslc)
|
add_subdirectory(glslc)
|
||||||
add_subdirectory(examples)
|
add_subdirectory(examples)
|
||||||
|
|
||||||
@ -21,10 +21,11 @@ diff -Naur a/CMakeLists.txt b/CMakeLists.txt
|
|||||||
|
|
||||||
function(define_pkg_config_file NAME LIBS)
|
function(define_pkg_config_file NAME LIBS)
|
||||||
add_custom_target(${NAME}-pkg-config ALL
|
add_custom_target(${NAME}-pkg-config ALL
|
||||||
diff -Naur a/libshaderc/CMakeLists.txt b/libshaderc/CMakeLists.txt
|
Index: shaderc-2020.4/libshaderc/CMakeLists.txt
|
||||||
--- a/libshaderc/CMakeLists.txt 2020-07-23 16:43:08.000000000 -0500
|
===================================================================
|
||||||
+++ b/libshaderc/CMakeLists.txt 2020-08-16 20:22:18.420735391 -0500
|
--- shaderc-2020.4.orig/libshaderc/CMakeLists.txt
|
||||||
@@ -66,6 +66,8 @@
|
+++ shaderc-2020.4/libshaderc/CMakeLists.txt
|
||||||
|
@@ -66,6 +66,8 @@ set(SHADERC_LIBS
|
||||||
shaderc_util
|
shaderc_util
|
||||||
SPIRV # from glslang
|
SPIRV # from glslang
|
||||||
SPIRV-Tools
|
SPIRV-Tools
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 11 00:50:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2020.4:
|
||||||
|
- Removed svpc
|
||||||
|
- Fixed issues with embedders getting duplicate symbols
|
||||||
|
- Converted C-style casts to static_cast
|
||||||
|
- Rolled ahead to fix/pickup Vulkan Raytracing support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 4 12:08:28 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Fri Sep 4 12:08:28 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package shaderc
|
# spec file for package shaderc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: shaderc
|
Name: shaderc
|
||||||
%define lname libshaderc_shared1
|
%define lname libshaderc_shared1
|
||||||
Version: 2020.3
|
Version: 2020.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of tools, libraries and tests for shader compilation
|
Summary: A collection of tools, libraries and tests for shader compilation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e595f71d0db0c37ee959b538cfda16e39e3f0dce8893a0bc0ac0080c342c0275
|
|
||||||
size 278952
|
|
3
v2020.4.tar.gz
Normal file
3
v2020.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:19e4c812bfbdbabbfb658062628c377339d14894080b5c169216a1d86483bdcc
|
||||||
|
size 220148
|
Loading…
Reference in New Issue
Block a user