Search Criteria
Package Details: vkmark-git 2025.01.r13.g83a128d-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/vkmark-git.git (read-only, click to copy) |
|---|---|
| Package Base: | vkmark-git |
| Description: | Vulkan benchmark |
| Upstream URL: | https://github.com/vkmark/vkmark |
| Licenses: | LGPL-2.1-or-later |
| Conflicts: | vkmark |
| Provides: | vkmark |
| Submitter: | haagch |
| Maintainer: | haagch (xexaxo) |
| Last Packager: | xexaxo |
| Votes: | 10 |
| Popularity: | 0.000000 |
| First Submitted: | 2017-07-31 22:55 (UTC) |
| Last Updated: | 2026-06-14 21:19 (UTC) |
Dependencies (18)
- assimp (assimp-gitAUR, assimp-gitAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libgcc (libgcc-fast-optimizedAUR, libgcc-snapshotAUR)
- libstdc++ (libstdc++-fast-optimizedAUR, libstdc++-snapshotAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- glm (glm-gitAUR, glm-binAUR) (make)
- meson (meson-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- wayland (wayland-asan-gitAUR, wayland-chromiumAUR, wayland-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- xcb-util-wm (make)
- xorgproto (xorgproto-gitAUR) (make)
- libdrm (libdrm-gitAUR) (optional) – for KMS support
- libxcb (libxcb-gitAUR) (optional) – for X11 support
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-nollvm-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-dlss-reflex-gitAUR, mesa-rk35xx-gitAUR, mesa-amber) (optional) – for KMS support
- wayland (wayland-asan-gitAUR, wayland-chromiumAUR, wayland-gitAUR) (optional) – for Wayland support
- xcb-util-wm (optional) – for X11 support
Latest Comments
1 2 Next › Last »
xexaxo commented on 2022-07-22 17:25 (UTC)
@vkulikov the
base-develgroup must be installed before building any Arch package. In there we currently have gcc, which resolves the error you're seeing.vkulikov commented on 2022-05-16 15:45 (UTC)
we need to add build dependencies
xexaxo commented on 2021-10-05 10:50 (UTC) (edited on 2021-10-05 10:52 (UTC) by xexaxo)
Thanks for the vote of confidence @haagch :-)
I've went ahead with few changes:
removed libpng - seemingly never used
removed the mesa dependency - gbm/kms backend is broken, see upstream issue
demoted the X/Wayland deps to optdepends - it's a run-time check within vkmark
haagch commented on 2021-10-02 18:51 (UTC)
@xexaxo Thanks, added wayland-protocols makedependency. I also added wayland as a dependency because /usr/lib/vkmark/wayland.so links to libwayland-client.so.0
Also made you co maintainer, push updates however and whenever you want. :)
xexaxo commented on 2021-10-01 14:50 (UTC) (edited on 2021-10-01 15:37 (UTC) by xexaxo)
Building in clean chroot fails due to the missing
wayland-protocols(makedepends) dependency with:This MR https://github.com/vkmark/vkmark/pull/36, fixes the dependency handling upstream - although we also want to add
wayland-protocolsin the PKGBUILDxexaxo commented on 2021-10-01 11:41 (UTC)
Fwiw
vulkan-headers, has been providingvulkan-hppfor over 3 years now. So the latter can be removed from the PKGBUILD.fabiscafe commented on 2021-07-16 06:26 (UTC)
As others said, assimp needs to move to the dependencies.
aalhitennf commented on 2020-06-30 07:55 (UTC)
needs assimp as rundep
sehraf commented on 2018-03-31 11:07 (UTC)
The packet "assimp" is not just a build dependency but also a dependency for execution: vkmark: error while loading shared libraries: libassimp.so.4: cannot open shared object file: No such file or directory
1 2 Next › Last »