From 5e87edb3f406acb88cf639c5c4afedc5350c5a0f Mon Sep 17 00:00:00 2001 From: MichaIng Date: Mon, 2 Dec 2024 22:26:18 +0100 Subject: [PATCH] v9.9 - DietPi-Software | Shairport Sync: Another dependency update for Trixie --- .build/software/shairport-sync/build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/software/shairport-sync/build.bash b/.build/software/shairport-sync/build.bash index 63361f1b27..d0511597e4 100755 --- a/.build/software/shairport-sync/build.bash +++ b/.build/software/shairport-sync/build.bash @@ -17,7 +17,7 @@ adeps2=('libsodium23' 'libgcrypt20') case $G_DISTRO in 5|6) adeps+=('libssl1.1'); adeps2+=('libavcodec58' 'libplist3');; 7) adeps+=('libssl3'); adeps2+=('libavcodec59' 'libplist3');; - 8) adeps+=('libssl3'); adeps2+=('libavcodec60' 'libplist-2.0-4');; + 8) adeps+=('libssl3'); adeps2+=('libavcodec61' 'libplist-2.0-4');; *) G_DIETPI-NOTIFY 1 "Unsupported distro version: $G_DISTRO_NAME (ID=$G_DISTRO)"; exit 1;; esac for i in "${adeps[@]}" "${adeps2[@]}"