ffmpeg_7: init at 7.0

This commit is contained in:
Atemu 2024-04-05 16:18:13 +02:00
parent 08b9151ed4
commit c0fe794bff
2 changed files with 12 additions and 0 deletions

View File

@ -33,6 +33,11 @@ let
version = "6.1.1";
hash = "sha256-Q0c95hbCVUHQWPoh5uC8uzMylmB4BnWg+VhXEgSouzo=";
};
v7 = {
version = "7.0";
hash = "sha256-RdDfv+0y90XpgjIRvTjsemKyGunzDbsh4j4WiE9rfyM=";
};
in
rec {
@ -48,6 +53,10 @@ rec {
ffmpeg_6-headless = mkFFmpeg v6 "headless";
ffmpeg_6-full = mkFFmpeg v6 "full";
ffmpeg_7 = mkFFmpeg v7 "small";
ffmpeg_7-headless = mkFFmpeg v7 "headless";
ffmpeg_7-full = mkFFmpeg v7 "full";
# Please make sure this is updated to the latest version on the next major
# update to ffmpeg
# Packages which use ffmpeg as a library, should pin to the relevant major

View File

@ -20899,6 +20899,9 @@ with pkgs;
ffmpeg_6
ffmpeg_6-headless
ffmpeg_6-full
ffmpeg_7
ffmpeg_7-headless
ffmpeg_7-full
ffmpeg
ffmpeg-headless
ffmpeg-full;