mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
jellyfin-ffmpeg: 7.1.2-2 -> 7.1.4-1
Diff: https://github.com/jellyfin/jellyfin-ffmpeg/compare/v7.1.2-2...v7.1.4-1 Changelog: https://github.com/jellyfin/jellyfin-ffmpeg/releases/tag/v7.1.4-1
This commit is contained in:
parent
3d638b695e
commit
437fc67164
1 changed files with 3 additions and 13 deletions
|
|
@ -1,12 +1,11 @@
|
|||
{
|
||||
ffmpeg_7-full,
|
||||
fetchFromGitHub,
|
||||
fetchpatch2,
|
||||
lib,
|
||||
}:
|
||||
|
||||
let
|
||||
version = "7.1.2-2";
|
||||
version = "7.1.4-1";
|
||||
in
|
||||
|
||||
(ffmpeg_7-full.override {
|
||||
|
|
@ -14,8 +13,8 @@ in
|
|||
source = fetchFromGitHub {
|
||||
owner = "jellyfin";
|
||||
repo = "jellyfin-ffmpeg";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-0dUQ/3843wWpb10XZl3ddCbjjbFGWh3eoNH4EuWSQiQ=";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-VijSSbtcaeQNf1UwpPKTIfzAHHp2BHvBdhXeigTQEbI=";
|
||||
};
|
||||
}).overrideAttrs
|
||||
(old: {
|
||||
|
|
@ -26,15 +25,6 @@ in
|
|||
"--disable-ptx-compression" # https://github.com/jellyfin/jellyfin/issues/7944#issuecomment-1156880067
|
||||
];
|
||||
|
||||
# Clobber upstream patches as they don't apply to the Jellyfin fork
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
name = "lcevcdec-4.0.0-compat.patch";
|
||||
url = "https://code.ffmpeg.org/FFmpeg/FFmpeg/commit/fa23202cc7baab899894e8d22d82851a84967848.patch";
|
||||
hash = "sha256-Ixkf1xzuDGk5t8J/apXKtghY0X9cfqSj/q987zrUuLQ=";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
for file in $(cat debian/patches/series); do
|
||||
patch -p1 < debian/patches/$file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue