shotcut: 25.10 -> 26.2.26 (#498286)

This commit is contained in:
Sandro
2026-03-15 20:10:44 +00:00
committed by GitHub
3 changed files with 14 additions and 5 deletions
+6
View File
@@ -19132,6 +19132,12 @@
github = "nicegamer7";
githubId = 8083772;
};
nick-linux = {
email = "nick-stationengineer@proton.me";
name = "Nick";
github = "nick-linux8";
githubId = 264581716;
};
nickcao = {
name = "Nick Cao";
email = "nickcao@nichi.co";
+5 -3
View File
@@ -41,13 +41,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mlt";
version = "7.34.1";
version = "7.36.1";
src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
tag = "v${finalAttrs.version}";
hash = "sha256-zdfjl4ZrdmX445hYx2CoKj1NuXQslQpTC5m96zPrZes=";
hash = "sha256-3WZirFMrU8T8UClkUQRBjqBqycpI7pAjcVzeGpYMwhY=";
# The submodule contains glaxnimate code, since MLT uses internally some functions defined in glaxnimate.
# Since glaxnimate is not available as a library upstream, we cannot remove for now this dependency on
# submodules until upstream exports glaxnimate as a library: https://gitlab.com/mattbas/glaxnimate/-/issues/545
@@ -162,7 +162,9 @@ stdenv.mkDerivation (finalAttrs: {
lgpl21Plus
gpl2Plus
];
maintainers = [ ];
maintainers = with lib.maintainers; [
nick-linux
];
platforms = lib.platforms.unix;
};
})
+3 -2
View File
@@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shotcut";
version = "25.10.31";
version = "26.2.26";
src = fetchFromGitHub {
owner = "mltframework";
repo = "shotcut";
tag = "v${finalAttrs.version}";
hash = "sha256-EUcYUhOZeTMCazl6TH3t1aP0cRhPXC4WKQlAiUkVoyw=";
hash = "sha256-dOkk2LGFtuCvec8NGoSIjAXQsCZcnx2fB3h6KWFeHj4=";
};
nativeBuildInputs = [
@@ -100,6 +100,7 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
woffs
peti
nick-linux
];
platforms = lib.platforms.unix;
mainProgram = "shotcut";