Package Details: vulkan-caps-viewer-wayland 1:3.32-1

Git Clone URL: https://aur.archlinux.org/vulkan-caps-viewer-wayland.git (read-only, click to copy)
Package Base: vulkan-caps-viewer-wayland
Description: Vulkan Hardware Capability Viewer
Upstream URL: https://vulkan.gpuinfo.org
Licenses: LGPL3
Conflicts: vulkan-caps-viewer
Provides: vulkan-caps-viewer
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 44
Popularity: 0.093989
First Submitted: 2021-04-28 17:06 (UTC)
Last Updated: 2023-09-08 16:06 (UTC)

Latest Comments

1 2 3 4 Next › Last »

jahway603 commented on 2022-12-05 04:23 (UTC)

License changed to LGPL3 as seen in this commit on Github

yochananmarqos commented on 2022-11-21 17:48 (UTC)

@emersion: That does the trick, thanks.

emersion commented on 2022-11-21 17:44 (UTC)

https://github.com/SaschaWillems/VulkanCapsViewer/pull/155

yochananmarqos commented on 2022-11-21 17:15 (UTC)

@tesfabpel: I can reproduce it. Use vulkan-caps-viewer-wayland-bin for now.

tesfabpel commented on 2022-11-21 12:36 (UTC) (edited on 2022-11-21 12:36 (UTC) by tesfabpel)

I have an error building new version 'vulkan-caps-viewer-wayland-1:3.27-1':

vulkancapsviewer.cpp: In member function ‘bool VulkanCapsViewer::initVulkan()’:
vulkancapsviewer.cpp:765:41: error: ‘wl_display_connect’ was not declared in this scope
  765 |             surfaceCreateInfo.display = wl_display_connect(NULL);
      |                                         ^~~~~~~~~~~~~~~~~~

yochananmarqos commented on 2022-10-27 20:53 (UTC)

@adamant.pwn: Your local copy of the PKGBUILD is old, do a clean build.

adamant.pwn commented on 2022-10-27 20:44 (UTC)

Update fails:

==> Starting prepare()...
Submodule 'Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'Vulkan-Headers'
Cloning into '/home/adamant/.cache/yay/vulkan-caps-viewer-wayland/src/VulkanCapsViewer/Vulkan-Headers'...
fatal: transport 'file' not allowed
fatal: clone of '/home/adamant/.cache/yay/vulkan-caps-viewer-wayland/src/Vulkan-Headers' into submodule path '/home/adamant/.cache/yay/vulkan-caps-viewer-wayland/src/VulkanCapsViewer/Vulkan-Headers' failed
Failed to clone 'Vulkan-Headers'. Retry scheduled
Cloning into '/home/adamant/.cache/yay/vulkan-caps-viewer-wayland/src/VulkanCapsViewer/Vulkan-Headers'...
fatal: transport 'file' not allowed
fatal: clone of '/home/adamant/.cache/yay/vulkan-caps-viewer-wayland/src/Vulkan-Headers' into submodule path '/home/adamant/.cache/yay/vulkan-caps-viewer-wayland/src/VulkanCapsViewer/Vulkan-Headers' failed
Failed to clone 'Vulkan-Headers' a second time, aborting
==> ERROR: A failure occurred in prepare().
    Aborting...
 -> error making: vulkan-caps-viewer-wayland

lubosz commented on 2021-02-02 16:18 (UTC)

This fixes the crash, as seen in https://github.com/SaschaWillems/VulkanCapsViewer/issues/108

commit 26f837bb2a4a13713b94c2d33e7893d1de9e0a2e (HEAD -> master)
Author: Lubosz Sarnecki <lubosz@gmail.com>
Date:   Tue Feb 2 17:07:10 2021 +0100

    Define X11 backend, since it's not done by default.

diff --git a/PKGBUILD b/PKGBUILD
index 2b31fee..3c5481a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,7 @@ build() {
   cd VulkanCapsViewer

   qmake \
+    DEFINES+=X11 \
     QMAKE_CFLAGS="$CFLAGS" \
     QMAKE_CXXFLAGS="$CXXFLAGS" \
     QMAKE_LFLAGS="$LDFLAGS" \

sehraf commented on 2021-01-17 10:04 (UTC)

Since version 3 it keeps crashing on two systems with a segmentation fault. Does anybody else have this or knows how to fix it?

1ace commented on 2020-06-11 08:38 (UTC)

@yochananmarqos, @HanFox: could either of you provide a backtrace of the crash (on the upstream issue if possible, as this is not a packaging issue).