Skip to content

Commit

Permalink
glaxnimate: backport patch to fix build with latest ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
K900 committed Oct 3, 2024
1 parent e9bc7f4 commit 97a95cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/applications/video/glaxnimate/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitLab
, fetchpatch
, cmake
, zlib
, potrace
Expand Down Expand Up @@ -47,6 +48,15 @@ stdenv.mkDerivation rec {
fetchSubmodules = true;
};

patches = [
# Backport fix for newer ffmpeg
# FIXME: remove in next update
(fetchpatch {
url = "https://invent.kde.org/graphics/glaxnimate/-/commit/4fb2b67a0f0ce2fbffb6fe9f87c3bf7914c8a602.patch";
hash = "sha256-QjCnscGa7n+zwrImA4mbQiTQb9jmDGm8Y/7TK8jZXvM=";
})
];

nativeBuildInputs = [
cmake
wrapQtAppsHook
Expand Down

0 comments on commit 97a95cd

Please sign in to comment.