From c35dffdffeb67c2e78f4eb12c30e5e84f2ac5299 Mon Sep 17 00:00:00 2001 From: bmsuseluda Date: Wed, 17 Jun 2026 10:11:44 +0200 Subject: [PATCH 1/2] chore: prepare for ares v149 --- get-dependencies.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/get-dependencies.sh b/get-dependencies.sh index fa8b0c7..2bb836f 100644 --- a/get-dependencies.sh +++ b/get-dependencies.sh @@ -9,23 +9,18 @@ pacman -Syu --noconfirm \ base-devel \ cmake \ ccache \ + clang \ curl \ - gcc-libs \ git \ gtk3 \ - libao \ libdecor \ - libpulse \ libretro-shaders-slang \ libx11 \ libxrandr \ libxss \ ninja \ - openal \ pipewire-audio \ pkgconf \ - pulseaudio \ - pulseaudio-alsa \ rust \ sdl3 \ wget \ From ccdddd8d00753ff7857a9aa7accce2d45b702f59 Mon Sep 17 00:00:00 2001 From: bmsuseluda Date: Fri, 10 Jul 2026 21:14:14 +0200 Subject: [PATCH 2/2] chore: add pulseaudio back again --- get-dependencies.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/get-dependencies.sh b/get-dependencies.sh index 2bb836f..5eba577 100644 --- a/get-dependencies.sh +++ b/get-dependencies.sh @@ -14,6 +14,7 @@ pacman -Syu --noconfirm \ git \ gtk3 \ libdecor \ + libpulse \ libretro-shaders-slang \ libx11 \ libxrandr \ @@ -21,6 +22,8 @@ pacman -Syu --noconfirm \ ninja \ pipewire-audio \ pkgconf \ + pulseaudio \ + pulseaudio-alsa \ rust \ sdl3 \ wget \