lol

Merge pull request #331568 from emilazy/push-nxpypquxrpmk

mplayer: unstable-2022-02-03 -> 1.5-unstable-2024-07-03

authored by

Marcus Ramberg and committed by
GitHub
0beb739f f84a33ac

+5 -5
+5 -5
pkgs/applications/video/mplayer/default.nix
··· 1 - { config, lib, stdenv, fetchurl, fetchsvn, pkg-config, freetype, yasm, ffmpeg_4 1 + { config, lib, stdenv, fetchurl, fetchsvn, pkg-config, freetype, yasm, ffmpeg_6 2 2 , aalibSupport ? true, aalib 3 3 , fontconfigSupport ? true, fontconfig, freefont_ttf 4 4 , fribidiSupport ? true, fribidi ··· 70 70 71 71 stdenv.mkDerivation rec { 72 72 pname = "mplayer"; 73 - version = "unstable-2022-02-03"; 73 + version = "1.5-unstable-2024-07-03"; 74 74 75 75 src = fetchsvn { 76 76 url = "svn://svn.mplayerhq.hu/mplayer/trunk"; 77 - rev = "38331"; 78 - sha256 = "1vpic8i6zvg0zsy50vhm45ysqag561bpn9jycfbvvwl9ji7l55zi"; 77 + rev = "38637"; 78 + hash = "sha256-9KQOB6QIs1VZhazJqW8dY4ASiMgoxV6davfpKgLPbmE="; 79 79 }; 80 80 81 81 prePatch = '' ··· 87 87 depsBuildBuild = [ buildPackages.stdenv.cc ]; 88 88 nativeBuildInputs = [ pkg-config yasm ]; 89 89 buildInputs = with lib; 90 - [ freetype ffmpeg_4 ] 90 + [ freetype ffmpeg_6 ] 91 91 ++ optional aalibSupport aalib 92 92 ++ optional fontconfigSupport fontconfig 93 93 ++ optional fribidiSupport fribidi