xf86-video-intel: update to githash 4a64400

log:
- https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/commits/master?ref_type=HEADS
- includes 10th Feb 2025 and 21st Mar 2025 commits

    sna/video/sprite: Reset colorkey whenever disabling the sprite plane
    sna/video/sprite: Extract sna_video_sprite_hide()
    sna/video/sprite: Plug bo leak
    sna/video/sprite: Use kgem_bo_replace()
    sna/kgem: Add kgem_bo_replace()
    sna: Don't memcpy() between different types
    Fix transposed calloc() arguments
    meson: Add dependency on xv
This commit is contained in:
Rudi Heitbaum 2025-04-10 08:29:29 +00:00
parent 6f4edec0bf
commit afcb5b4d25

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="xf86-video-intel"
PKG_VERSION="ce811e78882d9f31636351dfe65351f4ded52c74"
PKG_SHA256="b68c91f93a3bb4ff6aba1184b468c88b7403135b0e1518616f20c6dd8acb18e1"
PKG_VERSION="4a64400ec6a7d8c0aba0e6a39b16a5e86d0af843"
PKG_SHA256="d01b788dd2506432d7b203ef80f0c96f28f129a0ef68a8371fe2e9346fc42d1d"
PKG_ARCH="x86_64"
PKG_LICENSE="OSS"
PKG_SITE="https://www.x.org/wiki/IntelGraphicsDriver/"