Skip to content

Commit

Permalink
mpv: 0.37.0 -> 0.38.0
Browse files Browse the repository at this point in the history
- delete patch
- use darwin.sigtool instead of rcodesign
  • Loading branch information
AndersonTorres committed Apr 26, 2024
1 parent 8cea180 commit ec51511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
13 changes: 0 additions & 13 deletions pkgs/applications/video/mpv/darwin-sigtool-no-deep.patch

This file was deleted.

11 changes: 3 additions & 8 deletions pkgs/applications/video/mpv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
pipewire,
pkg-config,
python3,
rcodesign,
rubberband,
shaderc, # instead of spirv-cross
speex,
Expand Down Expand Up @@ -132,21 +131,17 @@ let
else stdenv;
in stdenv'.mkDerivation (finalAttrs: {
pname = "mpv";
version = "0.37.0";
version = "0.38.0";

outputs = [ "out" "dev" "doc" "man" ];

src = fetchFromGitHub {
owner = "mpv-player";
repo = "mpv";
rev = "v${finalAttrs.version}";
hash = "sha256-izAz9Iiam7tJAWIQkmn2cKOfoaog8oPKq4sOUtp1nvU=";
hash = "sha256-dFajnCpGlNqUv33A8eFEn8kjtzIPkcBY5j0gNVlaiIY=";
};

patches = [
./darwin-sigtool-no-deep.patch
];

mesonFlags = [
(lib.mesonBool "libmpv" true)
(lib.mesonEnable "cdda" cddaSupport)
Expand Down Expand Up @@ -179,7 +174,7 @@ in stdenv'.mkDerivation (finalAttrs: {
swift
]
++ lib.optionals stdenv.isDarwin [
rcodesign
darwin.sigtool
xcbuild.xcrun
];

Expand Down

0 comments on commit ec51511

Please sign in to comment.