Search Criteria
Package Details: libxxf86dga 1.1.6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/libxxf86dga.git (read-only, click to copy) |
|---|---|
| Package Base: | libxxf86dga |
| Description: | X11 Direct Graphics Access extension library |
| Upstream URL: | http://xorg.freedesktop.org/ |
| Keywords: | dga extension framebuffer graphics x11 xorg |
| Licenses: | custom |
| Submitter: | actionless |
| Maintainer: | actionless |
| Last Packager: | actionless |
| Votes: | 9 |
| Popularity: | 0.003359 |
| First Submitted: | 2020-01-17 18:15 (UTC) |
| Last Updated: | 2023-05-26 09:11 (UTC) |
Dependencies (4)
- libx11 (libx11-gitAUR, libx11-mr293AUR) (make)
- libxext (libxext-gitAUR) (make)
- xorg-util-macros (make)
- xorgproto (xorgproto-gitAUR) (make)
Required by (10)
- crossover (optional, i686)
- lib32-libxxf86dga
- panda3d (optional)
- panda3d-git (optional)
- quake2
- urbanterror-slim-git (make)
- vkquake2
- vkquake2-git
- x2vnc-no-xinerama
- xonotic-git
Latest Comments
wallabra commented on 2022-12-11 18:18 (UTC)
Huh, it wasn't autoreconf that was the issue. It was setting LD=clang instead of LD=ld.lld. Very odd, how come one works and the other doesn't?...
actionless commented on 2022-09-25 18:01 (UTC)
@gustavo6046 done
wallabra commented on 2022-09-25 17:42 (UTC)
This package fails to build due to Autoconf related issues.
The buildscript fails to build a .so file to go in
$builddir/src/.libs/, then complains when it cannot find it!Adding
autoreconf -vifprior to./configurein thebuild()step of the MAKEPKG fixes this, at least as a temporary solution.I suggest applying this fix, or orphaning the package so I may do it myself. Else I'll just send an e-mail :)