Package Details: vkcube-git r123.504059b-1

Git Clone URL: https://aur.archlinux.org/vkcube-git.git (read-only, click to copy)
Package Base: vkcube-git
Description: Demo cube app for Vulkan (git version)
Upstream URL: https://github.com/krh/vkcube
Keywords: vkcube vulkan
Licenses: MIT
Conflicts: vulkan-tools
Submitter: dvdios
Maintainer: yurikoles
Last Packager: yurikoles
Votes: 12
Popularity: 0.034058
First Submitted: 2016-02-18 22:36 (UTC)
Last Updated: 2019-09-22 06:39 (UTC)

Pinned Comments

yurikoles commented on 2019-07-27 11:29 (UTC)

PRs are welcome: https://github.com/yurikoles-aur/vkcube-git

Latest Comments

1 2 3 Next › Last »

romenskiy2012 commented on 2023-09-29 18:45 (UTC)

Add to dependency: wayland-protocols

dr460nf1r3 commented on 2023-02-18 09:21 (UTC)

Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency wayland-protocols found: NO (tried pkgconfig and cmake)
Run-time dependency xcb found: YES 1.15
Has header "vulkan/vulkan_intel.h" with dependency vulkan: NO
Message: wayland enabled
Program wayland-scanner found: YES (/usr/bin/wayland-scanner)

meson.build:26:2: ERROR: 'wayland-protocols' is not a pkgconfig dependency

It seems we are missing some makedeps.

yurikoles commented on 2019-07-27 11:29 (UTC)

@dreieck,

Fixed, thanks!

yurikoles commented on 2019-07-27 11:29 (UTC)

PRs are welcome: https://github.com/yurikoles-aur/vkcube-git

dreieck commented on 2019-07-25 19:49 (UTC)

You need to add a conflict with vulkan-tools:

[...]
(7/7) checking for file conflicts                                                                                         [##########################################################################] 100%
error: failed to commit transaction (conflicting files)
/usr/bin/vkcube exists in both 'vulkan-tools' and 'vkcube-git'

Taurolyon commented on 2018-12-30 01:03 (UTC)

Can confirm glslc-git is a missing dependency.

Xaap commented on 2018-04-14 15:47 (UTC)

glslc is not required actually.

The PKBUILD is absolutely broken though, here is a patch :

--- PKGBUILD    2018-04-14 18:42:18.419840134 +0200
+++ PKGBUILD.my 2018-04-14 18:43:07.756507848 +0200
@@ -19,11 +19,14 @@

 build() {
   cd "${srcdir}"/vkcube
+  rm -rf build
   meson build
+  cd build
+  ninja
 }

 package() {
-  cd "${srcdir}"/vkcube
+  cd "${srcdir}"/vkcube/build
   install -dm755 "${pkgdir}"/usr/bin
   install  -m755 vkcube "${pkgdir}"/usr/bin/vkcube
 }

sehraf commented on 2018-03-31 10:10 (UTC)

The error "Program glslc found: NO" still exists (already reported by rnestler). I guess glslc-git might be a missing dependency.

postadelmaga commented on 2018-03-09 19:38 (UTC) (edited on 2018-03-09 19:38 (UTC) by postadelmaga)

I still have issues ( after manually update the PKGBUILD)

Found ninja-1.8.2 at /usr/bin/ninja
[7/7] Linking target vkcube.
FAILED: vkcube 
cc  -o vkcube 'vkcube@exe/xdg-shell-unstable-v6-protocol.c.o'     'vkcube@exe/main.c.o' 'vkcube@exe/cube.c.o' 'vkcube@exe/esTransform.c.o' -Wl,--    no-undefined -Wl,--as-needed -march=native -O2 -pipe -fstack-protector-strong -    fno-plt -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -Wl,--start-group -ldrm     -lgbm -lpng16 -lz -lwayland-client -lxcb -lvulkan -Wl,--end-group  
/usr/bin/ld: vkcube@exe/esTransform.c.o: undefined reference to symbol 'sincosf@@GLIBC_2.2.5'
/usr/lib/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.