From 061a080aa97da603fc031fc74af292d06c9a8fa1 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Sat, 6 Dec 2025 21:04:09 +0200 Subject: [PATCH] Remove: Package 'mesa-vdpau' has been removed, being deprecated as of today. --- Amelia.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Amelia.sh b/Amelia.sh index 4d63676..6068b7c 100644 --- a/Amelia.sh +++ b/Amelia.sh @@ -2,7 +2,7 @@ # Amelia Installer # Source: https://gitlab.com/prism7/archery -# Version: 1.1.4 +# Version: 1.1.5 set -euo pipefail ################################################################################################### @@ -1977,7 +1977,7 @@ gfxpkgs_set() { # AMD Graphics if [[ "${vendor}" == "AMD" || "${vendors}" =~ "AMD" ]]; then - gfxpkgs+=(libva-mesa-driver mesa-utils mesa-vdpau opencl-headers rocm-opencl-runtime vkd3d vulkan-mesa-layers vulkan-radeon) + gfxpkgs+=(libva-mesa-driver mesa-utils opencl-headers rocm-opencl-runtime vkd3d vulkan-mesa-layers vulkan-radeon) fi # Nvidia Graphics