Package Details: vulkan-low-latency-layer 0.1.0-3

Git Clone URL: https://aur.archlinux.org/vulkan-low-latency-layer.git (read-only, click to copy)
Package Base: vulkan-low-latency-layer
Description: Implicit Vulkan layer that reduces click-to-photon latency for AMD and NVidia.
Upstream URL: https://github.com/Korthos-Software/low_latency_layer/
Licenses: MIT
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 10
Popularity: 9.75
First Submitted: 2026-05-17 15:00 (UTC)
Last Updated: 2026-05-18 11:11 (UTC)

Latest Comments

« First ‹ Previous 1 2

HurricanePootis commented on 2026-05-17 16:38 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 7829ca2..03ff780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
 pkgdesc='Implicit Vulkan layer that reduces click-to-photon latency for AMD and NVidia.'
 url="https://github.com/Korthos-Software/low_latency_layer/"
 license=('MIT')
-depends=()
+depends=('libstdc++' 'glibc' 'libgcc')
 makedepends=('cmake' 'vulkan-headers' 'vulkan-utility-libraries')
 arch=('x86_64')
 sha256sums=('425f673fb7cd238231004b2cd39eb5db320c8cac9560b5fcafc99d8a36702fed')
@@ -21,4 +21,5 @@ build() {

 package() {
    DESTDIR="${pkgdir}" cmake --install build
+   install -Dm644 "${srcdir}/${_srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

According to namcap, you are missing a few packages in depends() and the license file.