mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-02 19:23:08 +03:00
Switch to FFmpeg 8.1 in Jellyfin 12.0 RC
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
Vendored
+2
-2
@@ -10,14 +10,14 @@ Vcs-Browser: https://github.com/jellyfin
|
||||
|
||||
Package: jellyfin
|
||||
Architecture: all
|
||||
Depends: jellyfin-server, jellyfin-web, jellyfin-ffmpeg7
|
||||
Depends: jellyfin-server, jellyfin-web, jellyfin-ffmpeg8
|
||||
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, libjemalloc2, adduser, ${icu:Depends}
|
||||
Recommends: jellyfin-web, sudo, jellyfin-ffmpeg7 | ffmpeg
|
||||
Recommends: jellyfin-web, sudo, jellyfin-ffmpeg8 | ffmpeg
|
||||
Description: Jellyfin is the Free Software Media System.
|
||||
This package provides the Jellyfin server backend and API.
|
||||
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ ARG NODEJS_VERSION=20
|
||||
ARG OS_VERSION=trixie
|
||||
|
||||
# Jellyfin FFMPEG package
|
||||
ARG FFMPEG_PACKAGE=jellyfin-ffmpeg7
|
||||
ARG FFMPEG_PACKAGE=jellyfin-ffmpeg8
|
||||
|
||||
# https://github.com/intel/compute-runtime/releases
|
||||
ARG GMMLIB_VER=22.10.0
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ set -o xtrace
|
||||
|
||||
# Set global variables
|
||||
REPOSITORY_URI="https://repo.jellyfin.org"
|
||||
FFMPEG_VERSION="7.x"
|
||||
FFMPEG_VERSION="8.x"
|
||||
|
||||
# Create the intermediate build dir
|
||||
BUILD_DIR="/build"
|
||||
|
||||
Reference in New Issue
Block a user