Switch to jellyfin-ffmpeg7

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
nyanmisaka 2024-09-09 23:15:39 +08:00
parent 1155a8e142
commit 116d2fa9cd
3 changed files with 4 additions and 4 deletions

4
debian/control vendored
View File

@ -10,14 +10,14 @@ Vcs-Browser: https://github.com/jellyfin
Package: jellyfin
Architecture: all
Depends: jellyfin-server, jellyfin-web, jellyfin-ffmpeg6
Depends: jellyfin-server, jellyfin-web, jellyfin-ffmpeg7
Description: Jellyfin is the Free Software Media System.
This metapackage provides the core Jellyfin components from one name.
Package: jellyfin-server
Architecture: any
Depends: libfontconfig1, adduser
Recommends: jellyfin-web, sudo, ffmpeg | jellyfin-ffmpeg6
Recommends: jellyfin-web, sudo, ffmpeg | jellyfin-ffmpeg7
Description: Jellyfin is the Free Software Media System.
This package provides the Jellyfin server backend and API.

View File

@ -6,7 +6,7 @@ ARG NODEJS_VERSION=20
ARG OS_VERSION=bookworm
# Jellyfin FFMPEG package
ARG FFMPEG_PACKAGE=jellyfin-ffmpeg6
ARG FFMPEG_PACKAGE=jellyfin-ffmpeg7
# https://github.com/intel/compute-runtime/releases
ARG GMMLIB_VERSION=22.4.1

View File

@ -7,7 +7,7 @@ set -o xtrace
# Set global variables
REPOSITORY_URI="https://repo.jellyfin.org"
FFMPEG_VERSION="6.x"
FFMPEG_VERSION="7.x"
# Create the intermediate build dir
BUILD_DIR="/build"