ffmpeg: 7.1 -> 7.1.1

This commit is contained in:
Nicky Mouha
2025-03-02 22:30:53 -05:00
committed by jopejoe1
parent d95b40ed10
commit 77050724f5
2 changed files with 5 additions and 4 deletions

View File

@@ -26,8 +26,8 @@ let
};
v7 = {
version = "7.1";
hash = "sha256-erTkv156VskhYEJWjpWFvHjmcr2hr6qgUi28Ho8NFYk=";
version = "7.1.1";
hash = "sha256-GyS8imOqfOUPxXrzCiQtzCQIIH6bvWmQAB0fKUcRsW4=";
};
in

View File

@@ -462,9 +462,10 @@ stdenv.mkDerivation (
hash = "sha256-sqUUSOPTPLwu2h8GbAw4SfEf+0oWioz52BcpW1n4v3Y=";
})
]
++ optionals (lib.versionAtLeast version "7.1") [
++ optionals (lib.versionAtLeast version "7.1" && lib.versionOlder version "7.1.1") [
./fix-fate-ffmpeg-spec-disposition-7.1.patch
]
++ optionals (lib.versionAtLeast version "7.1.1") [
# Expose a private API for Chromium / Qt WebEngine.
(fetchpatch2 {
url = "https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg/-/raw/a02c1a15706ea832c0d52a4d66be8fb29499801a/add-av_stream_get_first_dts-for-chromium.patch";