Search Criteria
Package Details: libdrm-git 2.4.114.r2.ge699b28b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libdrm-git.git (read-only, click to copy) |
---|---|
Package Base: | libdrm-git |
Description: | Userspace interface to kernel DRM services, master git version |
Upstream URL: | http://dri.freedesktop.org/ |
Licenses: | custom |
Conflicts: | libdrm |
Provides: | libdrm |
Submitter: | Lone_Wolf |
Maintainer: | Lone_Wolf |
Last Packager: | Lone_Wolf |
Votes: | 9 |
Popularity: | 0.142113 |
First Submitted: | 2015-12-23 15:03 (UTC) |
Last Updated: | 2022-11-15 21:27 (UTC) |
Dependencies (7)
- libpciaccess (libpciaccess-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python-docutils (make)
- cairo (cairo-gitAUR) (check)
- cunit (bcunit-cunit-compatAUR, cunit-svnAUR) (check)
Required by (448)
- aio-remote-neo (requires libdrm)
- alephium-desktop-wallet-bin (requires libdrm)
- alvr (requires libdrm)
- alvr-git (requires libdrm)
- alvr-nvidia (requires libdrm)
- amdgpu-pro-oglp-legacy (requires libdrm)
- amdgpu_top (requires libdrm)
- amdgpu_top-bin (requires libdrm)
- amdgpu_top-git (requires libdrm)
- amdonly-gaming-libva-mesa-driver-git (requires libdrm)
- amdonly-gaming-libva-mesa-driver-git (requires libdrm) (make)
- amdonly-gaming-mesa-git (requires libdrm)
- amdonly-gaming-mesa-git (requires libdrm) (make)
- amdonly-gaming-mesa-vdpau-git (requires libdrm)
- amdonly-gaming-mesa-vdpau-git (requires libdrm) (make)
- amdonly-gaming-opencl-clover-mesa-git (requires libdrm)
- amdonly-gaming-opencl-clover-mesa-git (requires libdrm) (make)
- amdonly-gaming-opencl-rusticl-mesa-git (requires libdrm)
- amdonly-gaming-opencl-rusticl-mesa-git (requires libdrm) (make)
- amdonly-gaming-vulkan-mesa-layers-git (requires libdrm)
- Show 428 more...
Latest Comments
1 2 3 Next › Last »
Lone_Wolf commented on 2023-02-06 13:44 (UTC)
the --no-pager option is valid only for
meson configure
and present in meson 0.64.0, 0.64.1 & 1.0.0 .Assuming you have one of those versions
run 'meson configure -h` , it should list no-pager as last option .
Incase it errors also, you may be using an alias for meson. verify with
/usr/bin/meson configure -h
If your version is pre-0.64 you may want to check whether your pacman mirror is uptodate as that version was released 4 months ago.
MvEerd commented on 2023-02-05 15:31 (UTC) (edited on 2023-02-05 15:34 (UTC) by MvEerd)
My build fails with
Am I missing something or is this a bug in the AUR package?
Updating to meson-git then returns;
Lone_Wolf commented on 2022-09-10 10:35 (UTC)
confirmed, it seems upstream changed valgrind (and a few others) from combo to feature .
https://cgit.freedesktop.org/drm/libdrm/commit/?id=a64a176cfd62956cc4967aa2929db2526d4faee2
Will adjust the PKGBUILD.
ac130kz commented on 2022-09-10 04:48 (UTC)
I had to change the PKGBUILD, for whatever reason Valgrind support should be set to "disabled" instead of "false".
Lone_Wolf commented on 2021-08-06 10:26 (UTC)
source URI adjusted.
Using an existing git source tree will fail, Either change origin manually OR remove the old tree.
acidunit commented on 2021-08-04 19:12 (UTC)
The default branch has been renamed to "main" instead of "master".
shoober420 commented on 2020-09-20 19:29 (UTC)
Thank you for this package.
Lone_Wolf commented on 2019-12-20 09:37 (UTC)
Thanks for the details.
I will test adding that soon , probably this weekend, and upload a new version if there are no downsides.
waschtl commented on 2019-12-20 00:40 (UTC)
I forgot to mention the simple change needed in
PKGBUILD
for the "simple fix" (workaround) I mentioned:I agree, the real issue lies upstream. This workaround helped me get the package compiled, though, so I thought I would share my experience here. I agree with your suspicion about the test only running with an nvidia card in the system (my system has one).
Lone_Wolf commented on 2019-12-19 21:37 (UTC)
On my system that test is skipped very fast.
from libdrm-git/src/_build/meson-logs/testlog.txt
Perhaps that test only runs on systems with nvidia cards ? I do think this is an upstream issue, maybe report it on the dri-devel mailing list.
https://01.org/linuxgraphics/community/libdrm
1 2 3 Next › Last »