forked from pool/vulkan-volk
- Add more Conflict markers against libvolk.
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-volk?expand=0&rev=5
This commit is contained in:
parent
0f8cb2aab2
commit
c17cfd09f3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 10:23:31 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Add more Conflict markers against libvolk.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 19 11:00:52 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Fri Jan 19 11:00:52 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -25,8 +25,8 @@ Group: Development/Libraries/C and C++
|
|||||||
URL: https://github.com/zeux/volk
|
URL: https://github.com/zeux/volk
|
||||||
Source: https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-%version.tar.gz
|
Source: https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-%version.tar.gz
|
||||||
Patch1: shared.diff
|
Patch1: shared.diff
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: pkgconfig(vulkan)
|
BuildRequires: pkgconfig(vulkan)
|
||||||
|
|
||||||
@ -36,6 +36,7 @@ A meta loader for Vulkan.
|
|||||||
%package -n libvolk
|
%package -n libvolk
|
||||||
Summary: Meta loader for the Vulkan API
|
Summary: Meta loader for the Vulkan API
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Conflicts: volk-devel
|
||||||
|
|
||||||
%description -n libvolk
|
%description -n libvolk
|
||||||
volk is a meta loader for Vulkan. It loads entrypoints required to
|
volk is a meta loader for Vulkan. It loads entrypoints required to
|
||||||
@ -48,6 +49,9 @@ increase performance by skipping loader dispatch overhead.
|
|||||||
Summary: Headers for the Vulkan meta loader
|
Summary: Headers for the Vulkan meta loader
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libvolk = %version-%release
|
Requires: libvolk = %version-%release
|
||||||
|
# -lvolk is logically ambiguous, so block this package mix even
|
||||||
|
# if the filesets do not overlap at all times.
|
||||||
|
# https://github.com/zeux/volk/issues/166
|
||||||
Conflicts: volk-devel
|
Conflicts: volk-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
|
Loading…
Reference in New Issue
Block a user