From e69da3846ad5678c1edebb9a46d9263a8191c20b Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:11:46 +0100 Subject: [PATCH] jellyfin: fix: intel deps (#8657) --- ct/jellyfin.sh | 1 + install/jellyfin-install.sh | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ct/jellyfin.sh b/ct/jellyfin.sh index 418242071..1faddc20c 100644 --- a/ct/jellyfin.sh +++ b/ct/jellyfin.sh @@ -30,6 +30,7 @@ function update_script() { if ! grep -qEi 'ubuntu' /etc/os-release; then msg_info "Updating Intel Dependencies" + rm .intel-* fetch_and_deploy_gh_release "intel-igc-core-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-core-2_*_amd64.deb" fetch_and_deploy_gh_release "intel-igc-opencl-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-opencl-2_*_amd64.deb" fetch_and_deploy_gh_release "intel-libgdgmm12" "intel/compute-runtime" "binary" "latest" "" "libigdgmm12_*_amd64.deb" diff --git a/install/jellyfin-install.sh b/install/jellyfin-install.sh index 113307945..d33573448 100644 --- a/install/jellyfin-install.sh +++ b/install/jellyfin-install.sh @@ -19,9 +19,11 @@ if ! grep -qEi 'ubuntu' /etc/os-release; then fetch_and_deploy_gh_release "intel-igc-opencl-2" "intel/intel-graphics-compiler" "binary" "latest" "" "intel-igc-opencl-2_*_amd64.deb" fetch_and_deploy_gh_release "intel-libgdgmm12" "intel/compute-runtime" "binary" "latest" "" "libigdgmm12_*_amd64.deb" fetch_and_deploy_gh_release "intel-opencl-icd" "intel/compute-runtime" "binary" "latest" "" "intel-opencl-icd_*_amd64.deb" +else + $STD apt -y install intel-opencl-icd fi -$STD apt -y install {va-driver-all,ocl-icd-libopencl1,intel-opencl-icd,vainfo,intel-gpu-tools} +$STD apt -y install {va-driver-all,ocl-icd-libopencl1,vainfo,intel-gpu-tools} if [[ "$CTTYPE" == "0" ]]; then chgrp video /dev/dri chmod 755 /dev/dri