mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Update kernel to 6.17.3 and Mesa to 25.2.5, rollback dolphin to stable
This commit is contained in:
@@ -10,7 +10,7 @@ PKG_TOOLCHAIN="cmake"
|
||||
|
||||
case ${DEVICE} in
|
||||
SM8250|SM8550|SDM845|AMD64|RK3399)
|
||||
PKG_VERSION="79614956f39fc1f6d47ff3fcf6484ef19f4e1ae4"
|
||||
PKG_VERSION="ba7bf19b102d1b27f594c780c9d75970a276213a"
|
||||
PKG_SITE="https://github.com/dolphin-emu/dolphin"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_DEPENDS_TARGET+=" qt6"
|
||||
|
||||
@@ -12,7 +12,7 @@ PKG_DEPENDS_TARGET="toolchain expat libdrm Mako:host pyyaml:host"
|
||||
PKG_LONGDESC="Mesa is a 3-D graphics library with an API."
|
||||
PKG_TOOLCHAIN="meson"
|
||||
PKG_PATCH_DIRS+=" ${DEVICE}"
|
||||
PKG_VERSION="25.2.4"
|
||||
PKG_VERSION="25.2.5"
|
||||
PKG_URL="https://gitlab.freedesktop.org/mesa/mesa/-/archive/mesa-${PKG_VERSION}/mesa-mesa-${PKG_VERSION}.tar.gz"
|
||||
|
||||
if listcontains "${GRAPHIC_DRIVERS}" "panfrost"; then
|
||||
|
||||
@@ -32,7 +32,7 @@ case ${DEVICE} in
|
||||
*)
|
||||
case ${DEVICE} in
|
||||
SM8250|SM8550)
|
||||
PKG_VERSION="6.17.1"
|
||||
PKG_VERSION="6.17.3"
|
||||
;;
|
||||
H700)
|
||||
PKG_VERSION="6.16.9"
|
||||
|
||||
Reference in New Issue
Block a user