Compare commits

...

No commits in common. "c9-beta" and "c9" have entirely different histories.
c9-beta ... c9

3 changed files with 17 additions and 17 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/shaderc-2023.7.tar.gz
SOURCES/shaderc-d0b0222.tar.gz

View File

@ -1 +1 @@
800eb34b6e1e6ef70ace0c383fe4fe62f899d31c SOURCES/shaderc-2023.7.tar.gz
f4dc4690f08d9ac436033d47ebb901ac47d84b87 SOURCES/shaderc-d0b0222.tar.gz

View File

@ -1,14 +1,22 @@
# Force out of source build
%undefine __cmake_in_source_build
# Release 2023.1
%global commit d0b02222f33e1e5e1f521e4e4e1cbfa7fe2cf540
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global snapshotdate 20230116
# Glslang revision from packaged version
%global glslang_version 066853941a3f097b6196f452dde42c0cbf7f98f4
%global glslang_version sdk-1.3.239.0
Name: shaderc
Version: 2023.7
Release: 1%{?dist}
Version: 2023.1
Release: 2%{?dist}
Summary: A collection of tools, libraries, and tests for Vulkan shader compilation
License: ASL 2.0
URL: https://github.com/google/shaderc
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source0: %url/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
# Patch to unbundle 3rd party code
Patch1: 0001-Drop-third-party-code-in-CMakeLists.txt.patch
Patch2: glslang_linker_flags.patch
@ -16,12 +24,10 @@ Patch2: glslang_linker_flags.patch
BuildRequires: cmake3
BuildRequires: gcc-c++
BuildRequires: ninja-build
BuildRequires: sed
BuildRequires: spirv-tools
BuildRequires: glslang-devel
BuildRequires: python3-devel
BuildRequires: glslang-devel
BuildRequires: spirv-headers-devel
BuildRequires: spirv-tools
BuildRequires: spirv-tools-devel
%description
@ -65,7 +71,7 @@ A library for compiling shader strings into SPIR-V.
Static libraries for libshaderc.
%prep
%autosetup -p1
%autosetup -p1 -n %{name}-%{commit}
rm -rf third_party
@ -121,12 +127,6 @@ sed -i 's|SPIRV/GlslangToSpv.h|glslang/SPIRV/GlslangToSpv.h|' libshaderc_util/sr
%{_libdir}/pkgconfig/shaderc_combined.pc
%changelog
* Wed Jan 17 2024 José Expósito <jexposit@redhat.com> - 2023.7-1
- Update to 1.3.268.0 SDK
* Fri Jul 07 2023 Dave Airlie <airlied@redhat.com> - 2023.4-1
- Update for 1.3.250.1 sdk release
* Thu Feb 16 2023 Dave Airlie <airlied@redhat.com> - 2023.1-2
- Update for 1.3.239.0 sdk release