9 Commits

Author SHA256 Message Date
5df583218f shaderc 2026.1 2026-02-02 22:47:05 +01:00
5ec72f124f shaderc 2025.5 2025-12-02 23:53:45 +01:00
ca6baefa8c shaderc 2025.4 2025-10-07 12:17:19 +02:00
a011a999ce Edit 0001-Use-system-third-party-libs.patch for glslang 16 2025-09-26 03:14:21 +02:00
63a5761095 shaderc 2025.3 2025-06-28 11:01:45 +02:00
d6a1937847 Switch Leap build to newer gcc 13 2025-03-13 18:19:05 +01:00
a8971f9404 shaderc 2025.1 2025-03-12 18:58:47 +01:00
6586e89e4f shaderc 2024.4 2024-12-24 03:39:55 +01:00
aa5a5524d1 shaderc 2024.3 2024-10-08 18:33:13 +02:00
5 changed files with 41 additions and 12 deletions

View File

@@ -29,11 +29,10 @@ Index: shaderc-2024.0/libshaderc/CMakeLists.txt
===================================================================
--- shaderc-2024.0.orig/libshaderc/CMakeLists.txt
+++ shaderc-2024.0/libshaderc/CMakeLists.txt
@@ -67,6 +67,8 @@ set(SHADERC_LIBS
@@ -67,6 +67,7 @@ set(SHADERC_LIBS
shaderc_util
SPIRV # from glslang
SPIRV-Tools
+ SPVRemapper
+ HLSL
)

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Feb 2 21:42:48 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2026.1
* Supports VK_EXT_descriptor_heap and other extensions.
-------------------------------------------------------------------
Tue Dec 2 22:52:38 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.5
* No user-visible changes; just a new archive with
changes to upstream's deployment scripts.
-------------------------------------------------------------------
Tue Oct 7 10:11:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.4
* glslc: add -fmax-id-bound command-line option
-------------------------------------------------------------------
Fri Sep 26 01:14:06 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Edit 0001-Use-system-third-party-libs.patch to work with
glslang 16
-------------------------------------------------------------------
Sat Jun 28 08:22:26 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2025.3
* Added a way to disable the glsc CLI executable.
-------------------------------------------------------------------
Thu Mar 13 17:18:36 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -23,7 +23,7 @@
%endif
Name: shaderc
Version: 2025.1
Version: 2026.1
Release: 0
Summary: A collection of tools, libraries and tests for shader compilation
License: Apache-2.0
@@ -34,13 +34,13 @@ Source: https://github.com/google/shaderc/archive/v%version.tar.gz
Source99: baselibs.conf
Patch1: 0001-Use-system-third-party-libs.patch
BuildRequires: cmake >= 2.8.12
BuildRequires: gcc%{?gcc_version} >= 9
BuildRequires: gcc%{?gcc_version}-c++ >= 9
BuildRequires: glslang-devel >= 15.1
BuildRequires: gcc%{?gcc_version} >= 13
BuildRequires: gcc%{?gcc_version}-c++ >= 13
BuildRequires: glslang-devel >= 16
BuildRequires: glslang-nonstd-devel
BuildRequires: python3-base
BuildRequires: spirv-headers >= 1.6.4+sdk304
BuildRequires: spirv-tools-devel >= 2025.1~rc1
BuildRequires: spirv-headers >= 1.6.4+sdk335.take2
BuildRequires: spirv-tools-devel >= 2026.1
%description
A collection of tools, libraries and tests for shader compilation.
@@ -74,7 +74,6 @@ Shaderc wraps around core functionality in glslang and SPIRV-Tools
%autosetup -p1
chmod a+x utils/update_build_version.sh
echo "\"%version\"" >glslc/src/build-version.inc
find . -type f -exec grep -l '#!/usr/bin/env python' {} + | xargs perl -i -lpe 's{/env python\w*}{/python3}g'
%build
export CXXFLAGS="%{optflags} -I%_includedir/External"

BIN
v2025.1.tar.gz LFS

Binary file not shown.

BIN
v2026.1.tar.gz LFS Normal file

Binary file not shown.