From 9f97c8782aab3a8c6b5c3b1209ab0e2caf79c146 Mon Sep 17 00:00:00 2001 From: nyanmisaka Date: Mon, 16 Sep 2024 16:08:30 +0800 Subject: [PATCH] Switch to jellyfin-ffmpeg7 in Jellyfin 10.10 Signed-off-by: nyanmisaka --- Dockerfile | 3 +-- Dockerfile.aarch64 | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index de72a1d8c..a07eb2e7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,7 @@ RUN \ apt-get update && \ apt-get install -y \ at \ - jellyfin-server=${JELLYFIN_RELEASE} \ - jellyfin-ffmpeg6 \ + jellyfin=${JELLYFIN_RELEASE} \ mesa-va-drivers \ xmlstarlet && \ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 1ab9ab80c..51ab35681 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -24,8 +24,7 @@ RUN \ apt-get update && \ apt-get install -y \ at \ - jellyfin-server=${JELLYFIN_RELEASE} \ - jellyfin-ffmpeg6 \ + jellyfin=${JELLYFIN_RELEASE} \ libomxil-bellagio0 \ libomxil-bellagio-bin \ libraspberrypi0 \