ffmpeg: update most versions (#470220)

This commit is contained in:
Jo
2026-01-08 11:46:34 +00:00
committed by GitHub
2 changed files with 13 additions and 6 deletions
@@ -21,17 +21,17 @@ let
};
v6 = {
version = "6.1.3";
hash = "sha256-NQnPOfiNmurY+L9/B7eVQc2JpOi0jhv5g9kVWsTzpis=";
version = "6.1.4";
hash = "sha256-hqLohRNkoy5jGlaNlCRVoPwwsW7TDgCX1OKsGIM6IYg=";
};
v7 = {
version = "7.1.2";
hash = "sha256-MF/0oSOhxGWuOu6Yat7O68iOvgZ+wKjpQ8zSkwpWXqQ=";
version = "7.1.3";
hash = "sha256-1w4OSlz88D2pnZVXQcI4uyX+triNK0NXzlsyt7GGSLU=";
};
v8 = {
version = "8.0";
hash = "sha256-okNZ1/m/thFAY3jK/GSV0+WZFnjrMr8uBPsOdH6Wq9E=";
version = "8.0.1";
hash = "sha256-eA5fP/uZqF5+jDDt4tHArGqyt7zbrLZ21v+Lchr8OS8=";
};
in
@@ -452,6 +452,11 @@ stdenv.mkDerivation (
]
++ optionals (lib.versionAtLeast version "5.1") [
./nvccflags-cpp14.patch
(fetchpatch2 {
name = "unbreak-hardcoded-tables.patch";
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/1d47ae65bf6df91246cbe25c997b25947f7a4d1d";
hash = "sha256-ulB5BujAkoRJ8VHou64Th3E94z6m+l6v9DpG7/9nYsM=";
})
]
++ optionals (lib.versionAtLeast version "6.1" && lib.versionOlder version "6.2") [
(fetchpatch2 {
@@ -484,6 +489,8 @@ stdenv.mkDerivation (
url = "https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg/-/raw/a02c1a15706ea832c0d52a4d66be8fb29499801a/add-av_stream_get_first_dts-for-chromium.patch";
hash = "sha256-DbH6ieJwDwTjKOdQ04xvRcSLeeLP2Z2qEmqeo8HsPr4=";
})
]
++ optionals (lib.versionAtLeast version "7.1" && lib.versionOlder version "8.0") [
(fetchpatch2 {
name = "lcevcdec-4.0.0-compat.patch";
url = "https://code.ffmpeg.org/FFmpeg/FFmpeg/commit/fa23202cc7baab899894e8d22d82851a84967848.patch";