Search Criteria
Package Details: gulkan-git 0.16.0.r445.55721c9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/gulkan-git.git (read-only, click to copy) |
---|---|
Package Base: | gulkan-git |
Description: | A GLib library for Vulkan abstraction. |
Upstream URL: | https://gitlab.freedesktop.org/xrdesktop/gulkan |
Licenses: | MIT |
Conflicts: | gulkan |
Provides: | gulkan |
Submitter: | lubosz |
Maintainer: | None |
Last Packager: | haagch |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-07-30 15:28 (UTC) |
Last Updated: | 2024-02-26 12:21 (UTC) |
Dependencies (16)
- cairo (cairo-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- graphene (graphene-gitAUR)
- json-glib (json-glib-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- shaderc (shaderc-gitAUR)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- xcb-util-keysyms
- git (git-gitAUR, git-glAUR) (make)
- gtk-doc (make)
- meson (meson-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
Required by (5)
- g3k-git
- gxr (requires gulkan)
- gxr-git
- sphvr-git
- xrdesktop-git
Latest Comments
haagch commented on 2024-02-26 12:17 (UTC)
Also one of the examples from the wiki has no g before the hash, feel free to edit the wiki if you want it.
``` If there are no tags then use number of revisions since beginning of the history:
pkgver() { cd "$pkgname" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)" }
r1142.a17a017 ````
haagch commented on 2024-02-26 12:10 (UTC)
This was flagged this out of date with "Remove unneeded 'xcb-util-keysyms' depend" but namcap reports "gulkan-git E: Dependency xcb-util-keysyms detected and not included (libraries ['usr/lib/libxcb-keysyms.so.1'] needed in files ['usr/lib/libgulkan-0.16.so.0.16.0'])"
Maybe write a comment before flagging.