Accepting request 725816 from X11:Wayland
OBS-URL: https://build.opensuse.org/request/show/725816 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spirv-cross?expand=0&rev=2
This commit is contained in:
commit
8653d41cdd
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 24 06:15:26 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Trim description for non-"main" (by importance) subpackages.
|
||||||
|
Compact main description.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 11 07:47:46 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
Sun Aug 11 07:47:46 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
|
||||||
|
|
||||||
|
@ -40,20 +40,20 @@ SPIRV-Cross is a tool and library designed for parsing and
|
|||||||
converting SPIR-V to other shader languages.
|
converting SPIR-V to other shader languages.
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
* Convert SPIR-V to readable, usable and efficient GLSL
|
* Converts SPIR-V to readable, usable and efficient GLSL, MSL
|
||||||
* Convert SPIR-V to readable, usable and efficient MSL
|
or HLSL
|
||||||
* Convert SPIR-V to readable, usable and efficient HLSL
|
* Converts SPIR-V to a JSON reflection format
|
||||||
* Convert SPIR-V to a JSON reflection format
|
|
||||||
* Reflection API to simplify the creation of Vulkan pipeline
|
* Reflection API to simplify the creation of Vulkan pipeline
|
||||||
layouts
|
layouts
|
||||||
* Reflection API to modify and tweak OpDecorations
|
* Reflection API to modify and tweak OpDecorations
|
||||||
* Supports "all" of vertex, fragment, tessellation, geometry
|
* Supports "all" of vertex, fragment, tessellation, geometry
|
||||||
and compute shaders.
|
and compute shaders.
|
||||||
* SPIRV-Cross tries hard to emit readable and clean output from
|
* SPIRV-Cross tries emitting readable and clean output from
|
||||||
the SPIR-V.
|
the SPIR-V.
|
||||||
|
|
||||||
%package -n %{_libpkg}
|
%package -n %{_libpkg}
|
||||||
Version: %{_libver}
|
Version: %{_libver}
|
||||||
|
Release: 0
|
||||||
Summary: Library for SPIR-V reflection and disassembly
|
Summary: Library for SPIR-V reflection and disassembly
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
@ -61,21 +61,9 @@ Group: System/Libraries
|
|||||||
SPIRV-Cross is a tool and library designed for parsing and
|
SPIRV-Cross is a tool and library designed for parsing and
|
||||||
converting SPIR-V to other shader languages.
|
converting SPIR-V to other shader languages.
|
||||||
|
|
||||||
Features:
|
|
||||||
* Convert SPIR-V to readable, usable and efficient GLSL
|
|
||||||
* Convert SPIR-V to readable, usable and efficient MSL
|
|
||||||
* Convert SPIR-V to readable, usable and efficient HLSL
|
|
||||||
* Convert SPIR-V to a JSON reflection format
|
|
||||||
* Reflection API to simplify the creation of Vulkan pipeline
|
|
||||||
layouts
|
|
||||||
* Reflection API to modify and tweak OpDecorations
|
|
||||||
* Supports "all" of vertex, fragment, tessellation, geometry
|
|
||||||
and compute shaders.
|
|
||||||
* SPIRV-Cross tries hard to emit readable and clean output from
|
|
||||||
the SPIR-V.
|
|
||||||
|
|
||||||
%package -n %{_libname}-devel
|
%package -n %{_libname}-devel
|
||||||
Version: %{_libver}
|
Version: %{_libver}
|
||||||
|
Release: 0
|
||||||
Summary: Development headers for the SPIRV-Cross library
|
Summary: Development headers for the SPIRV-Cross library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{_libpkg} = %{_libver}
|
Requires: %{_libpkg} = %{_libver}
|
||||||
@ -84,19 +72,6 @@ Requires: %{_libpkg} = %{_libver}
|
|||||||
SPIRV-Cross is a tool and library designed for parsing and
|
SPIRV-Cross is a tool and library designed for parsing and
|
||||||
converting SPIR-V to other shader languages.
|
converting SPIR-V to other shader languages.
|
||||||
|
|
||||||
Features:
|
|
||||||
* Convert SPIR-V to readable, usable and efficient GLSL
|
|
||||||
* Convert SPIR-V to readable, usable and efficient MSL
|
|
||||||
* Convert SPIR-V to readable, usable and efficient HLSL
|
|
||||||
* Convert SPIR-V to a JSON reflection format
|
|
||||||
* Reflection API to simplify the creation of Vulkan pipeline
|
|
||||||
layouts
|
|
||||||
* Reflection API to modify and tweak OpDecorations
|
|
||||||
* Supports "all" of vertex, fragment, tessellation, geometry
|
|
||||||
and compute shaders.
|
|
||||||
* SPIRV-Cross tries hard to emit readable and clean output from
|
|
||||||
the SPIR-V.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n SPIRV-Cross-%{_ver}
|
%setup -q -n SPIRV-Cross-%{_ver}
|
||||||
sed -i 's,${CMAKE_INSTALL_PREFIX}/lib,%{_libdir},;s,/share/pkgconfig,/%{_lib}/pkgconfig,;s,DESTINATION lib,DESTINATION %{_lib},g' CMakeLists.txt
|
sed -i 's,${CMAKE_INSTALL_PREFIX}/lib,%{_libdir},;s,/share/pkgconfig,/%{_lib}/pkgconfig,;s,DESTINATION lib,DESTINATION %{_lib},g' CMakeLists.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user