Unverified Commit e5b4c751 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

mpv: 0.39.0 -> 0.40.0 (#393399)

parents a04b9d2b a55c3c56
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -21415,6 +21415,12 @@
    githubId = 64630479;
    name = "Schweber";
  };
  SchweGELBin = {
    email = "abramjannikmichael06@gmail.com";
    name = "Jannik Michael Abram";
    github = "SchweGELBin";
    githubId = 67663319;
  };
  sciencentistguy = {
    email = "jamie@quigley.xyz";
    name = "Jamie Quigley";
+5 −4
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "mpv";
  version = "0.39.0";
  version = "0.40.0";

  outputs = [
    "out"
@@ -107,8 +107,8 @@ stdenv.mkDerivation (finalAttrs: {
  src = fetchFromGitHub {
    owner = "mpv-player";
    repo = "mpv";
    rev = "v${finalAttrs.version}";
    hash = "sha256-BOGh+QBTO7hrHohh+RqjSF8eHQH8jVBPjG/k4eyFaaM=";
    tag = "v${finalAttrs.version}";
    hash = "sha256-x8cDczKIX4+KrvRxZ+72TGlEQHd4Kx7naq0CSoOZGHA=";
  };

  postPatch = lib.concatStringsSep "\n" [
@@ -116,7 +116,7 @@ stdenv.mkDerivation (finalAttrs: {
    # between out and dev
    ''
      substituteInPlace meson.build \
        --replace-fail "conf_data.set_quoted('CONFIGURATION', configuration)" \
        --replace-fail "conf_data.set_quoted('CONFIGURATION', meson.build_options())" \
                       "conf_data.set_quoted('CONFIGURATION', '<omitted>')"
    ''
    # A trick to patchShebang everything except mpv_identify.sh
@@ -309,6 +309,7 @@ stdenv.mkDerivation (finalAttrs: {
      fpletz
      globin
      ma27
      SchweGELBin
    ];
    platforms = lib.platforms.unix;
  };