5 Commits

Author SHA256 Message Date
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
4 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
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: 2025.3
Release: 0
Summary: A collection of tools, libraries and tests for shader compilation
License: Apache-2.0
@@ -34,8 +34,8 @@ 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: gcc%{?gcc_version} >= 13
BuildRequires: gcc%{?gcc_version}-c++ >= 13
BuildRequires: glslang-devel >= 15.1
BuildRequires: glslang-nonstd-devel
BuildRequires: python3-base
@@ -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 (Stored with Git LFS)

Binary file not shown.

BIN
v2025.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.