Package Details: drm_info 2.6.0-1

Git Clone URL: https://aur.archlinux.org/drm_info.git (read-only, click to copy)
Package Base: drm_info
Description: Small utility to dump info about DRM devices
Upstream URL: https://gitlab.freedesktop.org/emersion/drm_info
Licenses: MIT
Conflicts: drm_info-git
Submitter: aperez
Maintainer: aperez
Last Packager: aperez
Votes: 6
Popularity: 0.030731
First Submitted: 2021-05-30 21:51 (UTC)
Last Updated: 2023-10-10 22:01 (UTC)

Latest Comments

emersion commented on 2022-10-07 08:30 (UTC)

The project has migrated to gitlab.freedesktop.org: https://github.com/ascent12/drm_info/commit/26fcf63b3eb81822405617b53a9554a05232889e?short_path=b335630

whynothugo commented on 2022-03-22 10:23 (UTC)

Can you update arch to arch=(x86_64 aarch64)? I can confirm this working on aarch64.

whynothugo commented on 2021-08-03 13:50 (UTC)

Thanks!

whynothugo commented on 2021-08-03 09:36 (UTC) (edited on 2021-08-03 09:42 (UTC) by whynothugo)

pciutils is missing as a required dependency:

diff --git a/PKGBUILD b/PKGBUILD
index a85dfa1..1f3f9e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
 license=(MIT)
 pkgdesc='Small utility to dump info about DRM devices'
 makedepends=(meson git)
-depends=(libdrm json-c)
+depends=(libdrm json-c pciutils)
 arch=(x86_64)
 url=https://github.com/ascent12/drm_info
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")