Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
2f03205a33
!7 [sync] PR-6: update to sdk-1.3.261.0
From: @openeuler-sync-bot 
Reviewed-by: @dillon_chen 
Signed-off-by: @dillon_chen
2023-08-28 00:57:39 +00:00
dillon_chen
3914429446 update to sdk 1.3.26.0 version
(cherry picked from commit ebaf6910a6a7933b6121e2bdb01d28a5b01b84bc)
2023-08-28 08:51:54 +08:00
openeuler-ci-bot
b4005dfbad
!5 update to 1.3.257
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2023-07-24 10:29:37 +00:00
dillon_chen
7c65880569 update to 1.3.257 2023-07-21 16:27:48 +08:00
openeuler-ci-bot
11d6a1281a !4 add yaml file
Merge pull request !4 from sigui/master
2020-05-18 19:03:25 +08:00
si-gui
5dd5901e4d add yaml file 2020-05-12 18:09:42 +08:00
openeuler-ci-bot
4d36ec5450 !3 add yaml file
Merge pull request !3 from sigui/master
2020-05-09 19:35:50 +08:00
openeuler-ci-bot
5632a6a4ec !2 change spec
Merge pull request !2 from jackie_wu123/master
2020-01-13 13:31:33 +08:00
jackie_wu123
b790f8ffea change spec 2020-01-13 13:12:17 +08:00
openeuler-ci-bot
a788a3b26c !1 vulkan-loader package init
Merge pull request !1 from jackie_wu123/master
2020-01-10 09:28:11 +08:00
jackie_wu123
85a9db617c package init 2020-01-09 18:13:39 +08:00
3 changed files with 73 additions and 0 deletions

Binary file not shown.

69
vulkan-loader.spec Normal file
View File

@ -0,0 +1,69 @@
Name: vulkan-loader
Version: 1.3.261.0
Release: 1
Summary: A desktop loader for Vulkan ICD
License: ASL 2.0
URL: https://github.com/KhronosGroup/Vulkan-Loader
Source0: %url/archive/refs/tags/Vulkan-Loader-sdk-%{version}.tar.gz
BuildRequires: gcc-c++ cmake3 ninja-build python%{python3_pkgversion}-devel vulkan-headers = %{version}
BuildRequires: pkgconfig(wayland-client) pkgconfig(wayland-cursor) pkgconfig(wayland-server)
BuildRequires: pkgconfig(wayland-egl) pkgconfig(x11) pkgconfig(xrandr)
Provides: vulkan = %{version}-%{release} vulkan-filesystem = %{version}-%{release}
Provides: vulkan%{?_isa} = %{version}-%{release}
Obsoletes: vulkan < %{version}-%{release} vulkan-filesystem < %{version}-%{release}
Requires: mesa-vulkan-drivers
%description
This package supplies system like Windows, Linux, and MacOS
with the Khronos official Vulkan ICD desktop loader.
%package devel
Summary: Libraries and header files for developing applications that use vulkan-loader
Requires: %{name} = %{version}-%{release} vulkan-headers
Provides: vulkan-devel%{?_isa} = %{version}-%{release}
Provides: vulkan-devel = %{version}-%{release}
Obsoletes: vulkan-devel < %{version}-%{release}
%description devel
Libraries and header files for developing applications that use vulkan-loader.
%prep
%autosetup -n Vulkan-Loader-sdk-%{version} -p1
%build
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release .
%ninja_build
%install
%ninja_install
install -d %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
%{buildroot}%{_datadir}/vulkan/{explicit,implicit}_layer.d/ \
%{buildroot}{%{_sysconfdir},%{_datadir}}/vulkan/icd.d
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%license LICENSE.txt
%doc README.md CONTRIBUTING.md
%dir %{_sysconfdir}/{vulkan/,vulkan/explicit_layer.d/,vulkan/icd.d/,vulkan/implicit_layer.d/}
%dir %{_datadir}/{vulkan/,vulkan/explicit_layer.d/,vulkan/icd.d/,vulkan/implicit_layer.d/}
%{_libdir}/*.so.*
%files devel
%{_libdir}/pkgconfig/vulkan.pc
%{_libdir}/*.so
%changelog
* Thu Aug 24 2023 dillon chen <dillon.chen@gmail.com> - sdk-1.3.261.0-1
- Update to sdk-1.3.261.0
* Fri Jul 21 2023 dillon chen <dillon.chen@gmail.com> - 1.3.257-1
- update to 1.3.257
* Wed Jan 8 2020 wutao <wutao61@huawei.com> - 1.1.92.0-2
- Package init

4
vulkan-loader.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: KhronosGroup/Vulkan-Loader
tag_prefix: "^v"
seperator: "."