Merge pull request #229074 from r-ryantm/auto-update/svt-av1

svt-av1: 1.4.1 -> 1.5.0

authored by Weijia Wang and committed by GitHub ef72ad86 32ae1404

+26 -2
+7
pkgs/development/libraries/ffmpeg/4.nix
··· 1 import ./generic.nix rec { 2 version = "4.4.3"; 3 sha256 = "sha256-zZDzG1hD+0AHqElzeGR6OVm+H5wqtdktloSPmEUzT/c="; 4 }
··· 1 import ./generic.nix rec { 2 version = "4.4.3"; 3 sha256 = "sha256-zZDzG1hD+0AHqElzeGR6OVm+H5wqtdktloSPmEUzT/c="; 4 + extraPatches = [ 5 + { 6 + name = "libsvtav1-1.5.0-compat-compressed_ten_bit_format.patch"; 7 + url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/031f1561cd286596cdb374da32f8aa816ce3b135"; 8 + hash = "sha256-mSnmAkoNikDpxcN+A/hpB7mUbbtcMvm4tG6gZFuroe8="; 9 + } 10 + ]; 11 }
+17
pkgs/development/libraries/ffmpeg/5.nix
··· 1 import ./generic.nix rec { 2 version = "5.1.3"; 3 sha256 = "sha256-twfJvANLQGO7TiyHPMPqApfHLFUlOGZTTIIGEnjyvuE="; 4 }
··· 1 import ./generic.nix rec { 2 version = "5.1.3"; 3 sha256 = "sha256-twfJvANLQGO7TiyHPMPqApfHLFUlOGZTTIIGEnjyvuE="; 4 + extraPatches = [ 5 + { 6 + name = "libsvtav1-1.5.0-compat-compressed_ten_bit_format.patch"; 7 + url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/031f1561cd286596cdb374da32f8aa816ce3b135"; 8 + hash = "sha256-mSnmAkoNikDpxcN+A/hpB7mUbbtcMvm4tG6gZFuroe8="; 9 + } 10 + { 11 + name = "libsvtav1-1.5.0-compat-vbv_bufsize.patch"; 12 + url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/1c6fd7d756afe0f8b7df14dbf7a95df275f8f5ee"; 13 + hash = "sha256-v9Viyo12QfZpbcVqd1aHgLl/DgSkdE9F1kr6afTGPik="; 14 + } 15 + { 16 + name = "libsvtav1-1.5.0-compat-maximum_buffer_size_ms-conditional.patch"; 17 + url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/96748ac54f998ba6fe22802799c16b4eba8d4ccc"; 18 + hash = "sha256-Z5HSe7YpryYGHD3BYXejAhqR4EPnmfTGyccxNvU3AaU="; 19 + } 20 + ]; 21 }
+2 -2
pkgs/tools/video/svt-av1/default.nix
··· 8 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "svt-av1"; 11 - version = "1.4.1"; 12 13 src = fetchFromGitLab { 14 owner = "AOMediaCodec"; 15 repo = "SVT-AV1"; 16 rev = "v${finalAttrs.version}"; 17 - sha256 = "sha256-jmr5egbuqLnBW7OFuaQk3F4s5xqTpXhWcJAfZySGWeU="; 18 }; 19 20 nativeBuildInputs = [
··· 8 9 stdenv.mkDerivation (finalAttrs: { 10 pname = "svt-av1"; 11 + version = "1.5.0"; 12 13 src = fetchFromGitLab { 14 owner = "AOMediaCodec"; 15 repo = "SVT-AV1"; 16 rev = "v${finalAttrs.version}"; 17 + sha256 = "sha256-EBWtvHOcFa6co0NeYns7Wkhz3LhqWJIRjBWfCrWJyss="; 18 }; 19 20 nativeBuildInputs = [