source: projects/specs/trunk/v/vulkan-tools/vulkan-tools-vl.spec @ 12440

Revision 12440, 2.5 KB checked in by tomop, 4 years ago (diff)

updated 10 packages

glslang-8.13.3743-1

libva-intel-driver-2.4.1-1

libva-2.8.0-1

mesa-20.1.4-1

spirv-headers-1.5.3-1

spirv-tools-2020.3-1

vulkan-headers-1.2.135.0-2

vulkan-loader-1.2.135.0-2

vulkan-tools-1.2.135.0-2

vulkan-validation-layers-1.2.135.0-2

Line 
1Name:           vulkan-tools
2Version:        1.2.135.0
3Release:        2%{?_dist_release}
4Summary:        Vulkan tools
5Vendor:         Project Vine
6Distribution:   Vine Linux
7
8License:        ASL 2.0
9URL:            https://github.com/KhronosGroup/Vulkan-Tools
10Source0:        %url/archive/sdk-%{version}.tar.gz#/Vulkan-Tools-sdk-%{version}.tar.gz       
11
12BuildRequires:  gcc
13BuildRequires:  gcc-c++
14BuildRequires:  cmake
15BuildRequires:  glslang
16BuildRequires:  ninja
17BuildRequires:  python3-devel
18BuildRequires:  vulkan-loader-devel
19BuildRequires:  pkgconfig(x11)
20BuildRequires:  pkgconfig(xrandr)
21BuildRequires:  pkgconfig(xcb)
22
23Provides:       vulkan-demos%{?_isa} = %{version}-%{release}
24Obsoletes:      vulkan-demos < %{version}-%{release}
25
26%description
27Vulkan tools
28
29%prep
30%autosetup -n Vulkan-Tools-sdk-%{version} -p1
31
32
33%build
34%cmake \
35        -GNinja \
36        -DCMAKE_BUILD_TYPE=Release \
37        -DGLSLANG_INSTALL_DIR=%{_prefix} \
38        -DBUILD_WSI_WAYLAND_SUPPORT=off \
39        .
40%ninja_build
41
42
43%install
44%ninja_install
45
46%files
47%license LICENSE.txt
48%doc README.md CONTRIBUTING.md
49%{_bindir}/*
50
51%changelog
52* Wed Jul 29 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.135.0-2
53- initial build for Vine Linux.
54
55* Wed Apr 22 2020 Dave Airlie <airlied@redhat.com> - 1.2.135.0-1
56- Update to 1.2.135.0
57
58* Wed Jan 29 2020 Dave Airlie <airlied@redhat.com> - 1.2.131.1-1
59- Update to 1.2.131.1
60
61* Thu Nov 14 2019 Dave Airlie <airlied@redhat.com> - 1.1.126.0-1
62- Update to 1.1.126.0
63
64* Wed Jul 31 2019 Dave Airlie <airlied@redhat.com> - 1.1.114.0-1
65- Update to 1.1.114.0
66
67* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.108.0-2
68- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
69
70* Tue Jun 25 2019 Dave Airlie <airlied@redhat.com> - 1.1.108.0-1
71- Update to 1.1.108.0
72
73* Thu Mar 07 2019 Dave Airlie <airlied@redhat.com> - 1.1.101.0-1
74- Update to 1.1.101.0
75
76* Wed Feb 13 2019 Dave Airlie <airlied@redhat.com> - 1.1.97.0-1
77- Update to 1.1.97.0
78
79* Tue Feb 12 2019 Dave Airlie <airlied@redhat.com> - 1.1.92.0-1
80- Update to 1.1.92.0
81- don't rename anymore, upstream changed cube app name
82
83* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.82.0-2
84- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
85
86* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
87- Update to 1.1.82.0
88
89* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-2
90- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
91
92* Sat Jun 23 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.77.0-1
93- Initial package
Note: See TracBrowser for help on using the repository browser.