forked from pool/vkmark
Accepting request 813427 from benchmark
- Update to version 2017.08+git.20200521: * core: Use generated map of pixel formats to handle --pixel-format option * core: Fix crash with newer vulkan-hpp * doc: Update README.md with new wayland dependencies * ci: Update packages dependencies for wayland * wayland: Port to xdg-shell * wayland: Mark the whole surface as opaque * wayland: Retain native size in hidpi scaled outputs * ci: Add build and test github workflow * Fix build against glm-0.9.9.6 * build: Specify meson version as 0.45 OBS-URL: https://build.opensuse.org/request/show/813427 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vkmark?expand=0&rev=5
This commit is contained in:
commit
b5f5ec4956
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">git://github.com/vkmark/vkmark</param>
|
||||||
|
<param name="changesrevision">e8c0720f3251e50aa8e777f44e3c2406dceb919c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:178951979a31c068d787ab6a400172b26b3e1c4937518adde9484a7d050639f2
|
|
||||||
size 1777164
|
|
3
vkmark-2017.08+git.20200521.obscpio
Normal file
3
vkmark-2017.08+git.20200521.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e354aea4d384f517b70d51a80d3a2cb3c364c246b8ec8c7b0124490cd7a495f9
|
||||||
|
size 1783308
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 22 07:09:01 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 2017.08+git.20200521:
|
||||||
|
* core: Use generated map of pixel formats to handle --pixel-format option
|
||||||
|
* core: Fix crash with newer vulkan-hpp
|
||||||
|
* doc: Update README.md with new wayland dependencies
|
||||||
|
* ci: Update packages dependencies for wayland
|
||||||
|
* wayland: Port to xdg-shell
|
||||||
|
* wayland: Mark the whole surface as opaque
|
||||||
|
* wayland: Retain native size in hidpi scaled outputs
|
||||||
|
* ci: Add build and test github workflow
|
||||||
|
* Fix build against glm-0.9.9.6
|
||||||
|
* build: Specify meson version as 0.45
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 19 15:31:23 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
Thu Dec 19 15:31:23 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: vkmark
|
name: vkmark
|
||||||
version: 2017.08+git.20191115
|
version: 2017.08+git.20200521
|
||||||
mtime: 1573809650
|
mtime: 1590056231
|
||||||
commit: 54f29c885b2c2c9f6a083cdfd171dcc814c2a306
|
commit: e8c0720f3251e50aa8e777f44e3c2406dceb919c
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vkmark
|
# spec file for package vkmark
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LLC
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2018-2019 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
# Copyright (c) 2018-2019 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vkmark
|
Name: vkmark
|
||||||
Version: 2017.08+git.20191115
|
Version: 2017.08+git.20200521
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Vulkan benchmark utility
|
Summary: Vulkan benchmark utility
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -26,12 +26,13 @@ URL: https://github.com/vkmark/vkmark
|
|||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: glm-devel
|
BuildRequires: glm-devel
|
||||||
BuildRequires: meson
|
BuildRequires: meson >= 0.45
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(assimp)
|
BuildRequires: pkgconfig(assimp)
|
||||||
BuildRequires: pkgconfig(gbm)
|
BuildRequires: pkgconfig(gbm)
|
||||||
BuildRequires: pkgconfig(libdrm)
|
BuildRequires: pkgconfig(libdrm)
|
||||||
BuildRequires: pkgconfig(vulkan)
|
BuildRequires: pkgconfig(vulkan)
|
||||||
|
BuildRequires: pkgconfig(wayland-protocols)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
BuildRequires: pkgconfig(xcb-icccm)
|
BuildRequires: pkgconfig(xcb-icccm)
|
||||||
ExcludeArch: %{arm} %{ix86}
|
ExcludeArch: %{arm} %{ix86}
|
||||||
|
Loading…
Reference in New Issue
Block a user