Unverified Commit 506a6a0e authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

lcevcdec: 3.2.1 -> 3.3.5 (#392115)

parents 8428be90 43fc86ff
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  cmake,
  copyPkgconfigItems,
  fetchFromGitHub,
  fetchpatch,
  fmt,
  git,
  gitUpdater,
@@ -19,7 +18,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "lcevcdec";
  version = "3.2.1";
  version = "3.3.5";

  outputs = [
    "out"
@@ -31,17 +30,9 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "v-novaltd";
    repo = "LCEVCdec";
    tag = finalAttrs.version;
    hash = "sha256-Nf0YntB1A3AH0MTXlfUHhxYbzZqeB0EH9Fe9Xrqdsts=";
    hash = "sha256-PcV31lLABv7SGzrD/+rR9j1Z9/uZrp1hFPdW0EZwOqc=";
  };

  patches = [
    # fix for build with GCC 14
    (fetchpatch {
      url = "https://github.com/v-novaltd/LCEVCdec/commit/43ef5a17ec1ced77f834136945b3cbfe2e46b9b4.patch";
      hash = "sha256-8OgPh6v+nmRIUB6flR93qOjvaL8fUJdqIe48ZA+8Pr0=";
    })
  ];

  postPatch =
    ''
      substituteInPlace cmake/tools/version_files.py \