Hi @SolarAquarion,
Thanks for reporting, fixed.
Git Clone URL: | https://aur.archlinux.org/xf86-video-intel-git.git (read-only, click to copy) |
---|---|
Package Base: | xf86-video-intel-git |
Description: | X.org Intel i810/i830/i915/945G/G965+ video drivers |
Upstream URL: | https://01.org/linuxgraphics |
Keywords: | git intel xf86 xorg xserver |
Licenses: | custom |
Conflicts: | xf86-video-i810, xf86-video-intel, xf86-video-intel-legacy, xf86-video-intel-sna, xf86-video-intel-uxa, xorg-server |
Provides: | xf86-video-intel, xf86-video-intel-sna, xf86-video-intel-uxa |
Replaces: | xf86-video-intel-sna, xf86-video-intel-uxa |
Submitter: | None |
Maintainer: | yurikoles (JstKddng) |
Last Packager: | yurikoles |
Votes: | 119 |
Popularity: | 0.172483 |
First Submitted: | 2008-07-27 16:36 (UTC) |
Last Updated: | 2022-02-12 06:31 (UTC) |
Hi @SolarAquarion,
Thanks for reporting, fixed.
libxfont2 is a makedepend or a depend of the package now
@lucasrizzini this is how -git
packages work. We don't push new pkgver
for every new commit? pkgver
is dynamic variable, it's being updated by makepkg
during build, just after it pulls source. So your local version will have a higher version then you see here, on AUR.
This is older than on repo, which is 1:2.99.917+908+g7181c5a4-1.
@PedroHLC, thanks for report. I had tried to add it to depends and build in clean chroot, but check script told me that it's not a required dep, so I put it in makedepends.
@yurikoles one more missing dep
fatal error: X11/fonts/libxfont2.h: No such file or directory
available with libxfont2
@PedroHLC thanks for report, fixed
intel_batchbuffer.c:42:10: fatal error: X11/extensions/Xvlib.h: No such file or directory
42 | #include <X11/extensions/Xvlib.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Getting these on a clean chroot.
EDIT: Just missing libxv
as dependency
@rien333, I can confirm its fixed in 581ddc5d2f55efa2cf5ec76a802fb781ee142b01
@rien333,
Thanks for reporting in. It seems like original ticket on FDO is still open, I had wrote a comment asking for rebase/merge. For now I just removed it.
I suppose the patch is not needed anymore?
patching file src/sna/sna_accel.c
Reversed (or previously applied) patch detected! Skipping patch.
4 out of 4 hunks ignored -- saving rejects to file src/sna/sna_accel.c.rej
@PedroHLC you are right, preparing update.
You should not "replace=(xf86-video-intel", I build packages automatically and add them to a repo, and this line is making everybody be requested to do the replacement.
FYI, getting a new error on upgrading now that the git remote seems to have changed (I'm using yay
).
==> Making package: xf86-video-intel-git 1:2.99.917+847+g25c9a2fc-1 (Mon 10 Sep 2018 12:00:25 PM GMT)
==> Retrieving sources...
==> ERROR: /home/ichi/.cache/yay/xf86-video-intel-git/xf86-video-intel-git is not a clone of https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel.git
Aborting...
Error downloading sources: xf86-video-intel-git
Solved easily by removing ~/.cache/yay/xf86-video-intel-git/
, but worth noting regardless since it breaks the upgrade process.
You should probably pin a comment talking about that repo, I had no idea it was there.
Anyway, I don't know that much about the xorg and driver stack. My comment was looking for conformation. I'm not making a pr unless I know I'm right.
PRs are welcome: github://yurikoles/xf86-video-intel-git
Binary builds is available in chaotic-aur repo, which is kindly provided by @PedroHLC.
On the same topic as @Fandekasp's comment
Do think think it would be a good idea to just drop the dep? It looks like you're depending on an ABI which would apply to compiled packages. But this package is built from source so wouldn't the ABI not matter?
Package cannot be installed anymore, xorg-server now provides X-ABI-VIDEODRV_VERSION=24.0 but xf86-video-intel-git requires X-ABI-VIDEODRV_VERSION=23
Pinned Comments
yurikoles commented on 2018-05-19 00:12 (UTC) (edited on 2020-05-28 12:04 (UTC) by yurikoles)
PRs are welcome: github://yurikoles/xf86-video-intel-git
Binary builds is available in chaotic-aur repo, which is kindly provided by @PedroHLC.